summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 16:53:37 +0000
committertaca <taca>2011-08-12 16:53:37 +0000
commit43193cbbdd6153cd4504026f1754ce597a2d1859 (patch)
treed066e093ded9395b54b5cf8bb6908bb8de340fd1 /misc/ruby-bundler
parent644f531c3d84ae98782e637cfef67031b62847db (diff)
downloadpkgsrc-43193cbbdd6153cd4504026f1754ce597a2d1859.tar.gz
Update misc/ruby-bundler package to 1.0.17.
## 1.0.17 (Aug 8, 2011) Bugfixes: - Fix rake issues with rubygems 1.3.x (#1342) - Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341) ## 1.0.16 (Aug 8, 2011) Features: - Performance fix for MRI 1.9 (@efficientcloud, #1288) - Shortcuts (like `bundle i`) for all commands (@amatsuda) - Correcly identify missing child dependency in error message Bugfixes: - Allow Windows network share paths with forward slashes (@mtscout6, #1253) - Check for rubygems.org credentials so `rake release` doesn't hang (#980) - Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202) - Fix `bundle install --without` on kiji (@tmm1, #1287) - Get rid of warning in ruby 1.9.3 (@smartinez87, #1231) Documentation: - Documentation for `gem ..., :require => false` (@kmayer, #1292) - Gems provide "executables", they are rarely also binaries (@fxn, #1242)
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r--misc/ruby-bundler/Makefile4
-rw-r--r--misc/ruby-bundler/PLIST8
-rw-r--r--misc/ruby-bundler/distinfo8
3 files changed, 12 insertions, 8 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile
index 3bf1dfbbd4e..bfedb1e7471 100644
--- a/misc/ruby-bundler/Makefile
+++ b/misc/ruby-bundler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2011/06/11 02:38:03 taca Exp $
+# $NetBSD: Makefile,v 1.6 2011/08/12 16:53:37 taca Exp $
-DISTNAME= bundler-1.0.15
+DISTNAME= bundler-1.0.17
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index 6b385e0acbc..f7c2e526da4 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2011/06/11 02:38:03 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/08/12 16:53:37 taca Exp $
bin/bundle
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
@@ -64,6 +64,7 @@ ${GEM_LIBDIR}/lib/bundler/ui.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/create_file.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/create_link.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/directory.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/empty_directory.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/file_manipulation.rb
@@ -73,12 +74,15 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/file_binary_read.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/ordered_hash.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/error.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/group.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/invocation.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/argument.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/arguments.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/option.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/options.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/rake_compat.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/runner.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/basic.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/color.rb
@@ -86,6 +90,7 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/html.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/task.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/util.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/version.rb
+${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
${GEM_LIBDIR}/lib/bundler/version.rb
${GEM_LIBDIR}/lib/bundler/vlad.rb
${GEM_LIBDIR}/man/bundle-config.ronn
@@ -130,7 +135,6 @@ ${GEM_LIBDIR}/spec/other/init_spec.rb
${GEM_LIBDIR}/spec/other/newgem_spec.rb
${GEM_LIBDIR}/spec/other/open_spec.rb
${GEM_LIBDIR}/spec/other/show_spec.rb
-${GEM_LIBDIR}/spec/pack/gems_spec.rb
${GEM_LIBDIR}/spec/quality_spec.rb
${GEM_LIBDIR}/spec/resolver/basic_spec.rb
${GEM_LIBDIR}/spec/resolver/platform_spec.rb
diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo
index eff170a41ec..a356cd9503d 100644
--- a/misc/ruby-bundler/distinfo
+++ b/misc/ruby-bundler/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/06/11 02:38:03 taca Exp $
+$NetBSD: distinfo,v 1.6 2011/08/12 16:53:37 taca Exp $
-SHA1 (bundler-1.0.15.gem) = a82410b2c06732aaa7bb66c84533500d472649a5
-RMD160 (bundler-1.0.15.gem) = f1eecbcfa34053dfd2df40cc64ff47023b0fa2df
-Size (bundler-1.0.15.gem) = 164864 bytes
+SHA1 (bundler-1.0.17.gem) = 8e19ec7fb7723d086534901a02be7b7cc1fb2ea7
+RMD160 (bundler-1.0.17.gem) = 85695544c986b502faad8400d061a7debce3a72e
+Size (bundler-1.0.17.gem) = 175104 bytes