pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler Update ruby-bundler to 1.5.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b828fbf7c1c
branches:  trunk
changeset: 631951:9b828fbf7c1c
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 17:23:20 2014 +0000

description:
Update ruby-bundler to 1.5.3.

Changes are too many to write here, please refer CHANGELOG.md.

diffstat:

 misc/ruby-bundler/Makefile |   4 +-
 misc/ruby-bundler/PLIST    |  80 ++++++++++++++++++++++++++++++---------------
 misc/ruby-bundler/distinfo |   8 ++--
 3 files changed, 59 insertions(+), 33 deletions(-)

diffs (230 lines):

diff -r 6cb88039cb3e -r 9b828fbf7c1c misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile        Fri Mar 14 17:21:29 2014 +0000
+++ b/misc/ruby-bundler/Makefile        Fri Mar 14 17:23:20 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2013/09/15 14:08:38 taca Exp $
+# $NetBSD: Makefile,v 1.18 2014/03/14 17:23:20 taca Exp $
 
-DISTNAME=      bundler-1.3.5
+DISTNAME=      bundler-1.5.3
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 6cb88039cb3e -r 9b828fbf7c1c misc/ruby-bundler/PLIST
--- a/misc/ruby-bundler/PLIST   Fri Mar 14 17:21:29 2014 +0000
+++ b/misc/ruby-bundler/PLIST   Fri Mar 14 17:23:20 2014 +0000
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.13 2013/03/17 16:04:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2014/03/14 17:23:20 taca Exp $
 bin/bundle
+bin/bundler
 ${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}/DEVELOPMENT.md
 ${GEM_LIBDIR}/ISSUES.md
 ${GEM_LIBDIR}/LICENSE.md
 ${GEM_LIBDIR}/README.md
@@ -14,10 +15,13 @@
 ${GEM_LIBDIR}/UPGRADING.md
 ${GEM_LIBDIR}/bin/bundle
 ${GEM_LIBDIR}/bin/bundle_ruby
+${GEM_LIBDIR}/bin/bundler
 ${GEM_LIBDIR}/bundler.gemspec
 ${GEM_LIBDIR}/lib/bundler.rb
 ${GEM_LIBDIR}/lib/bundler/capistrano.rb
 ${GEM_LIBDIR}/lib/bundler/cli.rb
+${GEM_LIBDIR}/lib/bundler/constants.rb
+${GEM_LIBDIR}/lib/bundler/current_ruby.rb
 ${GEM_LIBDIR}/lib/bundler/definition.rb
 ${GEM_LIBDIR}/lib/bundler/dep_proxy.rb
 ${GEM_LIBDIR}/lib/bundler/dependency.rb
@@ -57,14 +61,20 @@
 ${GEM_LIBDIR}/lib/bundler/man/gemfile.5
 ${GEM_LIBDIR}/lib/bundler/man/gemfile.5.txt
 ${GEM_LIBDIR}/lib/bundler/match_platform.rb
+${GEM_LIBDIR}/lib/bundler/parallel_workers.rb
+${GEM_LIBDIR}/lib/bundler/parallel_workers/thread_worker.rb
+${GEM_LIBDIR}/lib/bundler/parallel_workers/unix_worker.rb
+${GEM_LIBDIR}/lib/bundler/parallel_workers/worker.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/retry.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
 ${GEM_LIBDIR}/lib/bundler/runtime.rb
