# -*- encoding: utf-8 -*-
# stub: shoulda-matchers 2.4.0.rc1 ruby lib

Gem::Specification.new do |s|
  s.name = "shoulda-matchers".freeze
  s.version = "2.4.0.rc1".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Tammer Saleh".freeze, "Joe Ferris".freeze, "Ryan McGeary".freeze, "Dan Croak".freeze, "Matt Jankowski".freeze, "Stafford Brunk".freeze]
  s.date = "2013-08-16"
  s.description = "Making tests easy on the fingers and eyes".freeze
  s.email = "support@thoughtbot.com".freeze
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "NEWS.md".freeze, "README.md".freeze, "Rakefile".freeze, "features/rails_integration.feature".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/support/env.rb".freeze, "gemfiles/3.0.gemfile".freeze, "gemfiles/3.0.gemfile.lock".freeze, "gemfiles/3.1.gemfile".freeze, "gemfiles/3.1.gemfile.lock".freeze, "gemfiles/3.2.gemfile".freeze, "gemfiles/3.2.gemfile.lock".freeze, "gemfiles/4.0.gemfile".freeze, "gemfiles/4.0.gemfile.lock".freeze, "lib/shoulda-matchers.rb".freeze, "lib/shoulda/matchers.rb".freeze, "lib/shoulda/matchers/action_controller.rb".freeze, "lib/shoulda/matchers/action_controller/filter_param_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/redirect_to_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/render_template_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/rescue_from_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/respond_with_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/route_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/set_session_matcher.rb".freeze, "lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb".freeze, "lib/shoulda/matchers/active_model.rb".freeze, "lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/allow_value_matcher.rb".freeze, "lib/shoulda/matchers/active_model/comparison_matcher.rb".freeze, "lib/shoulda/matchers/active_model/disallow_value_matcher.rb".freeze, "lib/shoulda/matchers/active_model/ensure_exclusion_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/ensure_inclusion_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/ensure_length_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/errors.rb".freeze, "lib/shoulda/matchers/active_model/exception_message_finder.rb".freeze, "lib/shoulda/matchers/active_model/helpers.rb".freeze, "lib/shoulda/matchers/active_model/odd_even_number_matcher.rb".freeze, "lib/shoulda/matchers/active_model/only_integer_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validate_acceptance_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validate_confirmation_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validate_presence_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validate_uniqueness_of_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validation_matcher.rb".freeze, "lib/shoulda/matchers/active_model/validation_message_finder.rb".freeze, "lib/shoulda/matchers/active_record.rb".freeze, "lib/shoulda/matchers/active_record/accept_nested_attributes_for_matcher.rb".freeze, "lib/shoulda/matchers/active_record/association_matcher.rb".freeze, "lib/shoulda/matchers/active_record/association_matchers/counter_cache_matcher.rb".freeze, "lib/shoulda/matchers/active_record/association_matchers/dependent_matcher.rb".freeze, "lib/shoulda/matchers/active_record/association_matchers/model_reflector.rb".freeze, "lib/shoulda/matchers/active_record/association_matchers/option_verifier.rb".freeze, "lib/shoulda/matchers/active_record/association_matchers/order_matcher.rb".freeze, "lib/shoulda/matchers/active_record/association_matchers/through_matcher.rb".freeze, "lib/shoulda/matchers/active_record/have_db_column_matcher.rb".freeze, "lib/shoulda/matchers/active_record/have_db_index_matcher.rb".freeze, "lib/shoulda/matchers/active_record/have_readonly_attribute_matcher.rb".freeze, "lib/shoulda/matchers/active_record/serialize_matcher.rb".freeze, "lib/shoulda/matchers/assertion_error.rb".freeze, "lib/shoulda/matchers/integrations/rspec.rb".freeze, "lib/shoulda/matchers/integrations/test_unit.rb".freeze, "lib/shoulda/matchers/rails_shim.rb".freeze, "lib/shoulda/matchers/version.rb".freeze, "shoulda-matchers.gemspec".freeze, "spec/shoulda/active_model/validate_uniqueness_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/filter_param_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/redirect_to_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/render_template_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/render_with_layout_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/rescue_from_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/respond_with_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/route_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/set_session_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/set_the_flash_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/allow_mass_assignment_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/allow_value_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/comparison_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/disallow_value_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/ensure_exclusion_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/ensure_inclusion_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/ensure_length_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/exception_message_finder_spec.rb".freeze, "spec/shoulda/matchers/active_model/helpers_spec.rb".freeze, "spec/shoulda/matchers/active_model/odd_even_number_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/only_integer_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_acceptance_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_confirmation_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_numericality_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_uniqueness_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validation_message_finder_spec.rb".freeze, "spec/shoulda/matchers/active_record/accept_nested_attributes_for_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/association_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/have_db_column_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/have_db_index_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/have_readonly_attributes_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/serialize_matcher_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/active_model_versions.rb".freeze, "spec/support/activemodel_helpers.rb".freeze, "spec/support/class_builder.rb".freeze, "spec/support/controller_builder.rb".freeze, "spec/support/fail_with_message_matcher.rb".freeze, "spec/support/i18n_faker.rb".freeze, "spec/support/mailer_builder.rb".freeze, "spec/support/model_builder.rb".freeze]
  s.homepage = "http://thoughtbot.com/community/".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Making tests easy on the fingers and eyes".freeze
  s.test_files = ["features/rails_integration.feature".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/support/env.rb".freeze, "spec/shoulda/active_model/validate_uniqueness_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/filter_param_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/redirect_to_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/render_template_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/render_with_layout_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/rescue_from_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/respond_with_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/route_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/set_session_matcher_spec.rb".freeze, "spec/shoulda/matchers/action_controller/set_the_flash_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/allow_mass_assignment_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/allow_value_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/comparison_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/disallow_value_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/ensure_exclusion_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/ensure_inclusion_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/ensure_length_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/exception_message_finder_spec.rb".freeze, "spec/shoulda/matchers/active_model/helpers_spec.rb".freeze, "spec/shoulda/matchers/active_model/odd_even_number_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/only_integer_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_acceptance_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_confirmation_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_numericality_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validate_uniqueness_of_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_model/validation_message_finder_spec.rb".freeze, "spec/shoulda/matchers/active_record/accept_nested_attributes_for_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/association_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/have_db_column_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/have_db_index_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/have_readonly_attributes_matcher_spec.rb".freeze, "spec/shoulda/matchers/active_record/serialize_matcher_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/active_model_versions.rb".freeze, "spec/support/activemodel_helpers.rb".freeze, "spec/support/class_builder.rb".freeze, "spec/support/controller_builder.rb".freeze, "spec/support/fail_with_message_matcher.rb".freeze, "spec/support/i18n_faker.rb".freeze, "spec/support/mailer_builder.rb".freeze, "spec/support/model_builder.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 3.0.0".freeze])
  s.add_development_dependency(%q<appraisal>.freeze, ["~> 0.4".freeze])
  s.add_development_dependency(%q<aruba>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<bourne>.freeze, ["~> 1.3".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.1".freeze])
  s.add_development_dependency(%q<cucumber>.freeze, ["~> 1.1".freeze])
  s.add_development_dependency(%q<rails>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0.9.2".freeze])
  s.add_development_dependency(%q<rspec-rails>.freeze, [">= 2.13.1".freeze, "< 3".freeze])
end