Rakefile in fabiokung-rfactor-0.0.1 vs Rakefile in fabiokung-rfactor-0.0.2
- old
+ new
@@ -7,10 +7,10 @@
p.developer('Fabio Kung', 'fabio.kung@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 = [
- ['ruby_parser','>= 2.0.1']
+ ['fabiokung-ruby_parser','>= 2.0.3']
]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"]
]