pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler Update misc/ruby-bundler package to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d14a9ed81d08
branches:  trunk
changeset: 586928:d14a9ed81d08
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 23 15:03:52 2011 +0000

description:
Update misc/ruby-bundler package to 1.0.10.

## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5

## 1.0.9 (January 19, 2011)

Bugfixes:

  - Fix a bug where Bundler.require could remove gems from the load
    path. In Rails apps with a default application.rb, this removed
    all gems in groups other than :default and Rails.env.

## 1.0.8 (January 18, 2011)

Features:

  - Allow overriding gemspec() deps with :git deps
  - Add --local option to `bundle update`
  - Ignore Gemfile.lock in newly generated gems
  - Use `less` as help pager instead of `more`
  - Run `bundle exec rake` instead of `rake` in Capistrano tasks

Bugfixes:

  - Fix --no-cache option for `bundle install`
  - Allow Vlad deploys to work without Capistrano gem installed
  - Fix group arguments to `bundle console`
  - Allow groups to be loaded even if other groups were loaded
  - Evaluate gemspec() gemspecs in their directory not the cwd
  - Count on Rake to chdir to the right place in GemHelper
  - Change Pathnames to Strings for MacRuby
  - Check git process exit status correctly
  - Fix some warnings in 1.9.3-trunk (thanks tenderlove)

diffstat:

 misc/ruby-bundler/Makefile |  4 ++--
 misc/ruby-bundler/PLIST    |  4 ++--
 misc/ruby-bundler/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 7e08c4225adc -r d14a9ed81d08 misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile        Wed Mar 23 15:02:09 2011 +0000
+++ b/misc/ruby-bundler/Makefile        Wed Mar 23 15:03:52 2011 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/12/04 04:10:55 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/03/23 15:03:52 taca Exp $
 
-DISTNAME=      bundler-1.0.7
+DISTNAME=      bundler-1.0.10
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 7e08c4225adc -r d14a9ed81d08 misc/ruby-bundler/PLIST
--- a/misc/ruby-bundler/PLIST   Wed Mar 23 15:02:09 2011 +0000
+++ b/misc/ruby-bundler/PLIST   Wed Mar 23 15:03:52 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:10:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/03/23 15:03:52 taca Exp $
 bin/bundle
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
@@ -145,7 +145,7 @@
 ${GEM_LIBDIR}/spec/support/platforms.rb
 ${GEM_LIBDIR}/spec/support/ruby_ext.rb
 ${GEM_LIBDIR}/spec/support/rubygems_ext.rb
-${GEM_LIBDIR}/spec/support/rubygems_hax/rubygems_plugin.rb
+${GEM_LIBDIR}/spec/support/rubygems_hax/platform.rb
 ${GEM_LIBDIR}/spec/support/sudo.rb
 ${GEM_LIBDIR}/spec/update/gems_spec.rb
 ${GEM_LIBDIR}/spec/update/git_spec.rb
diff -r 7e08c4225adc -r d14a9ed81d08 misc/ruby-bundler/distinfo
--- a/misc/ruby-bundler/distinfo        Wed Mar 23 15:02:09 2011 +0000
+++ b/misc/ruby-bundler/distinfo        Wed Mar 23 15:03:52 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/12/04 04:10:55 taca Exp $
+$NetBSD: distinfo,v 1.4 2011/03/23 15:03:52 taca Exp $
 
-SHA1 (bundler-1.0.7.gem) = 2a63a89878c6e68c54ae103ddf3cc5d34ddc1655
-RMD160 (bundler-1.0.7.gem) = 9c3cdcba13004bddfe8a6f293ca6eba60b12c966
-Size (bundler-1.0.7.gem) = 158208 bytes
+SHA1 (bundler-1.0.10.gem) = d33e5c81a0c4724852165a3d501c2dbba838c68d
+RMD160 (bundler-1.0.10.gem) = 4b265d21e168692c98667ae01499540e7145be6e
+Size (bundler-1.0.10.gem) = 159744 bytes



Home | Main Index | Thread Index | Old Index