# -*- encoding: utf-8 -*- # stub: shoulda-context 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "shoulda-context".freeze s.version = "1.1.1".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.date = "2013-04-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, ".travis.yml".freeze, "Appraisals".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/convert_to_should_syntax".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, "init.rb".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/context.rb".freeze, "lib/shoulda/context/proc_extensions.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/version.rb".freeze, "rails/init.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/should_test.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/should_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q<appraisal>.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q<rails>.freeze, ["= 3.2.9".freeze]) s.add_development_dependency(%q<mocha>.freeze, ["~> 0.9.10".freeze]) s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<test-unit>.freeze, ["~> 2.1.0".freeze]) end