[Bug 553898] Review Request: rubygem-jeweler - Craft the perfect RubyGem

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 15 15:58:41 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=553898

Karel Klíč <kklic at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kklic at redhat.com
               Flag|needinfo?                   |

--- Comment #5 from Karel Klíč <kklic at redhat.com> 2010-02-15 10:58:34 EST ---
jeweler.gemspec contains the following lines:

s.add_runtime_dependency(%q<git>, [">= 1.2.5"])
s.add_runtime_dependency(%q<rubyforge>, [">= 2.0.0"])
s.add_runtime_dependency(%q<gemcutter>, [">= 0.1.0"])

AFAIK it means rubyforge and gemcutter gems should be added to the Require
section in the spec file.

Rubyforge gem also needs to be updated in Fedora, as jeweler complains about
its version (when I add it to the Require section):
irb(main):003:0> require 'rubygems'
=> true
irb(main):004:0> require 'jeweler'
Gem::LoadError: RubyGem version error: rubyforge(1.0.5 not >= 2.0.0)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list