diff options
author | Terence Lee <hone02@gmail.com> | 2011-08-08 16:36:29 -0500 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2011-08-08 16:36:29 -0500 |
commit | a2ecae7590b57beb528449edcf51c0717ca5b525 (patch) | |
tree | 287a5598937e012977ec902ab44e97e8e03ce6f4 /lib/bundler/rubygems_ext.rb | |
parent | bad23b5bdbb74858c1eb2406f08901c9feb35807 (diff) | |
download | bundler-a2ecae7590b57beb528449edcf51c0717ca5b525.tar.gz |
update comment
Diffstat (limited to 'lib/bundler/rubygems_ext.rb')
-rw-r--r-- | lib/bundler/rubygems_ext.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb index 7903179396..55356b0149 100644 --- a/lib/bundler/rubygems_ext.rb +++ b/lib/bundler/rubygems_ext.rb @@ -158,7 +158,7 @@ module Gem alias eql? == end - # fix bug in Rubygems < 1.4 by forcing calculation of @segments + # fix bug in Rubygems < 1.4 by backporting the segment code if Gem::Version.new(Gem::VERSION) < Gem::Version.new("1.4.0") class Version def segments # :nodoc: |