pkgsrc/misc/ruby-bundler/PLIST
taca a241232259 Update ruby-bundler to 1.8.5.
* pkgsrc change: add support for pkg_alternatives.

## 1.8.5 (2015-03-11)

Bugfixes:

  - remove MIT license from gemspec when removing license file (@indirect)
  - respect 'no' immediately as well as saving it in `gem` config (@kirs)

## 1.8.4 (2015-03-05)

Bugfixes:

  - document --all-platforms option (#3449, @moeffju)
  - find gems from all sources on exec after install (#3450, @TimMoore)

## 1.8.3 (2015-02-24)

Bugfixes:

  - handle boolean values for gem settings (@EduardoBautista)
  - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore)
## 1.8.2 (2015-02-14)

Bugfixes:

  - allow config settings for gems with 'http' in the name again (#3398, @tmoore)

## 1.8.1 (2015-02-13)

Bugfixes:

  - synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
  - set gemspec bindir correctly (#3392, @tmoore)
  - request lockfile deletion when it is malformed (#3396, @indirect)
  - explain problem when mirror config is missing (#3386, @indirect)
  - explain problem when caching causes permission error (#3390, @indirect)
  - normalize URLs in config keys (#3391, @indirect)

## 1.8.0 (2015-02-10)

Bugfixes:

  - Gemfile `github` blocks now work (#3379, @indirect)

Bugfixes from v1.7.13:

  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
  - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
  - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)

## 1.8.0.rc (2015-01-26)

Features:

  - add `config disable_multisource` option to ensure sources can't compete (@indirect)

Bugfixes:

  - don't add extra quotes around long, quoted config values (@aroben, #3338)

Security:

  - warn when more than one top-level source is present (@indirect)

## 1.8.0.pre (2015-01-26)

Features:

  - add metadata allowed_push_host to new gem template (#3002, @juanitofatas)
  - adds a `--no-install` flag to `bundle package` (@d-reinhold)
  - add `bundle config auto_install true` to install automatically (@smashwilson)
  - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol)
  - prevent whitespace in gem declarations with clear messaging (@benlakey)
  - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros)
  - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros)
  - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh)
  - add `package --all-platforms` to cache gems for each known platform (@ccutrer)
  - speed up `exec` when running commands on the $PATH (@kirs)
  - add gem code of conduct file and option (@kirs)
  - add config settings for gem license and tests (@kirs)
  - add `bin/setup` and `bin/console` to new gems (@indirect)
  - include configured user-agent in network requests (@indirect)
  - support `github`, `gist`, and `bitbucket` options on git gems (@indirect)
  - add `package --cache-path` and `config cache_path` for cache location (@jnraine)
  - allow `config` to work even when a Gemfile is not present (@dholdren)
  - add `config gemfile /path` for other Gemfile locations (@dholdren)

Bugfixes:

  - reduce memory usage with threaded parallel workers (@Who828)
  - support read-only git gems (@pmahoney)
  - various resolver performance improvements (@dubek)
  - untaint git gem paths for Rubygems compatibility (@tdtds)

Documentation:

  - add missing Gemfile global `path` explanation (@agenteo)

## 1.7.13 (2015-02-07)

Bugfixes:

  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
  - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
  - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 14:34:12 +00:00

192 lines
8.5 KiB
Text

@comment $NetBSD: PLIST,v 1.17 2015/03/13 14:34:12 taca Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/DEVELOPMENT.md
${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
${GEM_LIBDIR}/lib/bundler/cli/cache.rb
${GEM_LIBDIR}/lib/bundler/cli/check.rb
${GEM_LIBDIR}/lib/bundler/cli/clean.rb
${GEM_LIBDIR}/lib/bundler/cli/common.rb
${GEM_LIBDIR}/lib/bundler/cli/config.rb
${GEM_LIBDIR}/lib/bundler/cli/console.rb
${GEM_LIBDIR}/lib/bundler/cli/exec.rb
${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/open.rb
${GEM_LIBDIR}/lib/bundler/cli/outdated.rb
${GEM_LIBDIR}/lib/bundler/cli/package.rb
${GEM_LIBDIR}/lib/bundler/cli/platform.rb
${GEM_LIBDIR}/lib/bundler/cli/show.rb
${GEM_LIBDIR}/lib/bundler/cli/update.rb
${GEM_LIBDIR}/lib/bundler/cli/viz.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
${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
${GEM_LIBDIR}/lib/bundler/gem_helper.rb
${GEM_LIBDIR}/lib/bundler/gem_helpers.rb
${GEM_LIBDIR}/lib/bundler/gem_installer.rb
${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
${GEM_LIBDIR}/lib/bundler/man/bundle
${GEM_LIBDIR}/lib/bundler/man/bundle-config
${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt
${GEM_LIBDIR}/lib/bundler/man/bundle-exec
${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt
${GEM_LIBDIR}/lib/bundler/man/bundle-install
${GEM_LIBDIR}/lib/bundler/man/bundle-install.txt
${GEM_LIBDIR}/lib/bundler/man/bundle-package
${GEM_LIBDIR}/lib/bundler/man/bundle-package.txt
${GEM_LIBDIR}/lib/bundler/man/bundle-platform
${GEM_LIBDIR}/lib/bundler/man/bundle-platform.txt
${GEM_LIBDIR}/lib/bundler/man/bundle-update
${GEM_LIBDIR}/lib/bundler/man/bundle-update.txt
${GEM_LIBDIR}/lib/bundler/man/bundle.txt
${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/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/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/source_list.rb
${GEM_LIBDIR}/lib/bundler/spec_set.rb
${GEM_LIBDIR}/lib/bundler/ssl_certs/.document
${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem
${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot.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/ssl_certs/certificate_manager.rb
${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/CODE_OF_CONDUCT.md.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
${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/console.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/setup.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/exe/newgem.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
${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/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/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/vendored_persistent.rb
${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
${GEM_LIBDIR}/lib/bundler/version.rb
${GEM_LIBDIR}/lib/bundler/vlad.rb
${GEM_LIBDIR}/lib/bundler/worker.rb
${GEM_LIBDIR}/man/bundle-config.ronn
${GEM_LIBDIR}/man/bundle-exec.ronn
${GEM_LIBDIR}/man/bundle-install.ronn
${GEM_LIBDIR}/man/bundle-package.ronn
${GEM_LIBDIR}/man/bundle-platform.ronn
${GEM_LIBDIR}/man/bundle-update.ronn
${GEM_LIBDIR}/man/bundle.ronn
${GEM_LIBDIR}/man/gemfile.5.ronn
${GEM_LIBDIR}/man/index.txt
${GEM_HOME}/specifications/${GEM_NAME}.gemspec