aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-22 20:24:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-22 20:24:09 -0300
commit2b3ce8627b6b4a401a2e869b22e51cc88d52c49b (patch)
tree7205ec41e28059371d2a9c874ce0ceab7f57498d /activesupport
parentd8353073d1d00ace843eb5e402ebc7fdb2d7c342 (diff)
parentc69ccea6f291fd3dd18d20597abf268bcc1233cf (diff)
downloadrails-2b3ce8627b6b4a401a2e869b22e51cc88d52c49b.tar.gz
rails-2b3ce8627b6b4a401a2e869b22e51cc88d52c49b.tar.bz2
rails-2b3ce8627b6b4a401a2e869b22e51cc88d52c49b.zip
Merge branch '3-2-14' into 3-2-stable
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
-rw-r--r--activesupport/lib/active_support/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 4753977eaa..d7c5732c11 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
-## unreleased ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* Make `Time.at_with_coercion` retain the second fraction and return local time.
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index 03b1e511d9..8b9d3bcdca 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -2,7 +2,7 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 13
+ TINY = 14
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')