pkgsrc/misc/ruby-bundler/PLIST
taca 0b4ddf164c Update ruby-bundler to 1.2.0.
## 1.2.0 (Aug 30, 2012)

Bugfixes:

  - raise original error message from LoadError's

Documentation:

  - `platform` man pages

## 1.2.0.rc.2 (Aug 8, 2012)

Bugfixes:

  - `clean` doesn't remove gems that are included in the lockfile

## 1.2.0.rc (Jul 17, 2012)

Features:

  - `check` now has a `--dry-run` option (@svenfuchs, #1811)
  - loosen ruby directive for engines
  - prune git/path directories inside vendor/cache (@josevalim, #1988)
  - update vendored thor to 0.15.2 (@sferik)
  - add .txt to LICENSE (@postmodern, #2001)
  - add `config disable_local_branch_check` (@josevalim, #1985)
  - fall back on the full index when experiencing syck errors (#1419)
  - handle syntax errors in Ruby gemspecs (#1974)

Bugfixes:

  - fix `pack`/`cache` with `--all` (@josevalim, #1989)
  - don't display warning message when `cache_all` is set
  - check for `nil` PATH (#2006)
  - Always try to keep original GEM_PATH (@drogus, #1920)

## 1.2.0.pre.1 (May 27, 2012)

Features:

  - Git gems import submodules of submodules recursively (@nwwatson, #1935)

Bugfixes:

  - Exit from `check` with a non-zero status when frozen with no lock
  - Use `latest_release` in Capistrano and Vlad integration (#1264)
  - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty

Documentation:

  - Add instructions for local git repos to the `config` manpage
  - Update the `Gemfile` manpage to include ruby versions (@stevenh512)
  - When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
  - Unknown exceptions now link to ISSUES for help instead of a new ticket
  - Correct inline help for `clean --force` (@dougbarth, #1911)

## 1.2.0.pre (May 4, 2012)

Features:

  - bundle package now accepts --all to package git and path dependencies
  - bundle config now accepts --local, --global and --delete options
  - It is possible to override a git repository via configuration.
    For instance, if you have a git dependency on rack, you can force
    it to use a local repo with `bundle config local.rack ~/path/to/rack`
  - Cache gemspec loads for performance (@dekellum, #1635)
  - add --full-index flag to `bundle update` (@fluxx, #1829)
  - add --quiet flag to `bundle update` (@nashby, #1654)
  - Add Bundler::GemHelper.gemspec (@knu, #1637)
  - Graceful handling of Gemfile syntax errors (@koraktor, #1661)
  - `bundle platform` command
  - add ruby to DSL, to specify version of ruby
  - error out if the ruby version doesn't match

Performance:

  - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598)

Bugfixes:

  - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604)
  - Use the same ruby to run subprocesses as is running rake (@brixen)

Documentation:

  - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852)
  - Add docs for the --no-cache option (@fluxx, #1796)
  - Add basic documentation for bin_path and bundle_path (@radar)
  - Add documentation for the run method in Bundler::Installer

## 1.1.5 (Jul 17, 2012)

Features:

  - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2012-09-16 06:44:45 +00:00

201 lines
8.8 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2012/09/16 06:44:45 taca Exp $
bin/bundle
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/ISSUES.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/UPGRADING.md
${GEM_LIBDIR}/bin/bundle
${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/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/dsl.rb
${GEM_LIBDIR}/lib/bundler/endpoint_specification.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/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/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/source.rb
${GEM_LIBDIR}/lib/bundler/spec_set.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/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/newgem.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/ui.rb
${GEM_LIBDIR}/lib/bundler/vendor/net/http/faster.rb
${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent.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/core_ext/dir_escape.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/file_binary_read.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.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/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/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
${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
${GEM_LIBDIR}/lib/bundler/version.rb
${GEM_LIBDIR}/lib/bundler/vlad.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_LIBDIR}/spec/bundler/definition_spec.rb
${GEM_LIBDIR}/spec/bundler/dsl_spec.rb
${GEM_LIBDIR}/spec/bundler/gem_helper_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/install/deploy_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/packed_spec.rb
${GEM_LIBDIR}/spec/install/gems/platform_spec.rb
${GEM_LIBDIR}/spec/install/gems/post_install_spec.rb
${GEM_LIBDIR}/spec/install/gems/resolving_spec.rb
${GEM_LIBDIR}/spec/install/gems/simple_case_spec.rb
${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/path_spec.rb
${GEM_LIBDIR}/spec/install/upgrade_spec.rb
${GEM_LIBDIR}/spec/lock/git_spec.rb
${GEM_LIBDIR}/spec/lock/lockfile_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/ext_spec.rb
${GEM_LIBDIR}/spec/other/help_spec.rb
${GEM_LIBDIR}/spec/other/init_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/edgecases_spec.rb
${GEM_LIBDIR}/spec/resolver/basic_spec.rb
${GEM_LIBDIR}/spec/resolver/platform_spec.rb
${GEM_LIBDIR}/spec/runtime/executable_spec.rb
${GEM_LIBDIR}/spec/runtime/load_spec.rb
${GEM_LIBDIR}/spec/runtime/platform_spec.rb
${GEM_LIBDIR}/spec/runtime/require_spec.rb
${GEM_LIBDIR}/spec/runtime/setup_spec.rb
${GEM_LIBDIR}/spec/runtime/with_clean_env_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_500.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_api_missing.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_basic_authentication.rb
${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_marshal_fail.rb
${GEM_LIBDIR}/spec/support/artifice/endpoint_redirect.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/helpers.rb
${GEM_LIBDIR}/spec/support/indexes.rb
${GEM_LIBDIR}/spec/support/matchers.rb
${GEM_LIBDIR}/spec/support/path.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/sudo.rb
${GEM_LIBDIR}/spec/update/gems_spec.rb
${GEM_LIBDIR}/spec/update/git_spec.rb
${GEM_LIBDIR}/spec/update/source_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec