Rakefile in ric-0.9.4c vs Rakefile in ric-0.9.5
- old
+ new
@@ -1,17 +1,21 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('ric', '0.9.4c') do |p|
+Echoe.new('ric', '0.9.5') do |p|
p.description = "My first gem with various utilities (colors and tests now).
My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence
with hence!)"
p.url = "http://github.com/palladius/riclib"
p.author = "Riccardo Carlesso"
p.email = "['p','ll','diusbonton].join('a') @ gmail.com"
- p.ignore_pattern = ["tmp/*", "script/*",
+ p.ignore_pattern = [
+ "tmp/*",
+ "docs/*",
+ "script/*",
"images/*/*/*", "images/*/*", 'images',
- "private/*"
+ "private/*",
+ "HISTORY"
]
p.development_dependencies = [ ]
end
\ No newline at end of file