# -*- encoding: utf-8 -*- # stub: nimboids-shoulda 2.11.4 ruby lib Gem::Specification.new do |s| s.name = "nimboids-shoulda".freeze s.version = "2.11.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".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] s.date = "2011-02-28" s.description = "Making tests easy on the fingers and eyes".freeze s.email = "support@thoughtbot.com".freeze s.executables = ["convert_to_should_syntax".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "CONTRIBUTION_GUIDELINES.rdoc".freeze] s.files = ["CONTRIBUTION_GUIDELINES.rdoc".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TAGS".freeze, "bin/convert_to_should_syntax".freeze, "lib/shoulda.rb".freeze, "lib/shoulda/action_controller.rb".freeze, "lib/shoulda/action_controller/macros.rb".freeze, "lib/shoulda/action_controller/matchers.rb".freeze, "lib/shoulda/action_controller/matchers/assign_to_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/filter_param_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/redirect_to_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/render_template_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/render_with_layout_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/respond_with_content_type_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/respond_with_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/route_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/set_session_matcher.rb".freeze, "lib/shoulda/action_controller/matchers/set_the_flash_matcher.rb".freeze, "lib/shoulda/action_mailer.rb".freeze, "lib/shoulda/action_mailer/assertions.rb".freeze, "lib/shoulda/action_mailer/matchers.rb".freeze, "lib/shoulda/action_mailer/matchers/have_sent_email.rb".freeze, "lib/shoulda/active_record.rb".freeze, "lib/shoulda/active_record/assertions.rb".freeze, "lib/shoulda/active_record/helpers.rb".freeze, "lib/shoulda/active_record/macros.rb".freeze, "lib/shoulda/active_record/matchers.rb".freeze, "lib/shoulda/active_record/matchers/allow_mass_assignment_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/allow_value_matcher.rb".freeze, "lib/shoulda/active_record/matchers/association_matcher.rb".freeze, "lib/shoulda/active_record/matchers/ensure_inclusion_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/ensure_length_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_db_column_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_db_index_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_readonly_attribute_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_acceptance_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_format_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_numericality_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_presence_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_uniqueness_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validation_matcher.rb".freeze, "lib/shoulda/assertions.rb".freeze, "lib/shoulda/autoload_macros.rb".freeze, "lib/shoulda/context.rb".freeze, "lib/shoulda/helpers.rb".freeze, "lib/shoulda/integrations/rspec.rb".freeze, "lib/shoulda/integrations/rspec2.rb".freeze, "lib/shoulda/integrations/test_unit.rb".freeze, "lib/shoulda/macros.rb".freeze, "lib/shoulda/private_helpers.rb".freeze, "lib/shoulda/proc_extensions.rb".freeze, "lib/shoulda/rails.rb".freeze, "lib/shoulda/tasks.rb".freeze, "lib/shoulda/tasks/list_tests.rake".freeze, "lib/shoulda/tasks/yaml_to_shoulda.rake".freeze, "lib/shoulda/version.rb".freeze, "rails/init.rb".freeze, "test/README".freeze, "test/fail_macros.rb".freeze, "test/fixtures/addresses.yml".freeze, "test/fixtures/friendships.yml".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/products.yml".freeze, "test/fixtures/taggings.yml".freeze, "test/fixtures/tags.yml".freeze, "test/fixtures/users.yml".freeze, "test/functional/posts_controller_test.rb".freeze, "test/functional/users_controller_test.rb".freeze, "test/matchers/action_mailer/have_sent_email_test.rb".freeze, "test/matchers/active_record/allow_mass_assignment_of_matcher_test.rb".freeze, "test/matchers/active_record/allow_value_matcher_test.rb".freeze, "test/matchers/active_record/association_matcher_test.rb".freeze, "test/matchers/active_record/ensure_inclusion_of_matcher_test.rb".freeze, "test/matchers/active_record/ensure_length_of_matcher_test.rb".freeze, "test/matchers/active_record/have_db_column_matcher_test.rb".freeze, "test/matchers/active_record/have_db_index_matcher_test.rb".freeze, "test/matchers/active_record/have_readonly_attributes_matcher_test.rb".freeze, "test/matchers/active_record/validate_acceptance_of_matcher_test.rb".freeze, "test/matchers/active_record/validate_format_of_matcher_test.rb".freeze, "test/matchers/active_record/validate_numericality_of_matcher_test.rb".freeze, "test/matchers/active_record/validate_presence_of_matcher_test.rb".freeze, "test/matchers/active_record/validate_uniqueness_of_matcher_test.rb".freeze, "test/matchers/controller/assign_to_matcher_test.rb".freeze, "test/matchers/controller/filter_param_matcher_test.rb".freeze, "test/matchers/controller/redirect_to_matcher_test.rb".freeze, "test/matchers/controller/render_template_matcher_test.rb".freeze, "test/matchers/controller/render_with_layout_matcher_test.rb".freeze, "test/matchers/controller/respond_with_content_type_matcher_test.rb".freeze, "test/matchers/controller/respond_with_matcher_test.rb".freeze, "test/matchers/controller/route_matcher_test.rb".freeze, "test/matchers/controller/set_session_matcher_test.rb".freeze, "test/matchers/controller/set_the_flash_matcher.rb".freeze, "test/other/autoload_macro_test.rb".freeze, "test/other/context_test.rb".freeze, "test/other/convert_to_should_syntax_test.rb".freeze, "test/other/helpers_test.rb".freeze, "test/other/private_helpers_test.rb".freeze, "test/other/should_test.rb".freeze, "test/rails2_model_builder.rb".freeze, "test/rails2_root/app/controllers/application_controller.rb".freeze, "test/rails2_root/app/controllers/posts_controller.rb".freeze, "test/rails2_root/app/controllers/users_controller.rb".freeze, "test/rails2_root/app/helpers/application_helper.rb".freeze, "test/rails2_root/app/helpers/posts_helper.rb".freeze, "test/rails2_root/app/helpers/users_helper.rb".freeze, "test/rails2_root/app/models/address.rb".freeze, "test/rails2_root/app/models/flea.rb".freeze, "test/rails2_root/app/models/friendship.rb".freeze, "test/rails2_root/app/models/notifier.rb".freeze, "test/rails2_root/app/models/pets/cat.rb".freeze, "test/rails2_root/app/models/pets/dog.rb".freeze, "test/rails2_root/app/models/post.rb".freeze, "test/rails2_root/app/models/product.rb".freeze, "test/rails2_root/app/models/profile.rb".freeze, "test/rails2_root/app/models/registration.rb".freeze, "test/rails2_root/app/models/tag.rb".freeze, "test/rails2_root/app/models/tagging.rb".freeze, "test/rails2_root/app/models/treat.rb".freeze, "test/rails2_root/app/models/user.rb".freeze, "test/rails2_root/app/views/layouts/posts.rhtml".freeze, "test/rails2_root/app/views/layouts/users.rhtml".freeze, "test/rails2_root/app/views/layouts/wide.html.erb".freeze, "test/rails2_root/app/views/notifier/the_email.html.erb".freeze, "test/rails2_root/app/views/posts/edit.rhtml".freeze, "test/rails2_root/app/views/posts/index.rhtml".freeze, "test/rails2_root/app/views/posts/new.rhtml".freeze, "test/rails2_root/app/views/posts/show.rhtml".freeze, "test/rails2_root/app/views/users/edit.rhtml".freeze, "test/rails2_root/app/views/users/index.rhtml".freeze, "test/rails2_root/app/views/users/new.rhtml".freeze, "test/rails2_root/app/views/users/show.rhtml".freeze, "test/rails2_root/config/boot.rb".freeze, "test/rails2_root/config/database.yml".freeze, "test/rails2_root/config/environment.rb".freeze, "test/rails2_root/config/environments/test.rb".freeze, "test/rails2_root/config/initializers/new_rails_defaults.rb".freeze, "test/rails2_root/config/initializers/shoulda.rb".freeze, "test/rails2_root/config/routes.rb".freeze, "test/rails2_root/db/migrate/001_create_users.rb".freeze, "test/rails2_root/db/migrate/002_create_posts.rb".freeze, "test/rails2_root/db/migrate/003_create_taggings.rb".freeze, "test/rails2_root/db/migrate/004_create_tags.rb".freeze, "test/rails2_root/db/migrate/005_create_dogs.rb".freeze, "test/rails2_root/db/migrate/006_create_addresses.rb".freeze, "test/rails2_root/db/migrate/007_create_fleas.rb".freeze, "test/rails2_root/db/migrate/008_create_dogs_fleas.rb".freeze, "test/rails2_root/db/migrate/009_create_products.rb".freeze, "test/rails2_root/db/migrate/010_create_friendships.rb".freeze, "test/rails2_root/db/migrate/011_create_treats.rb".freeze, "test/rails2_root/db/migrate/20090506203502_create_profiles.rb".freeze, "test/rails2_root/db/migrate/20090506203536_create_registrations.rb".freeze, "test/rails2_root/db/migrate/20090513104502_create_cats.rb".freeze, "test/rails2_root/db/schema.rb".freeze, "test/rails2_root/log/test.log".freeze, "test/rails2_root/public/404.html".freeze, "test/rails2_root/public/422.html".freeze, "test/rails2_root/public/500.html".freeze, "test/rails2_root/script/console".freeze, "test/rails2_root/script/generate".freeze, "test/rails2_root/test/shoulda_macros/custom_macro.rb".freeze, "test/rails2_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb".freeze, "test/rails2_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb".freeze, "test/rails2_test_helper.rb".freeze, "test/rails3_model_builder.rb".freeze, "test/rails3_root/Gemfile".freeze, "test/rails3_root/Gemfile.lock".freeze, "test/rails3_root/README".freeze, "test/rails3_root/Rakefile".freeze, "test/rails3_root/app/controllers/application_controller.rb".freeze, "test/rails3_root/app/controllers/posts_controller.rb".freeze, "test/rails3_root/app/controllers/users_controller.rb".freeze, "test/rails3_root/app/helpers/application_helper.rb".freeze, "test/rails3_root/app/models/address.rb".freeze, "test/rails3_root/app/models/flea.rb".freeze, "test/rails3_root/app/models/friendship.rb".freeze, "test/rails3_root/app/models/notifier.rb".freeze, "test/rails3_root/app/models/pets/cat.rb".freeze, "test/rails3_root/app/models/pets/dog.rb".freeze, "test/rails3_root/app/models/post.rb".freeze, "test/rails3_root/app/models/product.rb".freeze, "test/rails3_root/app/models/profile.rb".freeze, "test/rails3_root/app/models/registration.rb".freeze, "test/rails3_root/app/models/tag.rb".freeze, "test/rails3_root/app/models/tagging.rb".freeze, "test/rails3_root/app/models/treat.rb".freeze, "test/rails3_root/app/models/user.rb".freeze, "test/rails3_root/app/views/layouts/application.html.erb".freeze, "test/rails3_root/app/views/layouts/posts.rhtml".freeze, "test/rails3_root/app/views/layouts/users.rhtml".freeze, "test/rails3_root/app/views/layouts/wide.html.erb".freeze, "test/rails3_root/app/views/notifier/the_email.html.erb".freeze, "test/rails3_root/app/views/posts/edit.rhtml".freeze, "test/rails3_root/app/views/posts/index.rhtml".freeze, "test/rails3_root/app/views/posts/new.rhtml".freeze, "test/rails3_root/app/views/posts/show.rhtml".freeze, "test/rails3_root/app/views/users/edit.rhtml".freeze, "test/rails3_root/app/views/users/index.rhtml".freeze, "test/rails3_root/app/views/users/new.rhtml".freeze, "test/rails3_root/app/views/users/show.rhtml".freeze, "test/rails3_root/config.ru".freeze, "test/rails3_root/config/application.rb".freeze, "test/rails3_root/config/boot.rb".freeze, "test/rails3_root/config/database.yml".freeze, "test/rails3_root/config/environment.rb".freeze, "test/rails3_root/config/environments/development.rb".freeze, "test/rails3_root/config/environments/production.rb".freeze, "test/rails3_root/config/environments/test.rb".freeze, "test/rails3_root/config/initializers/backtrace_silencers.rb".freeze, "test/rails3_root/config/initializers/inflections.rb".freeze, "test/rails3_root/config/initializers/mime_types.rb".freeze, "test/rails3_root/config/initializers/secret_token.rb".freeze, "test/rails3_root/config/initializers/session_store.rb".freeze, "test/rails3_root/config/locales/en.yml".freeze, "test/rails3_root/config/routes.rb".freeze, "test/rails3_root/db/migrate/001_create_users.rb".freeze, "test/rails3_root/db/migrate/002_create_posts.rb".freeze, "test/rails3_root/db/migrate/003_create_taggings.rb".freeze, "test/rails3_root/db/migrate/004_create_tags.rb".freeze, "test/rails3_root/db/migrate/005_create_dogs.rb".freeze, "test/rails3_root/db/migrate/006_create_addresses.rb".freeze, "test/rails3_root/db/migrate/007_create_fleas.rb".freeze, "test/rails3_root/db/migrate/008_create_dogs_fleas.rb".freeze, "test/rails3_root/db/migrate/009_create_products.rb".freeze, "test/rails3_root/db/migrate/010_create_friendships.rb".freeze, "test/rails3_root/db/migrate/011_create_treats.rb".freeze, "test/rails3_root/db/migrate/20090506203502_create_profiles.rb".freeze, "test/rails3_root/db/migrate/20090506203536_create_registrations.rb".freeze, "test/rails3_root/db/migrate/20090513104502_create_cats.rb".freeze, "test/rails3_root/db/seeds.rb".freeze, "test/rails3_root/db/test.sqlite3".freeze, "test/rails3_root/log/test.log".freeze, "test/rails3_root/public/404.html".freeze, "test/rails3_root/public/422.html".freeze, "test/rails3_root/public/500.html".freeze, "test/rails3_root/public/favicon.ico".freeze, "test/rails3_root/public/images/rails.png".freeze, "test/rails3_root/public/index.html".freeze, "test/rails3_root/public/javascripts/application.js".freeze, "test/rails3_root/public/javascripts/controls.js".freeze, "test/rails3_root/public/javascripts/dragdrop.js".freeze, "test/rails3_root/public/javascripts/effects.js".freeze, "test/rails3_root/public/javascripts/prototype.js".freeze, "test/rails3_root/public/javascripts/rails.js".freeze, "test/rails3_root/public/robots.txt".freeze, "test/rails3_root/script/rails".freeze, "test/rails3_root/test/performance/browsing_test.rb".freeze, "test/rails3_root/test/test_helper.rb".freeze, "test/rails3_test_helper.rb".freeze, "test/rspec_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/address_test.rb".freeze, "test/unit/cat_test.rb".freeze, "test/unit/dog_test.rb".freeze, "test/unit/flea_test.rb".freeze, "test/unit/friendship_test.rb".freeze, "test/unit/post_test.rb".freeze, "test/unit/product_test.rb".freeze, "test/unit/tag_test.rb".freeze, "test/unit/tagging_test.rb".freeze, "test/unit/user_test.rb".freeze] s.homepage = "http://thoughtbot.com/community/".freeze s.rdoc_options = ["--line-numbers".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Making tests easy on the fingers and eyes".freeze end