On Mon, Dec 12, 2016 at 11:26 AM, Frank Groeneveld <
frank+openbsd-po...@frankgroeneveld.nl> wrote:

> Attached patch updates ruby-bundler to 1.13.6.
>

Looks good, and works for me in basic testing.  Unless another developer
objects, I'll commit this in a couple days.

Thanks,
Jeremy


>
> Frank
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/ruby-bundler/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile    15 Nov 2015 17:14:29 -0000      1.10
> +++ Makefile    12 Dec 2016 19:23:11 -0000
> @@ -2,7 +2,7 @@
>
>  COMMENT=               ruby application dependency manager
>
> -DISTNAME=              bundler-1.10.6
> +DISTNAME=              bundler-1.13.6
>  CATEGORIES=            devel
>
>  HOMEPAGE=              http://gembundler.com/
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/ruby-bundler/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo    15 Nov 2015 17:14:29 -0000      1.4
> +++ distinfo    12 Dec 2016 19:23:11 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (bundler-1.10.6.gem) = +ykz0SMEzsddrHW5OhywRdoCaykebGW
> wl0TOuQB2n+4=
> -SIZE (bundler-1.10.6.gem) = 251392
> +SHA256 (bundler-1.13.6.gem) = +v0i3+1ljKBgPzIb3RaO1wnXxoLmEnO1Vjdx
> ZFny0Pc=
> +SIZE (bundler-1.13.6.gem) = 307200
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/ruby-bundler/pkg/PLIST,v
> retrieving revision 1.4
> diff -u -p -r1.4 PLIST
> --- pkg/PLIST   15 Nov 2015 17:14:29 -0000      1.4
> +++ pkg/PLIST   12 Dec 2016 19:23:11 -0000
> @@ -3,8 +3,11 @@ ${GEM_BIN}/bundle${GEM_BIN_SUFFIX}
>  ${GEM_BIN}/bundler${GEM_BIN_SUFFIX}
>  ${GEM_LIB}/cache/${DISTNAME}.gem
>  ${GEM_LIB}/gems/${DISTNAME}/
> +${GEM_LIB}/gems/${DISTNAME}/.codeclimate.yml
>  ${GEM_LIB}/gems/${DISTNAME}/.gitignore
>  ${GEM_LIB}/gems/${DISTNAME}/.rspec
> +${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
> +${GEM_LIB}/gems/${DISTNAME}/.rubocop_todo.yml
>  ${GEM_LIB}/gems/${DISTNAME}/.travis.yml
>  ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
>  ${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
> @@ -15,10 +18,15 @@ ${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
>  ${GEM_LIB}/gems/${DISTNAME}/README.md
>  ${GEM_LIB}/gems/${DISTNAME}/Rakefile
>  ${GEM_LIB}/gems/${DISTNAME}/bin/
> -${GEM_LIB}/gems/${DISTNAME}/bin/bundle
> -${GEM_LIB}/gems/${DISTNAME}/bin/bundle_ruby
> -${GEM_LIB}/gems/${DISTNAME}/bin/bundler
> +${GEM_LIB}/gems/${DISTNAME}/bin/rake
> +${GEM_LIB}/gems/${DISTNAME}/bin/rspec
> +${GEM_LIB}/gems/${DISTNAME}/bin/rubocop
> +${GEM_LIB}/gems/${DISTNAME}/bin/with_rubygems
>  ${GEM_LIB}/gems/${DISTNAME}/bundler.gemspec
> +${GEM_LIB}/gems/${DISTNAME}/exe/
> +${GEM_LIB}/gems/${DISTNAME}/exe/bundle
> +${GEM_LIB}/gems/${DISTNAME}/exe/bundle_ruby
> +${GEM_LIB}/gems/${DISTNAME}/exe/bundler
>  ${GEM_LIB}/gems/${DISTNAME}/lib/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler.rb
> @@ -32,6 +40,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/common.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/config.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/console.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/doctor.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/exec.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/gem.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/init.rb
> @@ -42,6 +51,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/outdated.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/package.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/platform.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/plugin.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/show.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/update.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/viz.rb
> @@ -55,36 +65,46 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/dsl.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/endpoint_specification.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/env.rb
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/environment.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/environment_preserver.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/errors.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/base.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/compact_index.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/dependency.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/downloader.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/index.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/friendly_errors.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_helper.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_helpers.rb
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_installer.rb
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_path_manipulation.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_remote_fetcher.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_tasks.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_version_promoter.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/graph.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/index.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/injector.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/inline.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/installer/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/installer.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/installer/gem_installer.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/installer/parallel_installer.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/installer/standalone.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/lazy_specification.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/lockfile_parser.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-binstubs
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-binstubs.txt
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-config
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-config.txt
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-exec
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-exec.txt
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-gem
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-gem.txt
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-install
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-install.txt
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-lock
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-lock.txt
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-package
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-package.txt
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/bundle-platform
> @@ -95,6 +115,20 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/gemfile.5
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/man/gemfile.5.txt
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/match_platform.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/mirror.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/api/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/api.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/api/source.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/dsl.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/index.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/installer/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/installer.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/installer/git.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/installer/rubygems.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/plugin/source_list.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/postit_trampoline.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/psyched_yaml.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/remote_specification.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/resolver.rb
> @@ -102,6 +136,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ruby_dsl.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ruby_version.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/rubygems_ext.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/rubygems_gem_installer.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/rubygems_integration.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/runtime.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/settings.rb
> @@ -110,6 +145,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/similarity_detector.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/gemspec.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/git/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/git.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/git/git_proxy.rb
> @@ -123,13 +159,13 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/spec_set.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/.document
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/
> AddTrustExternalCARoot-2048.pem
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/
> AddTrustExternalCARoot.pem
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/
> Class3PublicPrimaryCertificationAuthority.pem
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/
> DigiCertHighAssuranceEVRootCA.pem
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/
> EntrustnetSecureServerCertificationAuthority.pem
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/certificate_manager.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/index.rubygems.org/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/index.
> rubygems.org/GlobalSignRootCA.pem
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/rubygems
> .global.ssl.fastly.net/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/rubygems
> .global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/rubygems.org/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ssl_certs/rubygems
> .org/AddTrustExternalCARoot.pem
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/stub_specification.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/Executable
> @@ -170,12 +206,32 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ui/rg_proxy.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ui/shell.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ui/silent.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/uri_credentials_filter.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_index_client/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_index_client/lib/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_
> index_client/lib/compact_index_client/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_
> index_client/lib/compact_index_client.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_
> index_client/lib/compact_index_client/cache.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_
> index_client/lib/compact_index_client/updater.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/compact_
> index_client/lib/compact_index_client/version.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/delegates/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/delegates/resolution_state.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/delegates/specification_provider.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/action.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/add_edge_no_circular.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/add_vertex.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/detach_vertex_named.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/log.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/set_payload.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/tag.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/dependency_graph/vertex.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/errors.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/gem_metadata.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/
> lib/molinillo/modules/
> @@ -190,6 +246,15 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net/http/persistent/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net/http/persistent.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net/http/
> persistent/ssl_reuse.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/postit/
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/postit.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/
> postit/environment.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/
> postit/installer.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/
> postit/parser.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/postit/setup.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/postit/lib/
> postit/version.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/
> @@ -236,10 +301,14 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/version.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vlad.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/worker.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/yaml_serializer.rb
>  ${GEM_LIB}/gems/${DISTNAME}/man/
> +${GEM_LIB}/gems/${DISTNAME}/man/bundle-binstubs.ronn
>  ${GEM_LIB}/gems/${DISTNAME}/man/bundle-config.ronn
>  ${GEM_LIB}/gems/${DISTNAME}/man/bundle-exec.ronn
> +${GEM_LIB}/gems/${DISTNAME}/man/bundle-gem.ronn
>  ${GEM_LIB}/gems/${DISTNAME}/man/bundle-install.ronn
> +${GEM_LIB}/gems/${DISTNAME}/man/bundle-lock.ronn
>  ${GEM_LIB}/gems/${DISTNAME}/man/bundle-package.ronn
>  ${GEM_LIB}/gems/${DISTNAME}/man/bundle-platform.ronn
>  ${GEM_LIB}/gems/${DISTNAME}/man/bundle-update.ronn
>
>

Reply via email to