This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188077 - NB 6.9 improperly calculating version in gem update
Summary: NB 6.9 improperly calculating version in gem update
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 22:13 UTC by mfromin
Modified: 2011-11-16 16:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mfromin 2010-06-24 22:13:14 UTC
When using NB 6.9 on a Mac (10.6) the system seems to be incorrectly calculating if a gem needs updating.  For example I get the following;

ruby-debug-base

Installed Version
0.10.3.2

Available Version
0.10.3


...and it treats this like that is an update when its not.  I am guessing the version is not being properly managed as a numeric value.