Skip to content

Commit

Permalink
Preparing for 4.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 24, 2015
1 parent 109b375 commit dac822e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
4.2.4.rc1 4.2.4
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* No Changes * * No Changes *


Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* ActionController::TestSession now accepts a default value as well as * ActionController::TestSession now accepts a default value as well as
a block for generating a default value based off the key provided. a block for generating a default value based off the key provided.
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion actionview/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* No Changes * * No Changes *


Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion activejob/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* Include I18n.locale into job serialization/deserialization and use it around * Include I18n.locale into job serialization/deserialization and use it around
`perform`. `perform`.
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* No Changes * * No Changes *


Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* Skip statement cache on through association reader. * Skip statement cache on through association reader.


Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* Fix a `SystemStackError` when encoding an `Enumerable` with `json` gem and * Fix a `SystemStackError` when encoding an `Enumerable` with `json` gem and
with the Active Support JSON encoder loaded. with the Active Support JSON encoder loaded.
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion guides/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* No Changes * * No Changes *


Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 4.2.4 (August 14, 2015) ## ## Rails 4.2.4 (August 24, 2015) ##


* Fix STATS_DIRECTORIES already defined warning when running rake from within * Fix STATS_DIRECTORIES already defined warning when running rake from within
the top level directory of an engine that has a test app. the top level directory of an engine that has a test app.
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/gem_version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 4 TINY = 4
PRE = "rc1" PRE = nil


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

0 comments on commit dac822e

Please sign in to comment.