# -*- encoding: utf-8 -*- # stub: shoulda-context 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "shoulda-context".freeze s.version = "2.0.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 = ["thoughtbot, inc.".freeze, "Tammer Saleh".freeze, "Joe Ferris".freeze, "Ryan McGeary".freeze, "Dan Croak".freeze, "Matt Jankowski".freeze] s.bindir = "exe".freeze s.date = "2020-06-13" s.description = "Context framework extracted from Shoulda".freeze s.email = "support@thoughtbot.com".freeze s.executables = ["convert_to_should_syntax".freeze] s.files = [".gitignore".freeze, ".hound.yml".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/install_gems_in_all_appraisals".freeze, "bin/run_all_tests".freeze, "bin/setup".freeze, "bin/supported_ruby_versions".freeze, "bin/update_gem_in_all_appraisals".freeze, "bin/update_gems_in_all_appraisals".freeze, "exe/convert_to_should_syntax".freeze, "gemfiles/rails_4_2.gemfile".freeze, "gemfiles/rails_4_2.gemfile.lock".freeze, "gemfiles/rails_5_0.gemfile".freeze, "gemfiles/rails_5_0.gemfile.lock".freeze, "gemfiles/rails_5_1.gemfile".freeze, "gemfiles/rails_5_1.gemfile.lock".freeze, "gemfiles/rails_5_2.gemfile".freeze, "gemfiles/rails_5_2.gemfile.lock".freeze, "gemfiles/rails_6_0.gemfile".freeze, "gemfiles/rails_6_0.gemfile.lock".freeze, "lib/shoulda-context.rb".freeze, "lib/shoulda/context.rb".freeze, "lib/shoulda/context/assertions.rb".freeze, "lib/shoulda/context/autoload_macros.rb".freeze, "lib/shoulda/context/configuration.rb".freeze, "lib/shoulda/context/context.rb".freeze, "lib/shoulda/context/dsl.rb".freeze, "lib/shoulda/context/proc_extensions.rb".freeze, "lib/shoulda/context/rails_test_unit_reporter_patch.rb".freeze, "lib/shoulda/context/railtie.rb".freeze, "lib/shoulda/context/tasks.rb".freeze, "lib/shoulda/context/tasks/list_tests.rake".freeze, "lib/shoulda/context/tasks/yaml_to_shoulda.rake".freeze, "lib/shoulda/context/test_framework_detection.rb".freeze, "lib/shoulda/context/version.rb".freeze, "lib/shoulda/context/world.rb".freeze, "shoulda-context.gemspec".freeze, "tasks/shoulda.rake".freeze, "test/fake_rails_root/test/shoulda_macros/custom_macro.rb".freeze, "test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb".freeze, "test/fake_rails_root/vendor/plugins/.keep".freeze, "test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb".freeze, "test/shoulda/autoload_macro_test.rb".freeze, "test/shoulda/context_test.rb".freeze, "test/shoulda/convert_to_should_syntax_test.rb".freeze, "test/shoulda/helpers_test.rb".freeze, "test/shoulda/railtie_test.rb".freeze, "test/shoulda/rerun_snippet_test.rb".freeze, "test/shoulda/should_test.rb".freeze, "test/shoulda/test_framework_detection_test.rb".freeze, "test/support/current_bundle.rb".freeze, "test/support/rails_application_with_shoulda_context.rb".freeze, "test/support/snowglobe.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://thoughtbot.com/community/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Context framework extracted from Shoulda".freeze s.test_files = ["test/fake_rails_root/test/shoulda_macros/custom_macro.rb".freeze, "test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb".freeze, "test/fake_rails_root/vendor/plugins/.keep".freeze, "test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb".freeze, "test/shoulda/autoload_macro_test.rb".freeze, "test/shoulda/context_test.rb".freeze, "test/shoulda/convert_to_should_syntax_test.rb".freeze, "test/shoulda/helpers_test.rb".freeze, "test/shoulda/railtie_test.rb".freeze, "test/shoulda/rerun_snippet_test.rb".freeze, "test/shoulda/should_test.rb".freeze, "test/shoulda/test_framework_detection_test.rb".freeze, "test/support/current_bundle.rb".freeze, "test/support/rails_application_with_shoulda_context.rb".freeze, "test/support/snowglobe.rb".freeze, "test/test_helper.rb".freeze] end