Sat Jun 11 02:38:03 2011 UTC ()
Update ruby-bundler package to 1.0.15.

## 1.0.15 (June 9, 2011)

Features:

  - Improved Rubygems integration, removed many deprecation notices

Bugfixes:

  - Escape URL arguments to git correctly on Windows (1.0.14 regression)

## 1.0.14 (May 27, 2011)

Features:

  - Rubinius platform :rbx (@rkbodenner)
  - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect)
  - Include user name and email from git config in new gemspec (@ognevsky)

Bugfixes:

  - Set file permissions after checking out git repos (@tissak)
  - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj)
  - Require the version file in new gemspecs (@rubiii)
  - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk)
  - Install gems that contain 'bundler', e.g. guard-bundler (@hone)
  - Display installed path correctly on Windows (@tadman)
  - Escape quotes in git URIs (@mheffner)
  - Improve Rake 0.9 support (@quix)
  - Handle certain directories already existing (@raggi)
  - Escape filenames containing regex characters (@indirect)

## 1.0.13 (May 4, 2011)

Features:

  - Compatibility with Rubygems master (soon to be v1.8) (@evanphx)
  - Informative error when --path points to a broken symlink
  - Support Rake 0.9 and greater (@e2)
  - Output full errors for non-TTYs e.g. pow (@josh)

Bugfixes:

  - Allow spaces in gem path names for gem tasks (@rslifka)
  - Have cap run bundle install from release_path (@martinjagusch)
  - Quote git refspec so zsh doesn't expand it (@goneflyin)

## 1.0.12 (April 8, 2011)

Features:

  - Add --no-deployment option to `install` for disabling it on dev machines
  - Better error message when git fails and cache is present (@parndt)
  - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego)

Bugfixes:

  - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx)
  - Fix changing gem order in lock (@gucki)
  - Remove color escape sequences when displaying man pages (@bgreenlee)
  - Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger)
  - Fix gems without a gemspec and directories in bin/ (@epall)
  - Fix --no-prune option for `bundle install` (@cmeiklejohn)

## 1.0.11 (April 1, 2011)

Features:

  - Compatibility with Rubygems 1.6 and 1.7
  - Better error messages when a git command fails

Bugfixes:

  - Don't always update gemspec gems (@carllerche)
  - Remove ivar warnings (@jackdempsey)
  - Fix occasional git failures in zsh (@jonah-carbonfive)
  - Consistent lock for gems with double deps like Cap (@akahn)

## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5


(taca)
diff -r1.4 -r1.5 pkgsrc/misc/ruby-bundler/Makefile
diff -r1.4 -r1.5 pkgsrc/misc/ruby-bundler/distinfo
diff -r1.3 -r1.4 pkgsrc/misc/ruby-bundler/PLIST

cvs diff -r1.4 -r1.5 pkgsrc/misc/ruby-bundler/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/Makefile 2011/03/23 15:03:52 1.4
+++ pkgsrc/misc/ruby-bundler/Attic/Makefile 2011/06/11 02:38:03 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2011/03/23 15:03:52 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2011/06/11 02:38:03 taca Exp $
2 2
3DISTNAME= bundler-1.0.10 3DISTNAME= bundler-1.0.15
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://gembundler.com/ 7HOMEPAGE= http://gembundler.com/
8COMMENT= Manage your application's dependencies 8COMMENT= Manage your application's dependencies
9LICENSE= mit 9LICENSE= mit
10 10
11CONFLICTS+= ruby[1-9][0-9]-bundler-* 11CONFLICTS+= ruby[1-9][0-9]-bundler-[0-9]*
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/misc/ruby-bundler/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/distinfo 2011/03/23 15:03:52 1.4
+++ pkgsrc/misc/ruby-bundler/Attic/distinfo 2011/06/11 02:38:03 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/03/23 15:03:52 taca Exp $ 1$NetBSD: distinfo,v 1.5 2011/06/11 02:38:03 taca Exp $
2 2
3SHA1 (bundler-1.0.10.gem) = d33e5c81a0c4724852165a3d501c2dbba838c68d 3SHA1 (bundler-1.0.15.gem) = a82410b2c06732aaa7bb66c84533500d472649a5
4RMD160 (bundler-1.0.10.gem) = 4b265d21e168692c98667ae01499540e7145be6e 4RMD160 (bundler-1.0.15.gem) = f1eecbcfa34053dfd2df40cc64ff47023b0fa2df
5Size (bundler-1.0.10.gem) = 159744 bytes 5Size (bundler-1.0.15.gem) = 164864 bytes

