diff options
author | taca <taca> | 2012-06-02 00:56:53 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-02 00:56:53 +0000 |
commit | 02f5644d9adf2f4cdc7fffc36fbb98957b49679d (patch) | |
tree | a4bc7bbdd8dcbddf34cf9b6e0afaf370797b6e28 /misc | |
parent | d0f079e4cbfdfda0112eee709061ba59c9dbb1ab (diff) | |
download | pkgsrc-02f5644d9adf2f4cdc7fffc36fbb98957b49679d.tar.gz |
Update ruby-bundler to 1.1.4
## 1.1.4 (May 27, 2012)
Bugfixes:
- Use `latest_release` in Capistrano and Vlad integration (#1264)
- Unknown exceptions now link to ISSUES for help instead of a new ticket
- When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
- Correct inline help for `clean --force` (@dougbarth, #1911)
- Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-bundler/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-bundler/PLIST | 3 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index 8dcf2f56d59..4e0426d9c71 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/04/29 14:07:13 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/06/02 00:56:53 taca Exp $ -DISTNAME= bundler-1.1.3 +DISTNAME= bundler-1.1.4 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST index e0633fc7c18..536bc15962c 100644 --- a/misc/ruby-bundler/PLIST +++ b/misc/ruby-bundler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/03/17 16:13:32 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/06/02 00:56:53 taca Exp $ bin/bundle ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -101,6 +101,7 @@ ${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 diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index b649c1d9405..cf1fe38f3ec 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/04/29 14:07:13 taca Exp $ +$NetBSD: distinfo,v 1.12 2012/06/02 00:56:53 taca Exp $ -SHA1 (bundler-1.1.3.gem) = 64e3aa4457e3d921d766e88b65265ff8b941b306 -RMD160 (bundler-1.1.3.gem) = 41a77605e9189461d0b4234195cd00fc19240dea -Size (bundler-1.1.3.gem) = 204288 bytes +SHA1 (bundler-1.1.4.gem) = f2ae398a13f07bc5ad0c76394a8a500754a822b5 +RMD160 (bundler-1.1.4.gem) = 867f294628f9bf26e8499f4120ab4dead66bda54 +Size (bundler-1.1.4.gem) = 202752 bytes |