app_generators/newgem/templates/config/hoe.rb in newgem-0.16.1 vs app_generators/newgem/templates/config/hoe.rb in newgem-0.17.0
- old
+ new
@@ -46,12 +46,11 @@
end
# Generate all the Rake tasks
# Run 'rake -T' to see list of generated tasks (from gem root directory)
hoe = Hoe.new(GEM_NAME, VERS) do |p|
- p.author = AUTHOR
+ p.developer(AUTHOR, EMAIL)
p.description = DESCRIPTION
- p.email = EMAIL
p.summary = DESCRIPTION
p.url = HOMEPATH
p.rubyforge_name = RUBYFORGE_PROJECT if RUBYFORGE_PROJECT
p.test_globs = ["test/**/test_*.rb"]
p.clean_globs |= ['**/.*.sw?', '*.gem', '.config', '**/.DS_Store'] #An array of file patterns to delete on clean.
\ No newline at end of file