From 6ac6daa43e1c5b7388f8fd69f8117eb7668887c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 25 Jun 2015 18:28:43 -0300 Subject: [PATCH] Preparing for 4.2.3 release --- RAILS_VERSION | 2 +- actionmailer/CHANGELOG.md | 2 +- actionmailer/lib/action_mailer/gem_version.rb | 2 +- actionpack/CHANGELOG.md | 2 +- actionpack/lib/action_pack/gem_version.rb | 2 +- actionview/CHANGELOG.md | 2 +- actionview/lib/action_view/gem_version.rb | 2 +- activejob/CHANGELOG.md | 2 +- activejob/lib/active_job/gem_version.rb | 2 +- activemodel/CHANGELOG.md | 2 +- activemodel/lib/active_model/gem_version.rb | 2 +- activerecord/CHANGELOG.md | 2 +- activerecord/lib/active_record/gem_version.rb | 2 +- activesupport/CHANGELOG.md | 2 +- activesupport/lib/active_support/gem_version.rb | 2 +- guides/CHANGELOG.md | 2 +- railties/CHANGELOG.md | 2 +- railties/lib/rails/gem_version.rb | 2 +- version.rb | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/RAILS_VERSION b/RAILS_VERSION index afe0b3797dad1..f2c6cb6af20f4 100644 --- a/RAILS_VERSION +++ b/RAILS_VERSION @@ -1 +1 @@ -4.2.3.rc1 +4.2.3 diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index f236ea7af54af..3467b09543f18 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * `assert_emails` in block form use the given number as expected value. This makes the error message much easier to understand. diff --git a/actionmailer/lib/action_mailer/gem_version.rb b/actionmailer/lib/action_mailer/gem_version.rb index 509563276198b..92ed805da96e3 100644 --- a/actionmailer/lib/action_mailer/gem_version.rb +++ b/actionmailer/lib/action_mailer/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index d6d5dca5a17b3..d9a38de41cee2 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * Fix rake routes not showing the right format when nesting multiple routes. diff --git a/actionpack/lib/action_pack/gem_version.rb b/actionpack/lib/action_pack/gem_version.rb index 31f316e392750..4ba660f33f622 100644 --- a/actionpack/lib/action_pack/gem_version.rb +++ b/actionpack/lib/action_pack/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 6f59c1734197a..400f31e4600df 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * `translate` should handle `raise` flag correctly in case of both main and default translation is missing. diff --git a/actionview/lib/action_view/gem_version.rb b/actionview/lib/action_view/gem_version.rb index 1ea3209bc190d..8c643d2b06f6d 100644 --- a/actionview/lib/action_view/gem_version.rb +++ b/actionview/lib/action_view/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index b2f63d1844b6d..90fb8aca0c633 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the given number as expected value. This makes the error message much easier to diff --git a/activejob/lib/active_job/gem_version.rb b/activejob/lib/active_job/gem_version.rb index 7b337b537952a..5550b415f3be8 100644 --- a/activejob/lib/active_job/gem_version.rb +++ b/activejob/lib/active_job/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 6de04565e58a4..694924290b861 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * No Changes * diff --git a/activemodel/lib/active_model/gem_version.rb b/activemodel/lib/active_model/gem_version.rb index c7303bcb6da56..6f9431af300ef 100644 --- a/activemodel/lib/active_model/gem_version.rb +++ b/activemodel/lib/active_model/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 6808f66978ae0..99b2378fc4ff3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * Let `WITH` queries (Common Table Expressions) be explainable. diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb index 48b2844c40e4e..8e40199164b1e 100644 --- a/activerecord/lib/active_record/gem_version.rb +++ b/activerecord/lib/active_record/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 8a0e31b5a763d..5ccc0594a48bf 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * Fix a range of values for parameters of the Time#change diff --git a/activesupport/lib/active_support/gem_version.rb b/activesupport/lib/active_support/gem_version.rb index 031e9c64c545d..89918f4c23eec 100644 --- a/activesupport/lib/active_support/gem_version.rb +++ b/activesupport/lib/active_support/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 03f94639255ee..ea62e489cd3e4 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * No Changes * diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 0b97616771885..b546ffebc341e 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 4.2.3 (June 22, 2015) ## +## Rails 4.2.3 (June 25, 2015) ## * `assert_file` understands paths with special characters (eg. `v0.1.4~alpha+nightly`). diff --git a/railties/lib/rails/gem_version.rb b/railties/lib/rails/gem_version.rb index 039f1843f5035..0caaff15bfeca 100644 --- a/railties/lib/rails/gem_version.rb +++ b/railties/lib/rails/gem_version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/version.rb b/version.rb index 039f1843f5035..0caaff15bfeca 100644 --- a/version.rb +++ b/version.rb @@ -8,7 +8,7 @@ module VERSION MAJOR = 4 MINOR = 2 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end