summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler
diff options
context:
space:
mode:
authortaca <taca>2015-02-03 14:53:20 +0000
committertaca <taca>2015-02-03 14:53:20 +0000
commit724eb02e5b35308eee5675eb15b720f8f728d1ab (patch)
tree7fa6fbd08f90a7020d34a5ddc6a927fa3d3d1c84 /misc/ruby-bundler
parent0b51b981b59e6d139cf92e7ad7226d3cba018622 (diff)
downloadpkgsrc-724eb02e5b35308eee5675eb15b720f8f728d1ab.tar.gz
Update ruby-bundler to 1.7.12.
## 1.7.12 (2015-01-08) Bugfixes: - Always send credentials for sources, fixing private Gemfury gems (#3342, @TimMoore) ## 1.7.11 (2015-01-04) Bugfixes: - Recognize `:mri_22` and `:mingw_22`, rather than just `:ruby_22` (#3328, @myabc) ## 1.7.10 (2014-12-29) Bugfixes: - Fix source blocks sometimes causing deployment mode to fail wrongly (#3298, @TimMoore) Features(?): - Support `platform :mri_22` and related version bits (#3309, @thomasfedb) ## 1.7.9 (2014-12-09) Bugfixes: - Fix an issue where bundler sometime spams one gem in Gemfile.lock (#3216, @Who828) - Ensure bundle update installs the newer version of the gem (#3089, @Who828) - Fix an regression which stopped Bundler from resolving some Gemfiles (#3059, #3248, @Who828) ## 1.7.8 (2014-12-06) Bugfixes: - Hide credentials while warning about gems with ambiguous sources (#3256, @TimMoore) ## 1.7.7 (2014-11-19) Bugfixes: - Ensure server credentials stored in config or ENV will be used (#3180, @arronmabrey) - Fix race condition causing errors while installing git-based gems (#3174, @Who828) - Use single quotes in config so YAML won't add more quotes (#3261, @indirect) ## 1.7.6 (2014-11-11) Bugfixes: - CA certificates that work with all OpenSSLs (@luislavena, @indirect) ## 1.7.5 (2014-11-10) Bugfixes: - Fix --deployment with source blocks and non-alphabetical gems (#3224, @TimMoore) - Vendor CA chain to validate new rubygems.org HTTPS certificate (@indirect) ## 1.7.4 (2014-10-19) Bugfixes: - Allow --deployment after `pack` while using source blocks (#3167, @TimMoore) - Use dependency API even when HTTP credentials are in ENV (#3191, @fvaleur) - Silence warnings (including root warning) in --quiet mode (#3186, @indirect) - Stop asking gem servers for gems already found locally (#2909, @dubek)
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r--misc/ruby-bundler/Makefile4
-rw-r--r--misc/ruby-bundler/PLIST7
-rw-r--r--misc/ruby-bundler/distinfo8
3 files changed, 12 insertions, 7 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile
index d5ccce5f915..8b444b28e26 100644
--- a/misc/ruby-bundler/Makefile
+++ b/misc/ruby-bundler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/09/29 23:35:14 taca Exp $
+# $NetBSD: Makefile,v 1.20 2015/02/03 14:53:20 taca Exp $
-DISTNAME= bundler-1.7.3
+DISTNAME= bundler-1.7.12
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index c261452bd13..c1da622dfc1 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2014/09/29 23:35:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2015/02/03 14:53:20 taca Exp $
bin/bundle
bin/bundler
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -18,6 +18,7 @@ ${GEM_LIBDIR}/bin/bundle_ruby
${GEM_LIBDIR}/bin/bundler
${GEM_LIBDIR}/bundler.gemspec
${GEM_LIBDIR}/lib/bundler.rb
+${GEM_LIBDIR}/lib/bundler/anonymizable_uri.rb
${GEM_LIBDIR}/lib/bundler/capistrano.rb
${GEM_LIBDIR}/lib/bundler/cli.rb
${GEM_LIBDIR}/lib/bundler/cli/binstubs.rb
@@ -106,6 +107,8 @@ ${GEM_LIBDIR}/lib/bundler/source/rubygems.rb
${GEM_LIBDIR}/lib/bundler/source_list.rb
${GEM_LIBDIR}/lib/bundler/spec_set.rb
${GEM_LIBDIR}/lib/bundler/ssl_certs/.document
+${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem
${GEM_LIBDIR}/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
${GEM_LIBDIR}/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
${GEM_LIBDIR}/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
@@ -185,6 +188,7 @@ ${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/anonymizable_uri_spec.rb
${GEM_LIBDIR}/spec/bundler/bundler_spec.rb
${GEM_LIBDIR}/spec/bundler/cli_spec.rb
${GEM_LIBDIR}/spec/bundler/definition_spec.rb
@@ -265,6 +269,7 @@ ${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_500.rb
+${GEM_LIBDIR}/spec/support/artifice/endpoint_api_forbidden.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_api_missing.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_basic_authentication.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_creds_diff_host.rb
diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo
index 0a4585370cd..21429d99d01 100644
--- a/misc/ruby-bundler/distinfo
+++ b/misc/ruby-bundler/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2014/09/29 23:35:14 taca Exp $
+$NetBSD: distinfo,v 1.20 2015/02/03 14:53:20 taca Exp $
-SHA1 (bundler-1.7.3.gem) = 618fdf76f35e873e490e15cdac87be7f7247f81b
-RMD160 (bundler-1.7.3.gem) = e714f5e9352c4116d64fa99d086dc3369f97ad39
-Size (bundler-1.7.3.gem) = 299520 bytes
+SHA1 (bundler-1.7.12.gem) = 622d21ab12c00a00d9ee3711b5e5872516de6dc3
+RMD160 (bundler-1.7.12.gem) = 04b844322279dd267576cd3a07f8a23094973428
+Size (bundler-1.7.12.gem) = 306176 bytes