cvs diff -r1.3 -r1.4 pkgsrc/misc/ruby-bundler/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/PLIST 2011/03/23 15:03:52 1.3
+++ pkgsrc/misc/ruby-bundler/Attic/PLIST 2011/06/11 02:38:03 1.4
@@ -1,56 +1,60 @@ @@ -1,56 +1,60 @@
1@comment $NetBSD: PLIST,v 1.3 2011/03/23 15:03:52 taca Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/06/11 02:38:03 taca Exp $
2bin/bundle 2bin/bundle
3${GEM_HOME}/cache/${GEM_NAME}.gem 3${GEM_HOME}/cache/${GEM_NAME}.gem
4${GEM_LIBDIR}/.gitignore 4${GEM_LIBDIR}/.gitignore
5${GEM_LIBDIR}/CHANGELOG.md 5${GEM_LIBDIR}/CHANGELOG.md
6${GEM_LIBDIR}/ISSUES.md 6${GEM_LIBDIR}/ISSUES.md
7${GEM_LIBDIR}/LICENSE 7${GEM_LIBDIR}/LICENSE
8${GEM_LIBDIR}/README.md 8${GEM_LIBDIR}/README.md
9${GEM_LIBDIR}/Rakefile 9${GEM_LIBDIR}/Rakefile
10${GEM_LIBDIR}/UPGRADING.md 10${GEM_LIBDIR}/UPGRADING.md
11${GEM_LIBDIR}/bin/bundle 11${GEM_LIBDIR}/bin/bundle
12${GEM_LIBDIR}/bundler.gemspec 12${GEM_LIBDIR}/bundler.gemspec
13${GEM_LIBDIR}/lib/bundler.rb 13${GEM_LIBDIR}/lib/bundler.rb
14${GEM_LIBDIR}/lib/bundler/capistrano.rb 14${GEM_LIBDIR}/lib/bundler/capistrano.rb
15${GEM_LIBDIR}/lib/bundler/cli.rb 15${GEM_LIBDIR}/lib/bundler/cli.rb
16${GEM_LIBDIR}/lib/bundler/definition.rb 16${GEM_LIBDIR}/lib/bundler/definition.rb
17${GEM_LIBDIR}/lib/bundler/dependency.rb 17${GEM_LIBDIR}/lib/bundler/dependency.rb
18${GEM_LIBDIR}/lib/bundler/deployment.rb 18${GEM_LIBDIR}/lib/bundler/deployment.rb
19${GEM_LIBDIR}/lib/bundler/dsl.rb 19${GEM_LIBDIR}/lib/bundler/dsl.rb
20${GEM_LIBDIR}/lib/bundler/environment.rb 20${GEM_LIBDIR}/lib/bundler/environment.rb
21${GEM_LIBDIR}/lib/bundler/gem_helper.rb 21${GEM_LIBDIR}/lib/bundler/gem_helper.rb
 22${GEM_LIBDIR}/lib/bundler/gem_tasks.rb
