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)
This commit is contained in:
taca 2011-08-12 16:53:37 +00:00
parent 9c73aa7aee
commit 04bab2fe92
3 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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