summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-09-16 06:44:45 +0000
committertaca <taca@pkgsrc.org>2012-09-16 06:44:45 +0000
commit0b4ddf164c518c4159f8e0b1d19e29dff4cfbd89 (patch)
tree9ca4b70fa922c135505416cd3d15f2821b0ddcc9 /misc/ruby-bundler
parent82069ae13382afb4aaf2acbd09c679d659b9a90c (diff)
downloadpkgsrc-0b4ddf164c518c4159f8e0b1d19e29dff4cfbd89.tar.gz
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
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r--misc/ruby-bundler/Makefile4
-rw-r--r--misc/ruby-bundler/PLIST14
-rw-r--r--misc/ruby-bundler/distinfo8
3 files changed, 17 insertions, 9 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile
index 4e0426d9c71..7760a52d922 100644
--- a/misc/ruby-bundler/Makefile
+++ b/misc/ruby-bundler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2012/06/02 00:56:53 taca Exp $
+# $NetBSD: Makefile,v 1.13 2012/09/16 06:44:45 taca Exp $
-DISTNAME= bundler-1.1.4
+DISTNAME= bundler-1.2.0
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index 536bc15962c..7f58d07b0cd 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2012/06/02 00:56:53 taca Exp $
+@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
@@ -22,9 +22,11 @@ ${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
@@ -40,6 +42,8 @@ ${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
@@ -49,6 +53,7 @@ ${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
@@ -61,7 +66,7 @@ ${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.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
@@ -81,6 +86,7 @@ ${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
@@ -109,10 +115,12 @@ ${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
@@ -121,7 +129,6 @@ ${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/deprecated_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
@@ -153,6 +160,7 @@ ${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
diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo
index cf1fe38f3ec..8ab94583683 100644
--- a/misc/ruby-bundler/distinfo
+++ b/misc/ruby-bundler/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2012/06/02 00:56:53 taca Exp $
+$NetBSD: distinfo,v 1.13 2012/09/16 06:44:45 taca Exp $
-SHA1 (bundler-1.1.4.gem) = f2ae398a13f07bc5ad0c76394a8a500754a822b5
-RMD160 (bundler-1.1.4.gem) = 867f294628f9bf26e8499f4120ab4dead66bda54
-Size (bundler-1.1.4.gem) = 202752 bytes
+SHA1 (bundler-1.2.0.gem) = 432ed783851a635d28175fbe68df1e74d9113671
+RMD160 (bundler-1.2.0.gem) = 8a9aa08248630863f272e82ff62af1ccaa39ba76
+Size (bundler-1.2.0.gem) = 226304 bytes