Rakefile in echi-converter-0.3.1 vs Rakefile in echi-converter-0.3.2
- old
+ new
@@ -77,11 +77,12 @@
p.extra_deps = [
['activerecord', '>=1.15.3'],
['activesupport', '>=1.4.2'],
['daemons', '>=1.0.7'],
['fastercsv', '>=1.2.0'],
- ['hoe', '>=1.2.2'],
- ['rake', '>=0.7.3']
+ ['hoe', '>=1.3.0'],
+ ['rake', '>=0.7.3'],
+ ['uuidtools', '>=1.0.1']
]
#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")
\ No newline at end of file