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 Mendon«®a Fran«®a* * Fix `ActiveSupport::TimeZone.parse` when time is at a local DST jump. Fixes #9678. *Andrew White*
This commit is contained in:
parent
9d46b476a0
commit
a4845a2c1d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue