Opened 14 years ago

Closed 14 years ago

#24049 closed update (fixed)

rb-rubygems outdated

Reported by: roland@… Owned by: mr_bond@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: babie.tanaka@…, mleinart@…, kimuraw (kimura wataru)
Port: rb-rubygems

Description (last modified by mf2k (Frank Schima))

Hi,

rb-rubygems 1.3.5 is outdated.

e.g. Rails 3 beta requires the Bundler gem which requires at least rubygems 1.3.6:

ERROR:  Error installing bundler:
	bundler requires RubyGems version >= 1.3.6

Attachments (1)

patch-rb-rubygems-Portfile.diff (998 bytes) - added by kimuraw (kimura wataru) 14 years ago.
patch for 1.3.7

Download all attachments as: .zip

Change History (8)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: rubygems ruby removed
Owner: changed from macports-tickets@… to mr_bond@…

comment:2 Changed 14 years ago by mina.macports@…

Here is a patch to upgrade the port:

--- Portfile.old        2010-02-06 00:11:56.000000000 -0500
+++ Portfile    2010-03-18 14:05:56.000000000 -0400
@@ -5,7 +5,7 @@
 
 name                   rb-rubygems
 categories             ruby devel
-version                        1.3.5
+version                        1.3.6
 
 homepage               http://www.rubygems.org
 master_sites           http://rubyforge.org/frs/download.php/60718/
@@ -19,9 +19,9 @@
 long_description       RubyGems is the Ruby standard for publishing and \
                                        managing third party libraries.
 
-checksums              md5     6e317335898e73beab15623cdd5f8cff \
-                       sha1    8545f25d00c757a310b879a2580e56d6012fc981 \
-                       rmd160  2d17f0de2d387bd2a034916cb79531110f3be196
+checksums              md5     789ca8e9ad1d4d3fe5f0534fcc038a0d \
+                       sha1    ad6606d1eae82cb69381e4f5b2022d2f3f2733f3 \
+                       rmd160  f2aa5155a79f07a3f9106e90a4d1e4d39d31cc5a
 
 patchfiles             patch-lib_rubygems_commands_setup_command.rb.diff

Note however that there are spurious problems online about problems with this version: http://help.rubygems.org/discussions/problems/51-unable-to-run-gem-update-with-rubygems-136-gem-update-foo-works-however

comment:3 Changed 14 years ago by babie.tanaka@…

Cc: babie.tanaka@… added

Cc Me!

comment:4 Changed 14 years ago by cjlazell@…

This patch no longer works, 1.3.7 is out. I have successfully installed 1.3.7 my rb-rubygems Portfile is http://pastie.textmate.org/private/clt5yrmqh6ijfr4noi9l4g enjoy :)

comment:5 Changed 14 years ago by mleinart@…

Cc: mleinart@… added

Cc Me!

Changed 14 years ago by kimuraw (kimura wataru)

patch for 1.3.7

comment:6 Changed 14 years ago by kimuraw (kimura wataru)

Cc: kimuraw@… added

CC Me!

comment:7 Changed 14 years ago by kimuraw (kimura wataru)

Resolution: fixed
Status: newclosed

I commited with the attached patch as r70957. now 1.3.7 is available.

Note: See TracTickets for help on using tickets.