Bug 636902 - rubygem-state_machine does not show up as an installed Ruby Gem.
Summary: rubygem-state_machine does not show up as an installed Ruby Gem.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-state_machine
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Guillermo Gómez
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-23 16:04 UTC by Darryl L. Pierce
Modified: 2015-06-22 00:07 UTC (History)
2 users (show)

Fixed In Version: rubygem-state_machine-0.9.4-3.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-05 09:27:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Darryl L. Pierce 2010-09-23 16:04:24 UTC
Description of problem:
I've an application that depends on the state_machine Ruby gem. However, even with the rubygem-state_machine installed the application says that it cannot find the specified gem.

Listing all locally installed gems, state_machine does not show up in the list.


Version-Release number of selected component (if applicable):
(mcpierce@mcpierce-laptop:projxp)$ rpm -q rubygem-state_machine
rubygem-state_machine-0.9.4-2.fc13.noarch

How reproducible:
100%.


Steps to Reproduce:
1. type "gem list --local"
  
Actual results:
The output does not show state_machine.


Expected results:
The output should show state_machine as installed.

Additional info:

Comment 1 Darryl L. Pierce 2010-09-23 18:28:13 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.

Comment 2 Guillermo Gómez 2010-09-23 21:45:40 UTC
Ups, i'll fix it asap...

Comment 3 Fedora Update System 2010-09-23 22:17:40 UTC
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

Comment 4 Fedora Update System 2010-09-23 22:28:06 UTC
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

Comment 5 Fedora Update System 2010-09-23 22:42:09 UTC
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

Comment 6 Fedora Update System 2010-09-24 20:38:07 UTC
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

Comment 7 Fedora Update System 2010-10-05 09:27:37 UTC
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.

Comment 8 Fedora Update System 2010-10-05 09:30:27 UTC
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.

Comment 9 Fedora Update System 2010-10-05 13:25:10 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.