summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler/PLIST
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ruby-bundler/PLIST')
-rw-r--r--misc/ruby-bundler/PLIST127
1 files changed, 9 insertions, 118 deletions
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index c1da622dfc1..6dcde2dcfd8 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.16 2015/02/03 14:53:20 taca Exp $
-bin/bundle
-bin/bundler
+@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
@@ -81,10 +82,6 @@ ${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/parallel_workers.rb
-${GEM_LIBDIR}/lib/bundler/parallel_workers/thread_worker.rb
-${GEM_LIBDIR}/lib/bundler/parallel_workers/unix_worker.rb
-${GEM_LIBDIR}/lib/bundler/parallel_workers/worker.rb
${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb
${GEM_LIBDIR}/lib/bundler/remote_specification.rb
${GEM_LIBDIR}/lib/bundler/resolver.rb
@@ -118,11 +115,14 @@ ${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/newgem.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
@@ -179,6 +179,7 @@ ${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
@@ -188,114 +189,4 @@ ${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/anonymizable_uri_spec.rb
-${GEM_LIBDIR}/spec/bundler/bundler_spec.rb
-${GEM_LIBDIR}/spec/bundler/cli_spec.rb
-${GEM_LIBDIR}/spec/bundler/definition_spec.rb
-${GEM_LIBDIR}/spec/bundler/dsl_spec.rb
-${GEM_LIBDIR}/spec/bundler/friendly_errors_spec.rb
-${GEM_LIBDIR}/spec/bundler/gem_helper_spec.rb
-${GEM_LIBDIR}/spec/bundler/psyched_yaml_spec.rb
-${GEM_LIBDIR}/spec/bundler/retry_spec.rb
-${GEM_LIBDIR}/spec/bundler/settings_spec.rb
-${GEM_LIBDIR}/spec/bundler/source/rubygems_spec.rb
-${GEM_LIBDIR}/spec/bundler/source_list_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/commands/binstubs_spec.rb
-${GEM_LIBDIR}/spec/commands/check_spec.rb
-${GEM_LIBDIR}/spec/commands/clean_spec.rb
-${GEM_LIBDIR}/spec/commands/config_spec.rb
-${GEM_LIBDIR}/spec/commands/console_spec.rb
-${GEM_LIBDIR}/spec/commands/exec_spec.rb
-${GEM_LIBDIR}/spec/commands/help_spec.rb
-${GEM_LIBDIR}/spec/commands/init_spec.rb
-${GEM_LIBDIR}/spec/commands/inject_spec.rb
-${GEM_LIBDIR}/spec/commands/licenses_spec.rb
-${GEM_LIBDIR}/spec/commands/newgem_spec.rb
-${GEM_LIBDIR}/spec/commands/open_spec.rb
-${GEM_LIBDIR}/spec/commands/outdated_spec.rb
-${GEM_LIBDIR}/spec/commands/package_spec.rb
-${GEM_LIBDIR}/spec/commands/show_spec.rb
-${GEM_LIBDIR}/spec/install/binstubs_spec.rb
-${GEM_LIBDIR}/spec/install/bundler_spec.rb
-${GEM_LIBDIR}/spec/install/deploy_spec.rb
-${GEM_LIBDIR}/spec/install/gemfile/gemspec_spec.rb
-${GEM_LIBDIR}/spec/install/gemfile/git_spec.rb
-${GEM_LIBDIR}/spec/install/gemfile/path_spec.rb
-${GEM_LIBDIR}/spec/install/gemfile_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/mirror_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/sources_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/gemspecs_spec.rb
-${GEM_LIBDIR}/spec/install/path_spec.rb
-${GEM_LIBDIR}/spec/install/post_bundle_message_spec.rb
-${GEM_LIBDIR}/spec/install/prereleases_spec.rb
-${GEM_LIBDIR}/spec/install/security_policy_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/bundle_ruby_spec.rb
-${GEM_LIBDIR}/spec/other/cli_dispatch_spec.rb
-${GEM_LIBDIR}/spec/other/ext_spec.rb
-${GEM_LIBDIR}/spec/other/platform_spec.rb
-${GEM_LIBDIR}/spec/other/ssl_cert_spec.rb
-${GEM_LIBDIR}/spec/quality_spec.rb
-${GEM_LIBDIR}/spec/realworld/dependency_api_spec.rb
-${GEM_LIBDIR}/spec/realworld/edgecases_spec.rb
-${GEM_LIBDIR}/spec/realworld/parallel_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_forbidden.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_creds_diff_host.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_host_redirect.rb
-${GEM_LIBDIR}/spec/support/artifice/endpoint_marshal_fail.rb
-${GEM_LIBDIR}/spec/support/artifice/endpoint_redirect.rb
-${GEM_LIBDIR}/spec/support/artifice/endpoint_strict_basic_authentication.rb
-${GEM_LIBDIR}/spec/support/artifice/endpoint_timeout.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/hax.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/permissions.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/streams.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/path_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec