thoughtbot--shoulda-matchers/shoulda.gemspec

33 lines
9.4 KiB
Ruby
Raw Normal View History

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{shoulda}
2009-03-05 19:49:52 +00:00
s.version = "2.10.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tammer Saleh"]
2009-03-05 19:49:52 +00:00
s.date = %q{2009-03-05}
s.default_executable = %q{convert_to_should_syntax}
s.email = %q{tsaleh@thoughtbot.com}
s.executables = ["convert_to_should_syntax"]
s.extra_rdoc_files = ["README.rdoc", "CONTRIBUTION_GUIDELINES.rdoc"]
2009-03-03 22:05:57 +00:00
s.files = ["CONTRIBUTION_GUIDELINES.rdoc", "MIT-LICENSE", "Rakefile", "README.rdoc", "bin/convert_to_should_syntax", "lib/shoulda", "lib/shoulda/action_controller", "lib/shoulda/action_controller/helpers.rb", "lib/shoulda/action_controller/macros.rb", "lib/shoulda/action_controller/matchers", "lib/shoulda/action_controller/matchers/assign_to_matcher.rb", "lib/shoulda/action_controller/matchers/filter_param_matcher.rb", "lib/shoulda/action_controller/matchers/render_with_layout_matcher.rb", "lib/shoulda/action_controller/matchers/respond_with_content_type_matcher.rb", "lib/shoulda/action_controller/matchers/respond_with_matcher.rb", "lib/shoulda/action_controller/matchers/route_matcher.rb", "lib/shoulda/action_controller/matchers/set_session_matcher.rb", "lib/shoulda/action_controller/matchers/set_the_flash_matcher.rb", "lib/shoulda/action_controller/matchers.rb", "lib/shoulda/action_controller.rb", "lib/shoulda/action_mailer", "lib/shoulda/action_mailer/assertions.rb", "lib/shoulda/action_mailer.rb", "lib/shoulda/action_view", "lib/shoulda/action_view/macros.rb", "lib/shoulda/action_view.rb", "lib/shoulda/active_record", "lib/shoulda/active_record/assertions.rb", "lib/shoulda/active_record/helpers.rb", "lib/shoulda/active_record/macros.rb", "lib/shoulda/active_record/matchers", "lib/shoulda/active_record/matchers/allow_mass_assignment_of_matcher.rb", "lib/shoulda/active_record/matchers/allow_value_matcher.rb", "lib/shoulda/active_record/matchers/association_matcher.rb", "lib/shoulda/active_record/matchers/ensure_inclusion_of_matcher.rb", "lib/shoulda/active_record/matchers/ensure_length_of_matcher.rb", "lib/shoulda/active_record/matchers/have_db_column_matcher.rb", "lib/shoulda/active_record/matchers/have_index_matcher.rb", "lib/shoulda/active_record/matchers/have_named_scope_matcher.rb", "lib/shoulda/active_record/matchers/have_readonly_attribute_matcher.rb", "lib/shoulda/active_record/matchers/validate_acceptance_of_matcher.rb", "lib/shoulda/active_record/matchers/validate_numericality_of_matcher.rb", "lib/shoulda/active_record/matchers/validate_presence_of_matcher.rb", "lib/shoulda/active_record/matchers/validate_uniqueness_of_matcher.rb", "lib/shoulda/active_record/matchers/validation_matcher.rb", "lib/shoulda/active_record/matchers.rb", "lib/shoulda/active_record.rb", "lib/shoulda/assertions.rb", "lib/shoulda/autoload_macros.rb", "lib/shoulda/context.rb", "lib/shoulda/helpers.rb", "lib/shoulda/macros.rb", "lib/shoulda/private_helpers.rb", "lib/shoulda/proc_extensions.rb", "lib/shoulda/rails.rb", "lib/shoulda/rspec.rb", "lib/shoulda/tasks", "lib/shoulda/tasks/list_tests.rake", "lib/shoulda/tasks/yaml_to_shoulda.rake", "lib/shoulda/tasks.rb", "lib/shoulda/test_unit.rb", "lib/shoulda.rb", "rails/init.rb", "test/fail_macros.rb", "test/fixtures", "test/fixtures/addresses.yml", "test/fixtures/friendships.yml", "test/fixtures/posts.yml", "test/fixtures/products.yml", "test/fixtures/taggings.yml", "test/fixtures/tags.yml", "test/fixtures/users.yml", "test/functional", "test/functional/posts_controller_test.rb", "test/functional/users_controller_test.rb", "test/matchers", "test/matchers/active_record", "test/matchers/active_record/allow_mass_assignment_of_matcher_test.rb", "test/matchers/active_record/allow_value_matcher_test.rb", "test/matchers/active_record/association_matcher_test.rb", "test/matchers/active_record/ensure_inclusion_of_matcher_test.rb", "test/matchers/active_record/ensure_length_of_matcher_test.rb", "test/matchers/active_record/have_db_column_matcher_test.rb", "test/matchers/active_record/have_index_matcher_test.rb", "test/matchers/active_record/have_named_scope_matcher_test.rb", "test/matchers/active_record/have_readonly_attributes_matcher_test.rb", "test/matchers/active_record/validate_acceptance_of_matcher_test.rb", "test/matchers/active_record/validate_numericality_of_matcher_test.rb", "test/matchers/active_record/validate_presence_of_matcher_test.rb", "test/matchers/active_record/validate_uniqueness_of_matcher_test.rb", "test/matchers/controller", "test/matchers/controller/assign_to_matcher_test.rb"
s.has_rdoc = true
s.homepage = %q{http://thoughtbot.com/projects/shoulda}
2009-03-03 22:05:57 +00:00
s.rdoc_options = ["--line-numbers", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{shoulda}
2008-12-10 21:04:35 +00:00
s.rubygems_version = %q{1.3.1}
s.summary = %q{Making tests easy on the fingers and eyes}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end