config/hoe.rb in cucumber-0.3.96 vs config/hoe.rb in cucumber-0.3.97
- old
+ new
@@ -61,9 +61,10 @@
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.3.0'],
+ ['polyglot', '>= 0.2.8'], # Don't really want polyglot, but it keeps breaking so we'll make people use something that works ok'ish
['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