Remove ShopStyle 0.31 gem
Hello,
RubyGems.org is using an unexpected order to sort my gems.
http://rubygems.org/gems/shopstyle
When I versioned my gems I expected them to be ordered alphabetically, so that 0.4 and 0.4.1 were "more recent" than 0.31. However, it appears as if RubyGems is ordering the gems as if their version number were tuples, delineated by periods, so that (4,0,0) and (4,1,0) are "less recent" than (31,0,0).
Even though I yanked the gem, when I run "gem install shopstyle," I am still getting 0.31. Is this because it is taking time for RubyGems.org to update? 0.31 should never get installed.
How do I stop this from happening?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by John Barnette on 16 Jul, 2010 02:09 PM
You're correct, RubyGems versions are n-tuples. 31 > 4. 0.31 appears yanked to me, the most recent version is your 0.5 release.
gem search -r shopstylesays the same.John Barnette closed this discussion on 16 Jul, 2010 02:09 PM.