summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler
diff options
context:
space:
mode:
authortaca <taca>2011-03-23 15:03:52 +0000
committertaca <taca>2011-03-23 15:03:52 +0000
commit36a22d765d6a8b3363114bc95501da9c3951838e (patch)
treed9496756ebb4f811ecd5af9b7b840a499538d260 /misc/ruby-bundler
parent224edca9670ae3faf5f863d8036cb753782256c0 (diff)
downloadpkgsrc-36a22d765d6a8b3363114bc95501da9c3951838e.tar.gz
Update misc/ruby-bundler package to 1.0.10.
## 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 ## 1.0.9 (January 19, 2011) Bugfixes: - Fix a bug where Bundler.require could remove gems from the load path. In Rails apps with a default application.rb, this removed all gems in groups other than :default and Rails.env. ## 1.0.8 (January 18, 2011) Features: - Allow overriding gemspec() deps with :git deps - Add --local option to `bundle update` - Ignore Gemfile.lock in newly generated gems - Use `less` as help pager instead of `more` - Run `bundle exec rake` instead of `rake` in Capistrano tasks Bugfixes: - Fix --no-cache option for `bundle install` - Allow Vlad deploys to work without Capistrano gem installed - Fix group arguments to `bundle console` - Allow groups to be loaded even if other groups were loaded - Evaluate gemspec() gemspecs in their directory not the cwd - Count on Rake to chdir to the right place in GemHelper - Change Pathnames to Strings for MacRuby - Check git process exit status correctly - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r--misc/ruby-bundler/Makefile4
-rw-r--r--misc/ruby-bundler/PLIST4
-rw-r--r--misc/ruby-bundler/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile
index 3da51877b62..e78f7c9bc8a 100644
--- a/misc/ruby-bundler/Makefile
+++ b/misc/ruby-bundler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/12/04 04:10:55 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/03/23 15:03:52 taca Exp $
-DISTNAME= bundler-1.0.7
+DISTNAME= bundler-1.0.10
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST
index 8f9f3acf584..e94f80e241d 100644
--- a/misc/ruby-bundler/PLIST
+++ b/misc/ruby-bundler/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:10:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/03/23 15:03:52 taca Exp $
bin/bundle
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
@@ -145,7 +145,7 @@ ${GEM_LIBDIR}/spec/support/path.rb
${GEM_LIBDIR}/spec/support/platforms.rb
${GEM_LIBDIR}/spec/support/ruby_ext.rb
${GEM_LIBDIR}/spec/support/rubygems_ext.rb
-${GEM_LIBDIR}/spec/support/rubygems_hax/rubygems_plugin.rb
+${GEM_LIBDIR}/spec/support/rubygems_hax/platform.rb
${GEM_LIBDIR}/spec/support/sudo.rb
${GEM_LIBDIR}/spec/update/gems_spec.rb
${GEM_LIBDIR}/spec/update/git_spec.rb
diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo
index adbf2c99fda..9b8501d105a 100644
--- a/misc/ruby-bundler/distinfo
+++ b/misc/ruby-bundler/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/12/04 04:10:55 taca Exp $
+$NetBSD: distinfo,v 1.4 2011/03/23 15:03:52 taca Exp $
-SHA1 (bundler-1.0.7.gem) = 2a63a89878c6e68c54ae103ddf3cc5d34ddc1655
-RMD160 (bundler-1.0.7.gem) = 9c3cdcba13004bddfe8a6f293ca6eba60b12c966
-Size (bundler-1.0.7.gem) = 158208 bytes
+SHA1 (bundler-1.0.10.gem) = d33e5c81a0c4724852165a3d501c2dbba838c68d
+RMD160 (bundler-1.0.10.gem) = 4b265d21e168692c98667ae01499540e7145be6e
+Size (bundler-1.0.10.gem) = 159744 bytes