Rakefile in getopt-declare-1.25 vs Rakefile in getopt-declare-1.26
- old
+ new
@@ -6,9 +6,13 @@
require './lib/Getopt/Declare'
rdoc_files = ["Declare.rdoc", 'HISTORY.txt'] + Dir.glob('lib/*/*.rb')
+#
+# Make sure that ~/.rubyforge/auto-config.yml contains getopt-declare
+# as project (not getoptdeclare).
+#
Hoe.new('getopt-declare', Getopt::Declare::VERSION) do |p|
p.rubyforge_name = name = 'getoptdeclare'
p.author = "Gonzalo Garramuno"
p.email = 'ggarra@advancedsl.com.ar, GGarramuno@aol.com'
p.summary = "Getopt-Declare is a command-line argument parser."