Rakefile in cgialib-0.0.1 vs Rakefile in cgialib-0.0.2
- old
+ new
@@ -6,12 +6,13 @@
$hoe = Hoe.new('cgialib', Cgialib::VERSION) do |p|
p.developer('David Ruan', 'ruanwz@gmail.com')
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
p.rubyforge_name = p.name # TODO this is default value
- # p.extra_deps = [
- # ['activesupport','>= 2.0.2'],
- # ]
+ p.extra_deps = [
+ ['cucumber','>= 0.1.9'],
+ ['rspec','>= 1.1.11']
+ ]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"]
]
p.clean_globs |= %w[**/.DS_Store tmp *.log]