# -*- encoding: utf-8 -*- # stub: param_test 0.1.0.rc1 ruby lib Gem::Specification.new do |s| s.name = "param_test".freeze s.version = "0.1.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 = ["Nik Haldimann".freeze] s.date = "2013-06-20" s.description = "Parameterized unit tests for Ruby/ActiveSupport".freeze s.email = ["nhaldimann@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/active_support/testing/parametrized.rb".freeze, "lib/param_test.rb".freeze, "param_test.gemspec".freeze, "test/blog/README.md".freeze, "test/blog/bad_declarative_test.rb".freeze, "test/blog/bad_looping_test.rb".freeze, "test/blog/better_declarative_test.rb".freeze, "test/blog/multiple_params_test.rb".freeze, "test/blog/single_param_test.rb".freeze, "test/blog/whitespace.rb".freeze, "test/helper.rb".freeze, "test/param_test_meta_test.rb".freeze, "test/param_test_test.rb".freeze] s.homepage = "https://github.com/nikhaldi/param-test-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Parameterized unit tests for Ruby/ActiveSupport".freeze s.test_files = ["test/blog/README.md".freeze, "test/blog/bad_declarative_test.rb".freeze, "test/blog/bad_looping_test.rb".freeze, "test/blog/better_declarative_test.rb".freeze, "test/blog/multiple_params_test.rb".freeze, "test/blog/single_param_test.rb".freeze, "test/blog/whitespace.rb".freeze, "test/helper.rb".freeze, "test/param_test_meta_test.rb".freeze, "test/param_test_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 4.0.0.rc2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end