When I build a gem, I get
(in /home/agrimm/ruby/chaser)
WARNING: no rubyforge_project specified
Successfully built RubyGem
Name: chaser
Version: 0.0.2
File: chaser-0.0.2.gem
The friendly manual says "Obviously, if your gem doesn’t have a Rubyforge project, leave this setting alone." (I don't have a Rubyforge project)
Trying to set rubyforge_project
to nil
still produced the warning, and setting it to false
caused the build to fail.
Is there anything I can currently do about the warning, or should I just wait?