config/hoe.rb in cucumber-0.3.91 vs config/hoe.rb in cucumber-0.3.92

- old
+ new

@@ -46,11 +46,12 @@ end end # Generate all the Rake tasks # Run 'rake -T' to see list of generated tasks (from gem root directory) -$hoe = Hoe.new(GEM_NAME, VERS) do |p| +$hoe = Hoe.spec(GEM_NAME) do |p| + p.version = VERS p.developer(AUTHOR, EMAIL) p.description = DESCRIPTION p.summary = DESCRIPTION p.url = HOMEPATH p.rubyforge_name = RUBYFORGE_PROJECT if RUBYFORGE_PROJECT @@ -59,10 +60,10 @@ # == Optional p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") #p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ] p.extra_deps = [ ['term-ansicolor', '>= 1.0.3'], - ['treetop', '>= 1.2.6'], + ['treetop', '>= 1.3.0'], ['diff-lcs', '>= 1.1.2'], ['builder', '>= 2.1.2'] ] #p.spec_extras = {} # A hash of extra values to set in the gemspec. \ No newline at end of file