22${GEM_LIBDIR}/lib/bundler/graph.rb 23${GEM_LIBDIR}/lib/bundler/graph.rb
23${GEM_LIBDIR}/lib/bundler/index.rb 24${GEM_LIBDIR}/lib/bundler/index.rb
24${GEM_LIBDIR}/lib/bundler/installer.rb 25${GEM_LIBDIR}/lib/bundler/installer.rb
25${GEM_LIBDIR}/lib/bundler/lazy_specification.rb 26${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
26${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb 27${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
27${GEM_LIBDIR}/lib/bundler/man/bundle 28${GEM_LIBDIR}/lib/bundler/man/bundle
 29${GEM_LIBDIR}/lib/bundler/man/bundle-benchmark
 30${GEM_LIBDIR}/lib/bundler/man/bundle-benchmark.txt
28${GEM_LIBDIR}/lib/bundler/man/bundle-config 31${GEM_LIBDIR}/lib/bundler/man/bundle-config
29${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt 32${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt
30${GEM_LIBDIR}/lib/bundler/man/bundle-exec 33${GEM_LIBDIR}/lib/bundler/man/bundle-exec
31${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt 34${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt
32${GEM_LIBDIR}/lib/bundler/man/bundle-install 35${GEM_LIBDIR}/lib/bundler/man/bundle-install
33${GEM_LIBDIR}/lib/bundler/man/bundle-install.txt 36${GEM_LIBDIR}/lib/bundler/man/bundle-install.txt
34${GEM_LIBDIR}/lib/bundler/man/bundle-package 37${GEM_LIBDIR}/lib/bundler/man/bundle-package
35${GEM_LIBDIR}/lib/bundler/man/bundle-package.txt 38${GEM_LIBDIR}/lib/bundler/man/bundle-package.txt
36${GEM_LIBDIR}/lib/bundler/man/bundle-update 39${GEM_LIBDIR}/lib/bundler/man/bundle-update
37${GEM_LIBDIR}/lib/bundler/man/bundle-update.txt 40${GEM_LIBDIR}/lib/bundler/man/bundle-update.txt
38${GEM_LIBDIR}/lib/bundler/man/bundle.txt 41${GEM_LIBDIR}/lib/bundler/man/bundle.txt
39${GEM_LIBDIR}/lib/bundler/man/gemfile.5 42${GEM_LIBDIR}/lib/bundler/man/gemfile.5
40${GEM_LIBDIR}/lib/bundler/man/gemfile.5.txt 43${GEM_LIBDIR}/lib/bundler/man/gemfile.5.txt
41${GEM_LIBDIR}/lib/bundler/remote_specification.rb 44${GEM_LIBDIR}/lib/bundler/remote_specification.rb
42${GEM_LIBDIR}/lib/bundler/resolver.rb 45${GEM_LIBDIR}/lib/bundler/resolver.rb
43${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb 46${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb
 47${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb
44${GEM_LIBDIR}/lib/bundler/runtime.rb 48${GEM_LIBDIR}/lib/bundler/runtime.rb
45${GEM_LIBDIR}/lib/bundler/settings.rb 49${GEM_LIBDIR}/lib/bundler/settings.rb
46${GEM_LIBDIR}/lib/bundler/setup.rb 50${GEM_LIBDIR}/lib/bundler/setup.rb
47${GEM_LIBDIR}/lib/bundler/shared_helpers.rb 51${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
48${GEM_LIBDIR}/lib/bundler/source.rb 52${GEM_LIBDIR}/lib/bundler/source.rb
49${GEM_LIBDIR}/lib/bundler/spec_set.rb 53${GEM_LIBDIR}/lib/bundler/spec_set.rb
50${GEM_LIBDIR}/lib/bundler/templates/Executable 54${GEM_LIBDIR}/lib/bundler/templates/Executable
51${GEM_LIBDIR}/lib/bundler/templates/Gemfile 55${GEM_LIBDIR}/lib/bundler/templates/Gemfile
52${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt 56${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt
53${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt 57${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt
54${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/newgem.tt 58${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/newgem.tt
55${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt 59${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
56${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt 60${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt