Update ruby-bundler to 1.2.3.
## 1.2.3 (Nov 29, 2012) Bugfixes: - fix exceptions while loading some gemspecs ## 1.2.2 (Nov 14, 2012) Bugfixes: - support new Psych::SyntaxError for Ruby 2.0.0 (@tenderlove, @sol) - `bundle viz` works with git gems again (@hirochachacha) - recognize more cases when OpenSSL is not present ## 1.2.1 (Sep 19, 2012) Bugfixes: - `bundle clean` now works with BUNDLE_WITHOUT groups again - have a net/http read timeout around the Gemcutter API Endpoint
This commit is contained in:
parent
f8af9ee33d
commit
a76498e6b4
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2012/09/16 06:44:45 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2012/12/17 12:34:38 taca Exp $
|
||||
|
||||
DISTNAME= bundler-1.2.0
|
||||
DISTNAME= bundler-1.2.3
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2012/09/16 06:44:45 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2012/12/17 12:34:38 taca Exp $
|
||||
bin/bundle
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
|
@ -120,9 +120,11 @@ ${GEM_LIBDIR}/man/bundle-update.ronn
|
|||
${GEM_LIBDIR}/man/bundle.ronn
|
||||
${GEM_LIBDIR}/man/gemfile.5.ronn
|
||||
${GEM_LIBDIR}/man/index.txt
|
||||
${GEM_LIBDIR}/spec/bundler/bundler_spec.rb
|
||||
${GEM_LIBDIR}/spec/bundler/definition_spec.rb
|
||||
${GEM_LIBDIR}/spec/bundler/dsl_spec.rb
|
||||
${GEM_LIBDIR}/spec/bundler/gem_helper_spec.rb
|
||||
${GEM_LIBDIR}/spec/bundler/psyched_yaml_spec.rb
|
||||
${GEM_LIBDIR}/spec/bundler/source_spec.rb
|
||||
${GEM_LIBDIR}/spec/cache/gems_spec.rb
|
||||
${GEM_LIBDIR}/spec/cache/git_spec.rb
|
||||
|
@ -183,6 +185,7 @@ ${GEM_LIBDIR}/spec/support/artifice/endpoint_extra_missing.rb
|
|||
${GEM_LIBDIR}/spec/support/artifice/endpoint_fallback.rb
|
||||
${GEM_LIBDIR}/spec/support/artifice/endpoint_marshal_fail.rb
|
||||
${GEM_LIBDIR}/spec/support/artifice/endpoint_redirect.rb
|
||||
${GEM_LIBDIR}/spec/support/artifice/endpoint_timeout.rb
|
||||
${GEM_LIBDIR}/spec/support/builders.rb
|
||||
${GEM_LIBDIR}/spec/support/fakeweb/rack-1.0.0.marshal
|
||||
${GEM_LIBDIR}/spec/support/fakeweb/windows.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2012/09/16 06:44:45 taca Exp $
|
||||
$NetBSD: distinfo,v 1.14 2012/12/17 12:34:38 taca Exp $
|
||||
|
||||
SHA1 (bundler-1.2.0.gem) = 432ed783851a635d28175fbe68df1e74d9113671
|
||||
RMD160 (bundler-1.2.0.gem) = 8a9aa08248630863f272e82ff62af1ccaa39ba76
|
||||
Size (bundler-1.2.0.gem) = 226304 bytes
|
||||
SHA1 (bundler-1.2.3.gem) = f7a3a1ec19aa1157aaf13d72bb926c939d926fe1
|
||||
RMD160 (bundler-1.2.3.gem) = d6598f724085537264349c8141e08cb4b8b41c11
|
||||
Size (bundler-1.2.3.gem) = 223232 bytes
|
||||
|
|
Loading…
Reference in a new issue