decoct.gemspec in andhapp-decoct-1.1.0 vs decoct.gemspec in andhapp-decoct-1.2.0

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{decoct} - s.version = "1.1.0" + s.version = "1.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Anuj Dutta"] s.date = %q{2009-04-22} s.default_executable = %q{decoct} @@ -25,24 +25,18 @@ "lib/templates/.autotest", "lib/templates/generic_app.rb", "lib/templates/spec/rcov.opts", "lib/templates/spec/spec.opts", "lib/templates/spec/spec_helper.rb", - "test/templates/generic_app.rb", - "test/templates/spec/rcov.opts", - "test/templates/spec/spec.opts", - "test/templates/spec/spec_helper.rb", "test/ts_script.rb" ] s.has_rdoc = true s.homepage = %q{http://github.com/andhapp/decoct} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.1} s.summary = %q{Its a simple gem which creates a project structure for sinatra to work with rspec, ZenTest, Snarl(on Windows), RedGreen, Rcov} s.test_files = [ - "test/templates/generic_app.rb", - "test/templates/spec/spec_helper.rb", "test/ts_script.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION