Rakefile in roo-0.0.2 vs Rakefile in roo-0.0.3

- old
+ new

@@ -70,13 +70,13 @@ p.clean_globs = CLEAN #An array of file patterns to delete on clean. # == Optional p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") #p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ] - p.extra_deps = [ - ['ruport', '>= 1.0.0'], - ['ruport-util', '>= 0.5.0'], - ] + #p.extra_deps = [ + # ['ruport', '>= 1.0.0'], + # ['ruport-util', '>= 0.5.0'], + #] #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") PATH = (RUBYFORGE_PROJECT == GEM_NAME) ? RUBYFORGE_PROJECT : "#{RUBYFORGE_PROJECT}/#{GEM_NAME}"