+${GEM_LIBDIR}/lib/bundler/safe_catch.rb
 ${GEM_LIBDIR}/lib/bundler/settings.rb
 ${GEM_LIBDIR}/lib/bundler/setup.rb
 ${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
@@ -77,10 +87,10 @@
 ${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/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
+${GEM_LIBDIR}/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem
 ${GEM_LIBDIR}/lib/bundler/templates/Executable
 ${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone
 ${GEM_LIBDIR}/lib/bundler/templates/Gemfile
@@ -113,13 +123,16 @@
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/file_manipulation.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/inject_into_file.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/base.rb
-${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/dir_escape.rb
-${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/file_binary_read.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/command.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/io_binary_read.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/line_editor.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/line_editor/basic.rb
+${GEM_LIBDIR}/lib/bundler/vendor/thor/line_editor/readline.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
@@ -131,7 +144,6 @@
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/basic.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/color.rb
 ${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_persistent.rb
@@ -151,19 +163,43 @@
 ${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/friendly_errors_spec.rb
 ${GEM_LIBDIR}/spec/bundler/gem_helper_spec.rb
 ${GEM_LIBDIR}/spec/bundler/psyched_yaml_spec.rb
+${GEM_LIBDIR}/spec/bundler/retry_spec.rb
+${GEM_LIBDIR}/spec/bundler/safe_catch_spec.rb
 ${GEM_LIBDIR}/spec/bundler/source_spec.rb
 ${GEM_LIBDIR}/spec/cache/gems_spec.rb
 ${GEM_LIBDIR}/spec/cache/git_spec.rb
 ${GEM_LIBDIR}/spec/cache/path_spec.rb
 ${GEM_LIBDIR}/spec/cache/platform_spec.rb
+${GEM_LIBDIR}/spec/commands/binstubs_spec.rb
+${GEM_LIBDIR}/spec/commands/check_spec.rb
+${GEM_LIBDIR}/spec/commands/clean_spec.rb
+${GEM_LIBDIR}/spec/commands/config_spec.rb
+${GEM_LIBDIR}/spec/commands/console_spec.rb
+${GEM_LIBDIR}/spec/commands/exec_spec.rb
+${GEM_LIBDIR}/spec/commands/help_spec.rb
+${GEM_LIBDIR}/spec/commands/init_spec.rb
+${GEM_LIBDIR}/spec/commands/inject_spec.rb
+${GEM_LIBDIR}/spec/commands/licenses_spec.rb
+${GEM_LIBDIR}/spec/commands/newgem_spec.rb
+${GEM_LIBDIR}/spec/commands/open_spec.rb
+${GEM_LIBDIR}/spec/commands/outdated_spec.rb
+${GEM_LIBDIR}/spec/commands/show_spec.rb
+${GEM_LIBDIR}/spec/install/binstubs_spec.rb
+${GEM_LIBDIR}/spec/install/bundler_spec.rb
 ${GEM_LIBDIR}/spec/install/deploy_spec.rb
+${GEM_LIBDIR}/spec/install/gemfile/gemspec_spec.rb
+${GEM_LIBDIR}/spec/install/gemfile/git_spec.rb
+${GEM_LIBDIR}/spec/install/gemfile/path_spec.rb
+${GEM_LIBDIR}/spec/install/gemfile_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/c_ext_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/dependency_api_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/env_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/flex_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/groups_spec.rb
+${GEM_LIBDIR}/spec/install/gems/mirror_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/packed_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/platform_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/post_install_spec.rb
@@ -172,35 +208,22 @@
 ${GEM_LIBDIR}/spec/install/gems/standalone_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/sudo_spec.rb
 ${GEM_LIBDIR}/spec/install/gems/win32_spec.rb
-${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/gemspecs_spec.rb
 ${GEM_LIBDIR}/spec/install/path_spec.rb
 ${GEM_LIBDIR}/spec/install/post_bundle_message_spec.rb
+${GEM_LIBDIR}/spec/install/prereleases_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
-${GEM_LIBDIR}/spec/other/console_spec.rb
-${GEM_LIBDIR}/spec/other/exec_spec.rb
+${GEM_LIBDIR}/spec/other/cli_dispatch_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/realworld/parallel_spec.rb
 ${GEM_LIBDIR}/spec/resolver/basic_spec.rb
 ${GEM_LIBDIR}/spec/resolver/platform_spec.rb
 ${GEM_LIBDIR}/spec/runtime/executable_spec.rb
@@ -219,20 +242,23 @@
 ${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
+${GEM_LIBDIR}/spec/support/artifice/endpoint_host_redirect.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
+${GEM_LIBDIR}/spec/support/hax.rb
 ${GEM_LIBDIR}/spec/support/helpers.rb
 ${GEM_LIBDIR}/spec/support/indexes.rb
 ${GEM_LIBDIR}/spec/support/matchers.rb
 ${GEM_LIBDIR}/spec/support/path.rb
+${GEM_LIBDIR}/spec/support/permissions.rb
 ${GEM_LIBDIR}/spec/support/platforms.rb
 ${GEM_LIBDIR}/spec/support/ruby_ext.rb
 ${GEM_LIBDIR}/spec/support/rubygems_ext.rb
-${GEM_LIBDIR}/spec/support/rubygems_hax/platform.rb
+${GEM_LIBDIR}/spec/support/streams.rb
 ${GEM_LIBDIR}/spec/support/sudo.rb
 ${GEM_LIBDIR}/spec/update/gems_spec.rb
 ${GEM_LIBDIR}/spec/update/git_spec.rb
diff -r 6cb88039cb3e -r 9b828fbf7c1c misc/ruby-bundler/distinfo
--- a/misc/ruby-bundler/distinfo        Fri Mar 14 17:21:29 2014 +0000
+++ b/misc/ruby-bundler/distinfo        Fri Mar 14 17:23:20 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2013/09/15 14:08:38 taca Exp $
+$NetBSD: distinfo,v 1.18 2014/03/14 17:23:20 taca Exp $
 
-SHA1 (bundler-1.3.5.gem) = 2cad3052a59b83f1f616e8202f5c714e46bd8523
-RMD160 (bundler-1.3.5.gem) = 4fbf2b67e8403b481ac2ffed30a1e4650561b431
-Size (bundler-1.3.5.gem) = 268800 bytes
+SHA1 (bundler-1.5.3.gem) = d23650aeb366efd85d9c51a36b3dde477a868919
+RMD160 (bundler-1.5.3.gem) = 22ebe6abd1d5b1661207c453fad3ad4613f4142e
+Size (bundler-1.5.3.gem) = 284672 bytes



Home | Main Index | Thread Index | Old Index