config/hoe.rb in newgem-0.13.1 vs config/hoe.rb in newgem-0.13.2
- old
+ new
@@ -36,10 +36,10 @@
p.extra_deps = [
['hoe', '>=1.3.0'],
['RedCloth','>=3.0.4'],
['syntax','>=1.0.0'],
['activesupport','>=1.4.2'],
- ['rubigen','>=1.0.0']
+ ['rubigen','>=1.0.3']
]
#p.spec_extras - A hash of extra values to set in the gemspec.
end
CHANGES = hoe.paragraphs_of('History.txt', 0..1).join("\n\n")