diff options
author | taca <taca> | 2013-03-17 16:04:37 +0000 |
---|---|---|
committer | taca <taca> | 2013-03-17 16:04:37 +0000 |
commit | 5f1e88752f724d0904c44975f89a38d1797ef062 (patch) | |
tree | ab072c95849e0e980597a05378daa23c8661d058 | |
parent | f0c1e6285d7cf5a98bf65849600dadda7db77643 (diff) | |
download | pkgsrc-5f1e88752f724d0904c44975f89a38d1797ef062.tar.gz |
Update ruby-bundler to 1.3.4.
## 1.3.4 (15 March 2103)
Bugfixes:
- load YAML on Rubygems version that define module YAML
- fix regression that broke --without on ruby 1.8.7
## 1.3.3
Features:
- compatible with Rubygems 2.0.2 (higher and lower already work)
- mention skipped groups in bundle install and bundle update output (@simi)
- `gem` creates rake tasks for minitest (@coop) and rspec
Bugfixes:
- require rbconfig for standalone mode
- revert to working quoting of RUBYOPT on Windows (@ogra)
-rw-r--r-- | misc/ruby-bundler/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-bundler/PLIST | 3 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index 0d860a9ae6d..d9d1feb4037 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2013/03/11 15:12:45 taca Exp $ +# $NetBSD: Makefile,v 1.16 2013/03/17 16:04:37 taca Exp $ -DISTNAME= bundler-1.3.2 +DISTNAME= bundler-1.3.4 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST index 31e84c6f7ef..fe4c97f2259 100644 --- a/misc/ruby-bundler/PLIST +++ b/misc/ruby-bundler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2013/03/11 15:12:45 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2013/03/17 16:04:37 taca Exp $ bin/bundle ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -176,6 +176,7 @@ ${GEM_LIBDIR}/spec/install/gemspec_spec.rb ${GEM_LIBDIR}/spec/install/git_spec.rb ${GEM_LIBDIR}/spec/install/invalid_spec.rb ${GEM_LIBDIR}/spec/install/path_spec.rb +${GEM_LIBDIR}/spec/install/post_bundle_message_spec.rb ${GEM_LIBDIR}/spec/install/security_policy_spec.rb ${GEM_LIBDIR}/spec/install/upgrade_spec.rb ${GEM_LIBDIR}/spec/integration/inject.rb diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index c25e8abf7da..6654ce924c1 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2013/03/11 15:12:45 taca Exp $ +$NetBSD: distinfo,v 1.16 2013/03/17 16:04:37 taca Exp $ -SHA1 (bundler-1.3.2.gem) = 7ea4bf5a163310c1756e3996c868cabbbf797867 -RMD160 (bundler-1.3.2.gem) = dca4c12bd38e47a55abc0607335a0c5788d0db9b -Size (bundler-1.3.2.gem) = 271360 bytes +SHA1 (bundler-1.3.4.gem) = fba95c4d82d4fa287de6baea99ed31af8b8973dc +RMD160 (bundler-1.3.4.gem) = 2ff6e7cb23fa3f555898500c0db08f31ce2bc83f +Size (bundler-1.3.4.gem) = 267776 bytes |