diff options
author | taca <taca> | 2013-09-11 13:26:01 +0000 |
---|---|---|
committer | taca <taca> | 2013-09-11 13:26:01 +0000 |
commit | 2485bd03f52bdf0b094f424d23c2a05d7c8f1413 (patch) | |
tree | 2b7adbee96a68db1fd29870e1cbc6c2d8c624ff1 | |
parent | 60b2ece2ae5ce5ddfc3e9516377acdae0a7f29d1 (diff) | |
download | pkgsrc-2485bd03f52bdf0b094f424d23c2a05d7c8f1413.tar.gz |
Update ruby-activesupport32 to 3.2.14.
## Rails 3.2.14 (Jul 22, 2013) ##
* Make `Time.at_with_coercion` retain the second fraction and return local
time. Fixes #11350
*Neer Friedman*, *Andrew White*
* Fix `ActiveSupport::TaggedLogging` incorrectly providing program name the
same as log message even when block is not provided.
*Carson Reinke*
* Override `Time.at` to support the passing of Time-like values when called
with a single argument.
*Andrew White*
* Revert the changes on unicode character encoding from
`ActiveSupport::JSON.encode`.
This was causing a regression where the resulting string is always returning
UTF-8.
Also it changes the behavior of this method on a stable release. Fixes
#9498.
*Rafael Mendona Frana*
* Fix `ActiveSupport::TimeZone.parse` when time is at a local DST jump. Fixes
#9678.
*Andrew White*
-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 81e866dd4cf..c9d6c27111c 100644 --- a/devel/ruby-activesupport32/distinfo +++ b/devel/ruby-activesupport32/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/03/19 16:09:00 taca Exp $ +$NetBSD: distinfo,v 1.12 2013/09/11 13:26:01 taca Exp $ -SHA1 (activesupport-3.2.13.gem) = cdf230b698b28ae1cffb325ecbb9e219645ed68b -RMD160 (activesupport-3.2.13.gem) = d2aa2c0369ac548b5b1264336141974bf2372d44 -Size (activesupport-3.2.13.gem) = 288768 bytes +SHA1 (activesupport-3.2.14.gem) = e221938399c9cb040ef9285f52b18bfa3e59b10a +RMD160 (activesupport-3.2.14.gem) = 96db7cb80e87b3ee26e93c4026e6533d2b6d7043 +Size (activesupport-3.2.14.gem) = 289792 bytes |