Rakefile in jsont-0.1.0 vs Rakefile in jsont-0.1.1

- old
+ new

@@ -6,14 +6,12 @@ $hoe = Hoe.new('jsont', Jsont::VERSION) do |p| p.developer('FIXME full name', 'FIXME email') 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 = [ - ['json'], - ] p.extra_dev_deps = [ - ['newgem', ">= #{::Newgem::VERSION}"] + ['newgem', ">= #{::Newgem::VERSION}"], + ['json'] ] p.clean_globs |= %w[**/.DS_Store tmp *.log] path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}" p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')