diff options
author | taca <taca> | 2012-07-31 12:51:18 +0000 |
---|---|---|
committer | taca <taca> | 2012-07-31 12:51:18 +0000 |
commit | aa7661e896d2d46783e4c09c4e5d7bbcd0653a93 (patch) | |
tree | 83fc467b6a62a9389ae6900f3f905c57f437ef3b | |
parent | 865b71358171ed5e8f2c62ab9ff906244aaa400c (diff) | |
download | pkgsrc-aa7661e896d2d46783e4c09c4e5d7bbcd0653a93.tar.gz |
Update ruby-activesupport32 to 3.2.7.
## Rails 3.2.7 (unreleased)
* Hash#fetch(fetch) is not the same as doing hash[key]
* adds a missing require [fixes #6896]
* make sure the inflection rules are loaded when cherry-picking
active_support/core_ext/string/inflections.rb [fixes #6884]
* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
* bump AS deprecation_horizon to 4.0
-rw-r--r-- | devel/ruby-activesupport32/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-activesupport32/distinfo b/devel/ruby-activesupport32/distinfo index 8515623e19c..5c2768b1032 100644 --- a/devel/ruby-activesupport32/distinfo +++ b/devel/ruby-activesupport32/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/13 15:13:11 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/07/31 12:51:18 taca Exp $ -SHA1 (activesupport-3.2.6.gem) = 3fddc869df78160ec2e3b977bb1a982e7fb4d8fc -RMD160 (activesupport-3.2.6.gem) = ba7b630e0f563561906c0c2111b32c0913d3f532 -Size (activesupport-3.2.6.gem) = 314368 bytes +SHA1 (activesupport-3.2.7.gem) = 733554cdc1d3828a3c19eee77f6aa05aeb24b661 +RMD160 (activesupport-3.2.7.gem) = 92d63940e216948d62e20241c1b8ccf1b6ee8941 +Size (activesupport-3.2.7.gem) = 314880 bytes |