Skip to content

Commit a96df04

Browse files
committed
Preparing for 3.2.14.rc2 release
1 parent 1900a56 commit a96df04

File tree

16 files changed

+47
-17
lines changed

16 files changed

+47
-17
lines changed

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.14.rc1
1+
3.2.14.rc2

actionmailer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2+
3+
* No changes.
4+
5+
6+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
27

38
* No changes.
49

actionmailer/lib/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

actionpack/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2+
3+
* No changes.
4+
5+
6+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
27

38
* Merge `:action` from routing scope and assign endpoint if both `:controller`
49
and `:action` are present. The endpoint assignment only occurs if there is

actionpack/lib/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activemodel/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2+
3+
* No changes.
4+
5+
6+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
27

38
* No changes.
49

activemodel/lib/active_model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activerecord/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.14.rc2 (unreleased) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
22

33
* Do not re-create destroyed association when saving the parent object.
44

@@ -7,7 +7,7 @@
77
*Paul Nikitochkin*
88

99

10-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
10+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
1111

1212
* Do not shallow the original exception in `exec_cache` on PostgreSQL adapter.
1313

activerecord/lib/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activeresource/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2+
3+
* No changes.
4+
5+
6+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
27

38
* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.
49
Backported from the now separate repo rails/activeresouce.

activeresource/lib/active_resource/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activesupport/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2+
3+
* No changes.
4+
5+
6+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
27

38
* Make `Time.at_with_coercion` retain the second fraction and return local time.
49

activesupport/lib/active_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

railties/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
1+
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2+
3+
* No changes.
4+
5+
6+
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
27

38
* Fix bugs that crashed `rake test:benchmark`, `rails profiler` and
49
`rails benchmarker`.

railties/lib/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 14
6-
PRE = "rc1"
6+
PRE = "rc2"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

0 commit comments

Comments
 (0)