aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-16 13:00:33 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-16 13:00:33 -0300
commita96df04aac00fb2b7d91978c24741100230a50d4 (patch)
treee21bbdf73d88548e252e87b55bb8dc6f602517bd /activeresource
parent1900a56669ba1fc6776fe64534ff1f45104e343c (diff)
downloadrails-a96df04aac00fb2b7d91978c24741100230a50d4.tar.gz
rails-a96df04aac00fb2b7d91978c24741100230a50d4.tar.bz2
rails-a96df04aac00fb2b7d91978c24741100230a50d4.zip
Preparing for 3.2.14.rc2 release
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG.md7
-rw-r--r--activeresource/lib/active_resource/version.rb2
2 files changed, 7 insertions, 2 deletions
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index a4c97dc12c..7a07c70a49 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,4 +1,9 @@
-## Rails 3.2.14.rc1 (Jul 8, 2013) ##
+## Rails 3.2.14.rc2 (Jun 16, 2013) ##
+
+* No changes.
+
+
+## Rails 3.2.14.rc1 (Jul 12, 2013) ##
* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.
Backported from the now separate repo rails/activeresouce.
diff --git a/activeresource/lib/active_resource/version.rb b/activeresource/lib/active_resource/version.rb
index 6f0395bba1..0f7bf6034a 100644
--- a/activeresource/lib/active_resource/version.rb
+++ b/activeresource/lib/active_resource/version.rb
@@ -3,7 +3,7 @@ module ActiveResource
MAJOR = 3
MINOR = 2
TINY = 14
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end