Update ruby-activesupport32 to 3.2.13.
## Rails 3.2.13 (Feb 17, 2013) ## * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* * Remove surrogate unicode character encoding from ActiveSupport::JSON.encode The encoding scheme was broken for unicode characters outside the basic multilingual plane; since json is assumed to be UTF-8, and we already force the encoding to UTF-8 simply pass through the un-encoded characters. *Brett Carter* * Fix mocha v0.13.0 compatibility. *James Mead* * `#as_json` isolates options when encoding a hash. [Backport #8185] Fix #8182 *Yves Senn* * Handle the possible Permission Denied errors atomic.rb might trigger due to its chown and chmod calls. [Backport #8027] *Daniele Sluijters*
This commit is contained in:
parent
b1e24b17b6
commit
95c93bba6d
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2013/02/12 14:28:59 taca Exp $
|
||||
$NetBSD: distinfo,v 1.11 2013/03/19 16:09:00 taca Exp $
|
||||
|
||||
SHA1 (activesupport-3.2.12.gem) = c9e44eed288140f556e6543b93fc45f8dd57a415
|
||||
RMD160 (activesupport-3.2.12.gem) = be213d559709b91293587ec6819477cffaa9261a
|
||||
Size (activesupport-3.2.12.gem) = 287744 bytes
|
||||
SHA1 (activesupport-3.2.13.gem) = cdf230b698b28ae1cffb325ecbb9e219645ed68b
|
||||
RMD160 (activesupport-3.2.13.gem) = d2aa2c0369ac548b5b1264336141974bf2372d44
|
||||
Size (activesupport-3.2.13.gem) = 288768 bytes
|
||||
|
|
Loading…
Reference in a new issue