[Lunar-commits] <moonbase> rubygems: bumped version to 1.2.0

Dave Brown dagbrown at lunar-linux.org
Tue Jun 24 02:48:58 CEST 2008


commit b5524ce2d662ef3407a86f60c3c32db75cf23aeb
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Tue Jun 24 09:48:58 2008 +0900

    rubygems: bumped version to 1.2.0
    
    Release 1.2.0 adds new features and fixes some bugs.
    
    Highlights from the release announcement:
    
    New features:
    
    * RubyGems no longer performs bulk updates and instead only fetches the gemspec
      files it needs.
    * RubyGems now has runtime and development dependency types.
    * /etc/gemrc for global settings
    * setup.rb now handles --vendor and --destdir for packagers
    * `gem stale` command that lists gems by last access time
    
    Bugs Fixed:
    
    * File modes from gems are now honored, patch #19737
    * Marshal Gem::Specification objects from the future can now be loaded.
    * A trailing / is now added to remote sources when missing, bug #20134
    * Gems with legacy platforms will now be correctly uninstalled, patch #19877
    * `gem install --no-wrappers` followed by `gem install --wrappers` no longer
      overwrites executables
    * `gem pristine` now forces reinstallation of gems, bug #20387
    * RubyGems gracefully handles ^C while loading .gemspec files from disk, bug
      #20523
    * Paths are expanded in more places, bug #19317, bug #19896
    * Gem::DependencyInstaller resets installed gems every install, bug #19444
    * Gem.default_path is now honored if GEM_PATH is not set, patch #19502
    
    For a full list of changes to RubyGems and the contributor for each change, see
    the ChangeLog file.
---
 devel/rubygems/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/rubygems/DETAILS b/devel/rubygems/DETAILS
index 342bfe6..34c8eab 100644
--- a/devel/rubygems/DETAILS
+++ b/devel/rubygems/DETAILS
@@ -1,11 +1,11 @@
           MODULE=rubygems
-         VERSION=0.9.2
+         VERSION=1.2.0
           SOURCE=$MODULE-$VERSION.tgz
-      SOURCE_URL=http://rubyforge.org/frs/download.php/17190/
-      SOURCE_VFY=sha1:ed6f48a4116d36f6f4b16fcf024a025037bf1d35
+      SOURCE_URL=http://rubyforge.org/frs/download.php/38646/
+      SOURCE_VFY=sha1:89f8e35f03e1e8057cc8e237f2df025642653dde
         WEB_SITE=http://rubygems.rubyforge.org
          ENTERED=20050412
-         UPDATED=20070307
+         UPDATED=20080624
            SHORT="Package management framework for the Ruby programming language."
 
 cat << EOF


More information about the Lunar-commits mailing list