# -*- encoding: utf-8 -*- # stub: shoulda 3.6.0 ruby lib Gem::Specification.new do |s| s.name = "shoulda".freeze s.version = "3.6.0".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 = "2018-07-13" s.description = "Making tests easy on the fingers and eyes".freeze s.email = "support@thoughtbot.com".freeze s.files = [".autotest".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".hound/ruby.yml".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/4.2.gemfile".freeze, "gemfiles/4.2.gemfile.lock".freeze, "gemfiles/5.0.gemfile".freeze, "gemfiles/5.0.gemfile.lock".freeze, "lib/shoulda.rb".freeze, "lib/shoulda/version.rb".freeze, "shoulda.gemspec".freeze, "test/acceptance/rails_integration_test.rb".freeze, "test/acceptance_test_helper.rb".freeze, "test/report_warnings.rb".freeze, "test/support/acceptance/add_shoulda_to_project.rb".freeze, "test/support/acceptance/helpers.rb".freeze, "test/support/acceptance/helpers/active_model_helpers.rb".freeze, "test/support/acceptance/helpers/array_helpers.rb".freeze, "test/support/acceptance/helpers/base_helpers.rb".freeze, "test/support/acceptance/helpers/command_helpers.rb".freeze, "test/support/acceptance/helpers/file_helpers.rb".freeze, "test/support/acceptance/helpers/gem_helpers.rb".freeze, "test/support/acceptance/helpers/pluralization_helpers.rb".freeze, "test/support/acceptance/helpers/step_helpers.rb".freeze, "test/support/acceptance/matchers/have_output.rb".freeze, "test/support/acceptance/matchers/indicate_number_of_tests_was_run_matcher.rb".freeze, "test/support/acceptance/matchers/indicate_that_tests_were_run_matcher.rb".freeze, "test/support/tests/bundle.rb".freeze, "test/support/tests/command_runner.rb".freeze, "test/support/tests/current_bundle.rb".freeze, "test/support/tests/filesystem.rb".freeze, "test/support/tests/version.rb".freeze, "test/test_helper.rb".freeze, "test/warnings_spy.rb".freeze, "test/warnings_spy/filesystem.rb".freeze, "test/warnings_spy/partitioner.rb".freeze, "test/warnings_spy/reader.rb".freeze, "test/warnings_spy/reporter.rb".freeze] s.homepage = "https://github.com/thoughtbot/shoulda".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Making tests easy on the fingers and eyes".freeze s.test_files = ["test/acceptance/rails_integration_test.rb".freeze, "test/acceptance_test_helper.rb".freeze, "test/report_warnings.rb".freeze, "test/support/acceptance/add_shoulda_to_project.rb".freeze, "test/support/acceptance/helpers.rb".freeze, "test/support/acceptance/helpers/active_model_helpers.rb".freeze, "test/support/acceptance/helpers/array_helpers.rb".freeze, "test/support/acceptance/helpers/base_helpers.rb".freeze, "test/support/acceptance/helpers/command_helpers.rb".freeze, "test/support/acceptance/helpers/file_helpers.rb".freeze, "test/support/acceptance/helpers/gem_helpers.rb".freeze, "test/support/acceptance/helpers/pluralization_helpers.rb".freeze, "test/support/acceptance/helpers/step_helpers.rb".freeze, "test/support/acceptance/matchers/have_output.rb".freeze, "test/support/acceptance/matchers/indicate_number_of_tests_was_run_matcher.rb".freeze, "test/support/acceptance/matchers/indicate_that_tests_were_run_matcher.rb".freeze, "test/support/tests/bundle.rb".freeze, "test/support/tests/command_runner.rb".freeze, "test/support/tests/current_bundle.rb".freeze, "test/support/tests/filesystem.rb".freeze, "test/support/tests/version.rb".freeze, "test/test_helper.rb".freeze, "test/warnings_spy.rb".freeze, "test/warnings_spy/filesystem.rb".freeze, "test/warnings_spy/partitioner.rb".freeze, "test/warnings_spy/reader.rb".freeze, "test/warnings_spy/reporter.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) end