app_generators/newgem/templates/config/hoe.rb in newgem-0.24.0 vs app_generators/newgem/templates/config/hoe.rb in newgem-0.25.0

- old
+ new

@@ -2,10 +2,10 @@ AUTHOR = '<%= author %>' # can also be an array of Authors EMAIL = "<%= email %>" DESCRIPTION = "description of gem" GEM_NAME = '<%= gem_name %>' # what ppl will type to install your gem -RUBYFORGE_PROJECT = '<%= gem_name %>' # The unix name for your project +RUBYFORGE_PROJECT = '<%= project_name %>' # The unix name for your project HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}" EXTRA_DEPENDENCIES = [ # ['activesupport', '>= 1.3.1'] ] # An array of rubygem dependencies [name, version] \ No newline at end of file