Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 244484

Summary: dev-ruby/rspec-1.1.11 erroneously depends on dev-ruby/hoe
Product: Gentoo Linux Reporter: cyril mougel <cyril.mougel>
Component: New packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description cyril mougel 2008-10-26 16:21:40 UTC
Since rspec 1.1.11 there are no dependency needed by Rspec.

But in rpsec-1.1.11.ebuild there are a depends of hoe-1.8.1

Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2008-10-27 06:22:33 UTC
According to the metadata in the gem rspec 1.1.11 still depends on hoe 1.8.1 or better. It is a marked as a development dependency, but those don't work as expected with rubygems < 1.3.0.

dependencies: 
- !ruby/object:Gem::Dependency 
  name: hoe
  type: :development
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 1.8.1
    version: 

If I'm missing something here then please reopen and let me know, but the lack of hoe 1.8.1 was causing real problems for me when working with rspec and related tools this weekend.