diff options
author | taca <taca> | 2011-12-15 15:40:14 +0000 |
---|---|---|
committer | taca <taca> | 2011-12-15 15:40:14 +0000 |
commit | c8854dfddeb1ddcb43cf2f78f61c747e27e6e33d (patch) | |
tree | 3316fabe8495e952bd6e412a6603dd33c1d32460 /misc/ruby-bundler/distinfo | |
parent | 028d076f7f9e7a11251cf49bb99eba78c8c0a4b1 (diff) | |
download | pkgsrc-c8854dfddeb1ddcb43cf2f78f61c747e27e6e33d.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/distinfo')
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |