Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304165 - ruby-fakegem doesn't stub all required attributes
Summary: ruby-fakegem doesn't stub all required attributes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 313279
  Show dependency tree
 
Reported: 2010-02-09 19:39 UTC by Cheba
Modified: 2010-12-28 12:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cheba 2010-02-09 19:39:07 UTC
ruby-fakegem doesn't sutb all required attributes. To name one is a date. That generates warnings on gem loading.

Here is a list of required spec attributes for rubygems 1.3.5: :rubygems_version, :specification_version, :name, :version, :date, :summary, :require_paths

You can obtain the by running this in irb:

    require 'rubygems/specification'
    Gem::Specification.required_attributes


Reproducible: Always

Steps to Reproduce:
Comment 1 Hans de Graaff gentoo-dev Security 2010-12-28 12:21:34 UTC
Starting with ruby-fakegem.eclass r1.27 we now try to install the upstream gemspec, and only use our generated version as a fallback.