Rakefile in ric-0.11.15 vs Rakefile in ric-0.11.16
- old
+ new
@@ -6,22 +6,23 @@
Echoe.new('ric', version ) 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.url = "http://github.com/palladius/ric"
p.author = "Riccardo Carlesso"
p.email = "['p','ll','diusbonton].join('a') @ gmail.com"
p.ignore_pattern = [
"tmp/*",
"docs/*",
"script/*",
"tmp/*", "tmp/*/*", "tmp/*/*/*",
"images/*/*/*", "images/*/*", 'images',
"private/*",
+ ".noheroku",
"HISTORY"
]
- p.development_dependencies = [ ]
+ p.development_dependencies = [ 'activeresource' ]
end
#### RAKE TEST
require 'rake'
require 'rake/testtask'
\ No newline at end of file