infinity_test.gemspec in infinity_test-1.0.2 vs infinity_test.gemspec in infinity_test-1.0.3

- old
+ new

@@ -3,17 +3,16 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{infinity_test} - s.version = "1.0.2" + s.version = "1.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tomas D'Stefano"] - s.date = %q{2010-11-16} - s.default_executable = %q{infinity_test} - s.description = %q{Infinity Test is a continuous testing library and a flexible alternative to Autotest, using Watchr library with Rspec, Test::Unit or Bacon with RVM funcionality, giving the possibility to test with all Rubies that you have in your RVM configuration.} + s.date = %q{2011-05-30} + s.description = %q{Infinity Test is a continuous testing library and a flexible alternative to Autotest, using Watchr library with RSpec, Test::Unit or Bacon with RVM funcionality, giving the possibility to test with all Rubies that you have in your RVM configuration.} s.email = %q{tomasdestefi@gmail.com} s.executables = ["infinity_test"] s.extra_rdoc_files = [ "LICENSE.txt" ] @@ -126,12 +125,12 @@ s.homepage = %q{http://github.com/tomas-stefano/infinity_test} s.post_install_message = %q{ -------------------------------------------------------------------------------- T O I N F I N I T Y A N D B E Y O N D !!! - The Infinity uses the awesome RVM to run. - If you don't have the RVM installed, stop what you doing =p. + Infinity Test uses the awesome RVM to run. + If you don't have RVM installed, stop what you're doing =p. RVM Installation Instructions: http://rvm.beginrescueend.com/rvm/install/ And don't forget to see how you can customize Infinity Test here: http://github.com/tomas-stefano/infinity_test/wiki/Customize-Infinity-Test @@ -140,12 +139,12 @@ -------------------------------------------------------------------------------- } s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{Continuous testing and a flexible alternative to Autotest using watchr and RVM} + s.rubygems_version = %q{1.7.2} + s.summary = %q{Continuous testing and a flexible alternative to Autotest using Watchr and RVM} s.test_files = [ "spec/factories/buzz/lib/buzz.rb", "spec/factories/buzz/spec/buzz_spec.rb", "spec/factories/company/lib/company.rb", "spec/factories/company/test/company_test.rb", @@ -176,10 +175,9 @@ "spec/infinity_test_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<watchr>, [">= 0.7"]) s.add_runtime_dependency(%q<notifiers>, [">= 1.1.0"])