Make ruby26 version of bundler not include bin files
This makes it not conflict with the ruby 2.6 port.
This commit is contained in:
parent
2a9b1c9854
commit
88e99e5a6f
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2017/06/08 07:20:51 anton Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2019/04/29 00:37:36 jeremy Exp $
|
||||
|
||||
COMMENT= ruby application dependency manager
|
||||
|
||||
DISTNAME= bundler-1.15.1
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://gembundler.com/
|
||||
@ -14,6 +15,11 @@ MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.if !defined(FLAVOR) || ${FLAVOR:L:Mruby26}
|
||||
# Ruby 2.6 includes bundler binaries
|
||||
PLIST = ${PKGDIR}/PLIST.nobin
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= security/sudo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
375
devel/ruby-bundler/pkg/PLIST.nobin
Normal file
375
devel/ruby-bundler/pkg/PLIST.nobin
Normal file
@ -0,0 +1,375 @@
|
||||
@comment $OpenBSD: PLIST.nobin,v 1.1 2019/04/29 00:37:36 jeremy Exp $
|
||||
${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
|
||||
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
|
||||
${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/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}/doc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/TROUBLESHOOTING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/BUG_TRIAGE.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/COMMUNITY.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/GETTING_HELP.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/HOW_YOU_CAN_HELP.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/ISSUES.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/contributing/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/development/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/development/NEW_FEATURES.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/development/PULL_REQUESTS.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/development/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/development/RELEASING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/development/SETUP.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/documentation/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/documentation/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/documentation/VISION.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/documentation/WRITING.md
|
||||
${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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/capistrano.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/add.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/binstubs.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/cache.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/check.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/clean.rb
|
||||
${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/info.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/init.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/inject.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/install.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/issue.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/lock.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/open.rb
|
||||
${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/pristine.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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/compact_index_client/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/compact_index_client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/compact_index_client/cache.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/compact_index_client/updater.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/constants.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/current_ruby.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/definition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/dep_proxy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/dependency.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/deployment.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/deprecate.rb
|
||||
${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_preserver.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/feature_flag.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_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/gemdeps.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/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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/retry.rb
|
||||
${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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/setup.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/shared_helpers.rb
|
||||
${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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/path/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/path.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/path/installer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/rubygems/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/rubygems.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source/rubygems/remote.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/source_list.rb
|
||||
${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/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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/Executable.standalone
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/.travis.yml.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/Gemfile.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/LICENSE.txt.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/README.md.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/Rakefile.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/bin/console.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/bin/setup.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/exe/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/exe/newgem.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/ext/newgem/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/gitignore.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/lib/newgem/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/lib/newgem.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/newgem.gemspec.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/rspec.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/test/newgem_test.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/templates/newgem/test/test_helper.rb.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ui/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/ui.rb
|
||||
${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/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/delete_edge.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/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/net/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/net/http/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/net-http-persistent/lib/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/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/command.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/core_ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/group.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/invocation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/line_editor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/line_editor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/parser/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/parser/option.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/parser/options.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/shell/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/shell.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/shell/color.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/shell/html.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/util.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendor/thor/lib/thor/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendored_molinillo.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendored_persistent.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/vendored_thor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bundler/version_ranges.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-add.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-add.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-add.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-binstubs.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-binstubs.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-binstubs.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-check.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-check.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-check.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-clean.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-clean.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-clean.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-config.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-config.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-config.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-exec.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-exec.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-exec.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-gem.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-gem.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-gem.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-info.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-info.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-info.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-init.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-init.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-init.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-inject.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-inject.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-inject.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-install.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-install.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-install.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-lock.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-lock.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-lock.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-open.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-open.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-open.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-outdated.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-outdated.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-outdated.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-package.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-package.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-package.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-platform.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-platform.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-platform.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-pristine.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-pristine.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-pristine.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-show.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-show.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-show.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-update.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-update.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-update.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-viz.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-viz.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle-viz.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle.1.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/bundle.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/gemfile.5
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/gemfile.5.ronn
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/gemfile.5.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/man/index.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/task/
|
||||
${GEM_LIB}/gems/${DISTNAME}/task/release.rake
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user