Skip to content

Commit 6ac6daa

Browse files
committed
Preparing for 4.2.3 release
1 parent 496bbfe commit 6ac6daa

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

RAILS_VERSION

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

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.2.3 (June 22, 2015) ##
1+
## Rails 4.2.3 (June 25, 2015) ##
22

33
* `assert_emails` in block form use the given number as expected value.
44
This makes the error message much easier to understand.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 4
99
MINOR = 2
1010
TINY = 3
11-
PRE = "rc1"
11+
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.2.3 (June 22, 2015) ##
1+
## Rails 4.2.3 (June 25, 2015) ##
22

33
* Fix rake routes not showing the right format when
44
nesting multiple routes.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 4
99
MINOR = 2
1010
TINY = 3
11-
PRE = "rc1"
11+
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

actionview/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.2.3 (June 22, 2015) ##
1+
## Rails 4.2.3 (June 25, 2015) ##
22

33
* `translate` should handle `raise` flag correctly in case of both main and default
44
translation is missing.

actionview/lib/action_view/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 4
99
MINOR = 2
1010
TINY = 3
11-
PRE = "rc1"
11+
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

activejob/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.2.3 (June 22, 2015) ##
1+
## Rails 4.2.3 (June 25, 2015) ##
22

33
* `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
44
given number as expected value. This makes the error message much easier to

activejob/lib/active_job/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 4
99
MINOR = 2
1010
TINY = 3
11-
PRE = "rc1"
11+
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.2.3 (June 22, 2015) ##
1+
## Rails 4.2.3 (June 25, 2015) ##
22

33
* No Changes *
44

0 commit comments

Comments
 (0)