summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-11 15:12:45 +0000
committertaca <taca@pkgsrc.org>2013-03-11 15:12:45 +0000
commit5da1c202d3cac1c3af2b30ae88f55d771ae68976 (patch)
tree7faf7a2167f38bf3e6d6d14753efa61c3278136f /misc/ruby-bundler
parentd62614775062729bb468df85ad5cf79e88d18718 (diff)
downloadpkgsrc-5da1c202d3cac1c3af2b30ae88f55d771ae68976.tar.gz
Update ruby-bundler to 1.3.2.
Changes are too many to write here, pease refer CHANGELOG.md file.
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r--misc/ruby-bundler/Makefile4
-rw-r--r--misc/ruby-bundler/PLIST39
-rw-r--r--misc/ruby-bundler/distinfo8
3 files changed, 43 insertions, 8 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile
index bc002dac4d4..0d860a9ae6d 100644
--- a/misc/ruby-bundler/Makefile
+++ b/misc/ruby-bundler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2012/12/17 12:34:38 taca Exp $
+# $NetBSD: Makefile,v 1.15 2013/03/11 15:12:45 taca Exp $
-DISTNAME= bundler-1.2.3
+DISTNAME= bundler-1.3.2
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index e661b41fada..31e84c6f7ef 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,15 +1,19 @@
-@comment $NetBSD: PLIST,v 1.11 2012/12/17 12:34:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2013/03/11 15:12:45 taca Exp $
bin/bundle
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTE.md
+${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/ISSUES.md
-${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/UPGRADING.md
${GEM_LIBDIR}/bin/bundle
+${GEM_LIBDIR}/bin/bundle_ruby
${GEM_LIBDIR}/bundler.gemspec
${GEM_LIBDIR}/lib/bundler.rb
${GEM_LIBDIR}/lib/bundler/capistrano.rb
@@ -18,8 +22,10 @@ ${GEM_LIBDIR}/lib/bundler/definition.rb
${GEM_LIBDIR}/lib/bundler/dep_proxy.rb
${GEM_LIBDIR}/lib/bundler/dependency.rb
${GEM_LIBDIR}/lib/bundler/deployment.rb
+${GEM_LIBDIR}/lib/bundler/deprecate.rb
${GEM_LIBDIR}/lib/bundler/dsl.rb
${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb
+${GEM_LIBDIR}/lib/bundler/env.rb
${GEM_LIBDIR}/lib/bundler/environment.rb
${GEM_LIBDIR}/lib/bundler/fetcher.rb
${GEM_LIBDIR}/lib/bundler/friendly_errors.rb
@@ -30,6 +36,7 @@ ${GEM_LIBDIR}/lib/bundler/gem_path_manipulation.rb
${GEM_LIBDIR}/lib/bundler/gem_tasks.rb
${GEM_LIBDIR}/lib/bundler/graph.rb
${GEM_LIBDIR}/lib/bundler/index.rb
+${GEM_LIBDIR}/lib/bundler/injector.rb
${GEM_LIBDIR}/lib/bundler/installer.rb
${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
@@ -53,6 +60,7 @@ ${GEM_LIBDIR}/lib/bundler/match_platform.rb
${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb
${GEM_LIBDIR}/lib/bundler/remote_specification.rb
${GEM_LIBDIR}/lib/bundler/resolver.rb
+${GEM_LIBDIR}/lib/bundler/ruby_dsl.rb
${GEM_LIBDIR}/lib/bundler/ruby_version.rb
${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb
${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb
@@ -60,11 +68,23 @@ ${GEM_LIBDIR}/lib/bundler/runtime.rb
${GEM_LIBDIR}/lib/bundler/settings.rb
${GEM_LIBDIR}/lib/bundler/setup.rb
${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
+${GEM_LIBDIR}/lib/bundler/similarity_detector.rb
${GEM_LIBDIR}/lib/bundler/source.rb
+${GEM_LIBDIR}/lib/bundler/source/git.rb
+${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb
+${GEM_LIBDIR}/lib/bundler/source/path.rb
+${GEM_LIBDIR}/lib/bundler/source/path/installer.rb
+${GEM_LIBDIR}/lib/bundler/source/rubygems.rb
${GEM_LIBDIR}/lib/bundler/spec_set.rb
+${GEM_LIBDIR}/lib/bundler/ssl_certs/.document
+${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/GeoTrust_Global_CA.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem
${GEM_LIBDIR}/lib/bundler/templates/Executable
${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone
${GEM_LIBDIR}/lib/bundler/templates/Gemfile
+${GEM_LIBDIR}/lib/bundler/templates/newgem/.travis.yml.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt
@@ -74,9 +94,16 @@ ${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest_helper.rb.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test_newgem.rb.tt
${GEM_LIBDIR}/lib/bundler/ui.rb
+${GEM_LIBDIR}/lib/bundler/vendor/.document
${GEM_LIBDIR}/lib/bundler/vendor/net/http/faster.rb
${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent.rb
+${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent/ssl_reuse.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
@@ -121,6 +148,7 @@ ${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/cli_rspec.rb
${GEM_LIBDIR}/spec/bundler/definition_spec.rb
${GEM_LIBDIR}/spec/bundler/dsl_spec.rb
${GEM_LIBDIR}/spec/bundler/gem_helper_spec.rb
@@ -148,9 +176,13 @@ ${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/security_policy_spec.rb
${GEM_LIBDIR}/spec/install/upgrade_spec.rb
+${GEM_LIBDIR}/spec/integration/inject.rb
${GEM_LIBDIR}/spec/lock/git_spec.rb
${GEM_LIBDIR}/spec/lock/lockfile_spec.rb
+${GEM_LIBDIR}/spec/other/binstubs_spec.rb
+${GEM_LIBDIR}/spec/other/bundle_ruby_spec.rb
${GEM_LIBDIR}/spec/other/check_spec.rb
${GEM_LIBDIR}/spec/other/clean_spec.rb
${GEM_LIBDIR}/spec/other/config_spec.rb
@@ -159,12 +191,14 @@ ${GEM_LIBDIR}/spec/other/exec_spec.rb
${GEM_LIBDIR}/spec/other/ext_spec.rb
${GEM_LIBDIR}/spec/other/help_spec.rb
${GEM_LIBDIR}/spec/other/init_spec.rb
+${GEM_LIBDIR}/spec/other/licenses_spec.rb
${GEM_LIBDIR}/spec/other/newgem_spec.rb
${GEM_LIBDIR}/spec/other/open_spec.rb
${GEM_LIBDIR}/spec/other/outdated_spec.rb
${GEM_LIBDIR}/spec/other/platform_spec.rb
${GEM_LIBDIR}/spec/other/show_spec.rb
${GEM_LIBDIR}/spec/quality_spec.rb
+${GEM_LIBDIR}/spec/realworld/dependency_api_spec.rb
${GEM_LIBDIR}/spec/realworld/edgecases_spec.rb
${GEM_LIBDIR}/spec/resolver/basic_spec.rb
${GEM_LIBDIR}/spec/resolver/platform_spec.rb
@@ -180,6 +214,7 @@ ${GEM_LIBDIR}/spec/support/artifice/endpoint.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_500.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
${GEM_LIBDIR}/spec/support/artifice/endpoint_extra.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_extra_missing.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_fallback.rb
diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo
index 2c98542961c..c25e8abf7da 100644
--- a/misc/ruby-bundler/distinfo
+++ b/misc/ruby-bundler/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2012/12/17 12:34:38 taca Exp $
+$NetBSD: distinfo,v 1.15 2013/03/11 15:12:45 taca Exp $
-SHA1 (bundler-1.2.3.gem) = f7a3a1ec19aa1157aaf13d72bb926c939d926fe1
-RMD160 (bundler-1.2.3.gem) = d6598f724085537264349c8141e08cb4b8b41c11
-Size (bundler-1.2.3.gem) = 223232 bytes
+SHA1 (bundler-1.3.2.gem) = 7ea4bf5a163310c1756e3996c868cabbbf797867
+RMD160 (bundler-1.3.2.gem) = dca4c12bd38e47a55abc0607335a0c5788d0db9b
+Size (bundler-1.3.2.gem) = 271360 bytes