Rakefile in zcc-0.0.3 vs Rakefile in zcc-0.1.0
- old
+ new
@@ -73,10 +73,11 @@
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.extra_deps = [
['marc','>=0.1.6'],
['zoom', '>=0.3.0'],
['unicode','>=0.1'],
- ['highline', '>=1.2.9']
+ ['highline', '>=1.2.9'],
+ ['term-ansicolor', '>=1.0.2']
] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.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")