summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-15 15:40:14 +0000
committertaca <taca@pkgsrc.org>2011-12-15 15:40:14 +0000
commitdab22d867541e1be6655a77a62f168b24cd225f8 (patch)
tree3316fabe8495e952bd6e412a6603dd33c1d32460 /misc/ruby-bundler
parent852dcf9afc1ca0ba5e35c2bbc964a8791e03318c (diff)
downloadpkgsrc-dab22d867541e1be6655a77a62f168b24cd225f8.tar.gz
Update ruby-bundler pacakge to 1.0.21.
## 1.0.21 (September 30, 2011) - No changes from RC ## 1.0.21.rc (September 29, 2011) Bugfixes: - Load Psych unless Syck is defined, because 1.9.2 defines YAML ## 1.0.20 (September 27, 2011) Features: - Add platform :maglev (@timfel, #1444) Bugfixes: - Ensure YAML is required even if Psych is found - Handle directory names that contain invalid regex characters ## 1.0.20.rc (September 18, 2011) Features: - Rescue interrupts to `bundle` while loading bundler.rb (#1395) - Allow clearing without groups by passing `--without ''` (#1259) Bugfixes: - Manually sort requirements in the lockfile (#1375) - Remove several warnings generated by ruby -w (@stephencelis) - Handle trailing slashes on names passed to `gem` (#1372) - Name modules for gems like 'test-foo_bar' correctly (#1303) - Don't require Psych if Syck is already loaded (#1239) ## 1.0.19.rc (September 13, 2011) Features: - Compatability with Rubygems 1.8.10 installer changes - Report gem installation failures clearly (@rwilcox, #1380) - Useful error for cap and vlad on first deploy (@nexmat, @kirs) Bugfixes: - `exec` now works when the command contains 'exec' - Only touch lock after changes on Windows (@robertwahler, #1358) - Keep load paths when #setup is called multiple times (@radsaq, #1379)
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r--misc/ruby-bundler/Makefile4
-rw-r--r--misc/ruby-bundler/PLIST6
-rw-r--r--misc/ruby-bundler/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile
index d892915e500..b46e0c9a4cb 100644
--- a/misc/ruby-bundler/Makefile
+++ b/misc/ruby-bundler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/08/17 13:30:09 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/12/15 15:40:14 taca Exp $
-DISTNAME= bundler-1.0.18
+DISTNAME= bundler-1.0.21
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index 6963982bdd4..c20d03a0870 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2011/08/17 13:30:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/12/15 15:40:14 taca Exp $
bin/bundle
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/ISSUES.md
${GEM_LIBDIR}/LICENSE
@@ -19,6 +20,7 @@ ${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_installer.rb
${GEM_LIBDIR}/lib/bundler/gem_tasks.rb
${GEM_LIBDIR}/lib/bundler/graph.rb
${GEM_LIBDIR}/lib/bundler/index.rb
@@ -99,6 +101,7 @@ ${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/gem_helper_spec.rb
${GEM_LIBDIR}/spec/cache/gems_spec.rb
${GEM_LIBDIR}/spec/cache/git_spec.rb
${GEM_LIBDIR}/spec/cache/path_spec.rb
@@ -127,7 +130,6 @@ ${GEM_LIBDIR}/spec/other/config_spec.rb
${GEM_LIBDIR}/spec/other/console_spec.rb
${GEM_LIBDIR}/spec/other/exec_spec.rb
${GEM_LIBDIR}/spec/other/ext_spec.rb
-${GEM_LIBDIR}/spec/other/gem_helper_spec.rb
${GEM_LIBDIR}/spec/other/help_spec.rb
${GEM_LIBDIR}/spec/other/init_spec.rb
${GEM_LIBDIR}/spec/other/newgem_spec.rb
diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo
index ccb013c395f..7ca5af7dd19 100644
--- a/misc/ruby-bundler/distinfo
+++ b/misc/ruby-bundler/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/08/17 13:30:09 taca Exp $
+$NetBSD: distinfo,v 1.8 2011/12/15 15:40:14 taca Exp $
-SHA1 (bundler-1.0.18.gem) = a98b654e2c29c074acbdd55c200d0f36bfcff8f8
-RMD160 (bundler-1.0.18.gem) = 42e3a2462bb4f927c923d4e159da8ad2935877c9
-Size (bundler-1.0.18.gem) = 172544 bytes
+SHA1 (bundler-1.0.21.gem) = 33602885c02925acabe94d884b85043863c1e256
+RMD160 (bundler-1.0.21.gem) = 034a6cf800ce63abc915238a68eb74219b567887
+Size (bundler-1.0.21.gem) = 172544 bytes