Bug 636902
Summary: | rubygem-state_machine does not show up as an installed Ruby Gem. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Darryl L. Pierce <dpierce> |
Component: | rubygem-state_machine | Assignee: | Guillermo Gómez <guillermo.gomez> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | guillermo.gomez, tross |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rubygem-state_machine-0.9.4-3.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-10-05 09:27:41 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Darryl L. Pierce
2010-09-23 16:04:24 UTC
With the main package installed, the gem does not appear to be installed. But, if the doc package is installed then suddenly Ruby recognizes the gem as being installed. WITHOUT -DOC PACKAGE: (mcpierce@mcpierce-laptop:projxp)$ rpm -qa rubygem-state_machine* rubygem-state_machine-0.9.4-2.fc13.noarch (mcpierce@mcpierce-laptop:projxp)$ gem list --local *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) gruff (0.3.6) hoe (2.6.2) json (1.1.9) rack (1.1.0) rails (2.3.5) rake (0.8.7) RedCloth (4.2.2) rubyforge (2.0.4) rufus-scheduler (2.0.4) sqlite3-ruby (1.2.4) WITH -DOC PACKAGE: (mcpierce@mcpierce-laptop:projxp)$ rpm -qa rubygem-state_machine* rubygem-state_machine-0.9.4-2.fc13.noarch rubygem-state_machine-doc-0.9.4-2.fc13.noarch (mcpierce@mcpierce-laptop:projxp)$ gem list --local *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) gruff (0.3.6) hoe (2.6.2) json (1.1.9) rack (1.1.0) rails (2.3.5) rake (0.8.7) RedCloth (4.2.2) rubyforge (2.0.4) rufus-scheduler (2.0.4) sqlite3-ruby (1.2.4) state_machine (0.9.4) The user shouldn't need to install the -doc package in order to have the gem. Ups, i'll fix it asap... rubygem-state_machine-0.9.4-3.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/rubygem-state_machine-0.9.4-3.fc12 rubygem-state_machine-0.9.4-3.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/rubygem-state_machine-0.9.4-3.fc13 rubygem-state_machine-0.9.4-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/rubygem-state_machine-0.9.4-3.fc14 rubygem-state_machine-0.9.4-3.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update rubygem-state_machine'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/rubygem-state_machine-0.9.4-3.fc13 rubygem-state_machine-0.9.4-3.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. rubygem-state_machine-0.9.4-3.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. rubygem-state_machine-0.9.4-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |