|
| 1 | +# Generated by jeweler |
| 2 | +# DO NOT EDIT THIS FILE DIRECTLY |
| 3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' |
| 4 | +# -*- encoding: utf-8 -*- |
| 5 | + |
| 6 | +Gem::Specification.new do |s| |
| 7 | + s.name = %q{integreat} |
| 8 | + s.version = "0.1.0" |
| 9 | + |
| 10 | + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
| 11 | + s.authors = ["Matti Paksula"] |
| 12 | + s.date = %q{2011-04-25} |
| 13 | + s.description = %q{Integration testing made easy} |
| 14 | + |
| 15 | + s.extra_rdoc_files = [ |
| 16 | + "LICENSE.txt", |
| 17 | + "README.rdoc" |
| 18 | + ] |
| 19 | + s.files = [ |
| 20 | + ".document", |
| 21 | + "Gemfile", |
| 22 | + "Gemfile.lock", |
| 23 | + "LICENSE.txt", |
| 24 | + "README.rdoc", |
| 25 | + "Rakefile", |
| 26 | + "VERSION", |
| 27 | + "lib/integreat.rb", |
| 28 | + "test/helper.rb", |
| 29 | + "test/test_integreat.rb" |
| 30 | + ] |
| 31 | + s.homepage = %q{http://github.com/enemy/integreat} |
| 32 | + s.licenses = ["MIT"] |
| 33 | + s.require_paths = ["lib"] |
| 34 | + s.rubygems_version = %q{1.3.7} |
| 35 | + s.summary = %q{A great integration testing framework} |
| 36 | + s.test_files = [ |
| 37 | + "test/helper.rb", |
| 38 | + "test/test_integreat.rb" |
| 39 | + ] |
| 40 | + |
| 41 | + if s.respond_to? :specification_version then |
| 42 | + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |
| 43 | + s.specification_version = 3 |
| 44 | + |
| 45 | + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then |
| 46 | + s.add_development_dependency(%q<shoulda>, [">= 0"]) |
| 47 | + s.add_development_dependency(%q<bundler>, ["~> 1.0.0"]) |
| 48 | + s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"]) |
| 49 | + s.add_development_dependency(%q<rcov>, [">= 0"]) |
| 50 | + else |
| 51 | + s.add_dependency(%q<shoulda>, [">= 0"]) |
| 52 | + s.add_dependency(%q<bundler>, ["~> 1.0.0"]) |
| 53 | + s.add_dependency(%q<jeweler>, ["~> 1.5.2"]) |
| 54 | + s.add_dependency(%q<rcov>, [">= 0"]) |
| 55 | + end |
| 56 | + else |
| 57 | + s.add_dependency(%q<shoulda>, [">= 0"]) |
| 58 | + s.add_dependency(%q<bundler>, ["~> 1.0.0"]) |
| 59 | + s.add_dependency(%q<jeweler>, ["~> 1.5.2"]) |
| 60 | + s.add_dependency(%q<rcov>, [">= 0"]) |
| 61 | + end |
| 62 | +end |
| 63 | + |
0 commit comments