diff options
author | taca <taca@pkgsrc.org> | 2011-06-11 02:38:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-11 02:38:03 +0000 |
commit | 90d40aa74f3e07079599539a0f9012b66d9c85be (patch) | |
tree | 0a7db9fb80ba9f30abf170baced04d188dd4e3c4 /misc | |
parent | a9b885e92f0b7c175d051e0eb476b3a65681cc29 (diff) | |
download | pkgsrc-90d40aa74f3e07079599539a0f9012b66d9c85be.tar.gz |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-bundler/Makefile | 6 | ||||
-rw-r--r-- | misc/ruby-bundler/PLIST | 6 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index e78f7c9bc8a..3bf1dfbbd4e 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/03/23 15:03:52 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/06/11 02:38:03 taca Exp $ -DISTNAME= bundler-1.0.10 +DISTNAME= bundler-1.0.15 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= http://gembundler.com/ COMMENT= Manage your application's dependencies LICENSE= mit -CONFLICTS+= ruby[1-9][0-9]-bundler-* +CONFLICTS+= ruby[1-9][0-9]-bundler-[0-9]* .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST index e94f80e241d..6b385e0acbc 100644 --- a/misc/ruby-bundler/PLIST +++ b/misc/ruby-bundler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/03/23 15:03:52 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/06/11 02:38:03 taca Exp $ bin/bundle ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -19,12 +19,15 @@ ${GEM_LIBDIR}/lib/bundler/deployment.rb ${GEM_LIBDIR}/lib/bundler/dsl.rb ${GEM_LIBDIR}/lib/bundler/environment.rb ${GEM_LIBDIR}/lib/bundler/gem_helper.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-benchmark +${GEM_LIBDIR}/lib/bundler/man/bundle-benchmark.txt ${GEM_LIBDIR}/lib/bundler/man/bundle-config ${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt ${GEM_LIBDIR}/lib/bundler/man/bundle-exec @@ -41,6 +44,7 @@ ${GEM_LIBDIR}/lib/bundler/man/gemfile.5.txt ${GEM_LIBDIR}/lib/bundler/remote_specification.rb ${GEM_LIBDIR}/lib/bundler/resolver.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 diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index 9b8501d105a..eff170a41ec 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/03/23 15:03:52 taca Exp $ +$NetBSD: distinfo,v 1.5 2011/06/11 02:38:03 taca Exp $ -SHA1 (bundler-1.0.10.gem) = d33e5c81a0c4724852165a3d501c2dbba838c68d -RMD160 (bundler-1.0.10.gem) = 4b265d21e168692c98667ae01499540e7145be6e -Size (bundler-1.0.10.gem) = 159744 bytes +SHA1 (bundler-1.0.15.gem) = a82410b2c06732aaa7bb66c84533500d472649a5 +RMD160 (bundler-1.0.15.gem) = f1eecbcfa34053dfd2df40cc64ff47023b0fa2df +Size (bundler-1.0.15.gem) = 164864 bytes |