diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-bundler/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-bundler/PLIST | 91 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
3 files changed, 59 insertions, 44 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index ad861502620..515285aa64e 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2015/03/13 14:34:12 taca Exp $ +# $NetBSD: Makefile,v 1.22 2015/06/07 15:52:28 taca Exp $ -DISTNAME= bundler-1.8.5 +DISTNAME= bundler-1.10.3 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST index 6dcde2dcfd8..0e84b5c6d92 100644 --- a/misc/ruby-bundler/PLIST +++ b/misc/ruby-bundler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2015/03/13 14:34:12 taca Exp $ +@comment $NetBSD: PLIST,v 1.18 2015/06/07 15:52:28 taca Exp $ bin/bundle${RUBY_SUFFIX} bin/bundler${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -13,13 +13,11 @@ ${GEM_LIBDIR}/ISSUES.md ${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}/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 @@ -34,6 +32,7 @@ ${GEM_LIBDIR}/lib/bundler/cli/gem.rb ${GEM_LIBDIR}/lib/bundler/cli/init.rb ${GEM_LIBDIR}/lib/bundler/cli/inject.rb ${GEM_LIBDIR}/lib/bundler/cli/install.rb +${GEM_LIBDIR}/lib/bundler/cli/lock.rb ${GEM_LIBDIR}/lib/bundler/cli/open.rb ${GEM_LIBDIR}/lib/bundler/cli/outdated.rb ${GEM_LIBDIR}/lib/bundler/cli/package.rb @@ -53,6 +52,10 @@ ${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/fetcher/base.rb +${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb +${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb +${GEM_LIBDIR}/lib/bundler/fetcher/index.rb ${GEM_LIBDIR}/lib/bundler/friendly_errors.rb ${GEM_LIBDIR}/lib/bundler/gem_helper.rb ${GEM_LIBDIR}/lib/bundler/gem_helpers.rb @@ -62,7 +65,9 @@ ${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/inline.rb ${GEM_LIBDIR}/lib/bundler/installer.rb +${GEM_LIBDIR}/lib/bundler/installer/parallel_installer.rb ${GEM_LIBDIR}/lib/bundler/lazy_specification.rb ${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb ${GEM_LIBDIR}/lib/bundler/man/bundle @@ -101,6 +106,7 @@ ${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/source/rubygems/remote.rb ${GEM_LIBDIR}/lib/bundler/source_list.rb ${GEM_LIBDIR}/lib/bundler/spec_set.rb ${GEM_LIBDIR}/lib/bundler/ssl_certs/.document @@ -133,48 +139,57 @@ ${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/templates/newgem/test/newgem_test.rb.tt +${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test_helper.rb.tt ${GEM_LIBDIR}/lib/bundler/ui.rb ${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb ${GEM_LIBDIR}/lib/bundler/ui/shell.rb ${GEM_LIBDIR}/lib/bundler/ui/silent.rb -${GEM_LIBDIR}/lib/bundler/vendor/.document +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb ${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 -${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 -${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/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 -${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 -${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/html.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/util.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/version.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/base.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/command.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/error.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/group.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/invocation.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/argument.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/option.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/options.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/runner.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/color.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/html.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/util.rb +${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/version.rb +${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb ${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb ${GEM_LIBDIR}/lib/bundler/vendored_thor.rb ${GEM_LIBDIR}/lib/bundler/version.rb diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index 0e24932baf7..3780b38a9cc 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2015/03/13 14:34:12 taca Exp $ +$NetBSD: distinfo,v 1.22 2015/06/07 15:52:28 taca Exp $ -SHA1 (bundler-1.8.5.gem) = 803f9c38a56c81a88d6e7c191f671c276bc0fac4 -RMD160 (bundler-1.8.5.gem) = 7eb5c3b6ffc5a6fa0acceb3b96d3daa8f7a838f7 -Size (bundler-1.8.5.gem) = 235008 bytes +SHA1 (bundler-1.10.3.gem) = cfc3a9d96b60153aed9f2884cb82e4e0cc7029bf +RMD160 (bundler-1.10.3.gem) = 833bcbb658f1bfdf7cf54fb2dcf03c1464306d6a +Size (bundler-1.10.3.gem) = 250368 bytes |