From 38ed1f4be114b77bd2004792b9583552a30921a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 1 Mar 2017 18:10:32 -0500 Subject: [PATCH] Preparing for 5.0.2 release --- Gemfile.lock | 64 +++++++++---------- RAILS_VERSION | 2 +- actioncable/CHANGELOG.md | 2 +- actioncable/lib/action_cable/gem_version.rb | 2 +- actioncable/package.json | 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 +- .../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 +- 23 files changed, 54 insertions(+), 54 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce09bcedb3..6dd68b44ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,58 +17,58 @@ GIT PATH remote: . specs: - actioncable (5.0.2.rc1) - actionpack (= 5.0.2.rc1) + actioncable (5.0.2) + actionpack (= 5.0.2) nio4r (>= 1.2, < 3.0) websocket-driver (~> 0.6.1) - actionmailer (5.0.2.rc1) - actionpack (= 5.0.2.rc1) - actionview (= 5.0.2.rc1) - activejob (= 5.0.2.rc1) + actionmailer (5.0.2) + actionpack (= 5.0.2) + actionview (= 5.0.2) + activejob (= 5.0.2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.0.2.rc1) - actionview (= 5.0.2.rc1) - activesupport (= 5.0.2.rc1) + actionpack (5.0.2) + actionview (= 5.0.2) + activesupport (= 5.0.2) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.2.rc1) - activesupport (= 5.0.2.rc1) + actionview (5.0.2) + activesupport (= 5.0.2) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.0.2.rc1) - activesupport (= 5.0.2.rc1) + activejob (5.0.2) + activesupport (= 5.0.2) globalid (>= 0.3.6) - activemodel (5.0.2.rc1) - activesupport (= 5.0.2.rc1) - activerecord (5.0.2.rc1) - activemodel (= 5.0.2.rc1) - activesupport (= 5.0.2.rc1) + activemodel (5.0.2) + activesupport (= 5.0.2) + activerecord (5.0.2) + activemodel (= 5.0.2) + activesupport (= 5.0.2) arel (~> 7.0) - activesupport (5.0.2.rc1) + activesupport (5.0.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - rails (5.0.2.rc1) - actioncable (= 5.0.2.rc1) - actionmailer (= 5.0.2.rc1) - actionpack (= 5.0.2.rc1) - actionview (= 5.0.2.rc1) - activejob (= 5.0.2.rc1) - activemodel (= 5.0.2.rc1) - activerecord (= 5.0.2.rc1) - activesupport (= 5.0.2.rc1) + rails (5.0.2) + actioncable (= 5.0.2) + actionmailer (= 5.0.2) + actionpack (= 5.0.2) + actionview (= 5.0.2) + activejob (= 5.0.2) + activemodel (= 5.0.2) + activerecord (= 5.0.2) + activesupport (= 5.0.2) bundler (>= 1.3.0, < 2.0) - railties (= 5.0.2.rc1) + railties (= 5.0.2) sprockets-rails (>= 2.0.0) - railties (5.0.2.rc1) - actionpack (= 5.0.2.rc1) - activesupport (= 5.0.2.rc1) + railties (5.0.2) + actionpack (= 5.0.2) + activesupport (= 5.0.2) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) diff --git a/RAILS_VERSION b/RAILS_VERSION index 963eea3a80..a1ef0cae18 100644 --- a/RAILS_VERSION +++ b/RAILS_VERSION @@ -1 +1 @@ -5.0.2.rc1 +5.0.2 diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index ad0d19d4f6..1192cf33b9 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * No changes. diff --git a/actioncable/lib/action_cable/gem_version.rb b/actioncable/lib/action_cable/gem_version.rb index 1d7a091005..308a2c0407 100644 --- a/actioncable/lib/action_cable/gem_version.rb +++ b/actioncable/lib/action_cable/gem_version.rb @@ -8,7 +8,7 @@ module ActionCable MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actioncable/package.json b/actioncable/package.json index 5115bc946a..da7f0a1d08 100644 --- a/actioncable/package.json +++ b/actioncable/package.json @@ -1,6 +1,6 @@ { "name": "actioncable", - "version": "5.0.2-rc1", + "version": "5.0.2", "description": "WebSocket framework for Ruby on Rails.", "main": "lib/assets/compiled/action_cable.js", "files": [ diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 24b4827f08..572a012cff 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * No changes. diff --git a/actionmailer/lib/action_mailer/gem_version.rb b/actionmailer/lib/action_mailer/gem_version.rb index 1c8d3a7d78..a6b53685ed 100644 --- a/actionmailer/lib/action_mailer/gem_version.rb +++ b/actionmailer/lib/action_mailer/gem_version.rb @@ -8,7 +8,7 @@ module ActionMailer MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index ae86dc21da..2d0612a56b 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * Make `with_routing` test helper work when testing controllers inheriting from `ActionController::API`. diff --git a/actionpack/lib/action_pack/gem_version.rb b/actionpack/lib/action_pack/gem_version.rb index 3279657376..210ae01af9 100644 --- a/actionpack/lib/action_pack/gem_version.rb +++ b/actionpack/lib/action_pack/gem_version.rb @@ -8,7 +8,7 @@ module ActionPack MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 49a455376f..62d41cbd32 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * Allow render locals to be assigned to instance variables in a view. diff --git a/actionview/lib/action_view/gem_version.rb b/actionview/lib/action_view/gem_version.rb index 0f70116d3c..6ba64c8a6d 100644 --- a/actionview/lib/action_view/gem_version.rb +++ b/actionview/lib/action_view/gem_version.rb @@ -8,7 +8,7 @@ module ActionView MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 5c4065c8ad..dca910393c 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * No changes. diff --git a/activejob/lib/active_job/gem_version.rb b/activejob/lib/active_job/gem_version.rb index 9fe3676df2..346a23d7d8 100644 --- a/activejob/lib/active_job/gem_version.rb +++ b/activejob/lib/active_job/gem_version.rb @@ -8,7 +8,7 @@ module ActiveJob MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index b97c456c70..08bee65e46 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * No changes. diff --git a/activemodel/lib/active_model/gem_version.rb b/activemodel/lib/active_model/gem_version.rb index 8c021a3acc..b72d005071 100644 --- a/activemodel/lib/active_model/gem_version.rb +++ b/activemodel/lib/active_model/gem_version.rb @@ -8,7 +8,7 @@ module ActiveModel MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4208c0cb06..0f80f399ae 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * Fix `wait_timeout` to configurable for mysql2 adapter. diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb index 5d7fc9cf07..c7bf68b07e 100644 --- a/activerecord/lib/active_record/gem_version.rb +++ b/activerecord/lib/active_record/gem_version.rb @@ -8,7 +8,7 @@ module ActiveRecord MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index ebc32048fb..2d5a33fbed 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * In Core Extensions, make `MarshalWithAutoloading#load` pass through the second, optional argument for `Marshal#load( source [, proc] )`. This way we don't have to do diff --git a/activesupport/lib/active_support/gem_version.rb b/activesupport/lib/active_support/gem_version.rb index e0e2b2bdae..9294529cce 100644 --- a/activesupport/lib/active_support/gem_version.rb +++ b/activesupport/lib/active_support/gem_version.rb @@ -8,7 +8,7 @@ module ActiveSupport MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index c98d063351..dc7734e08e 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * No changes. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index f143d0fee1..c85b45d648 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 5.0.2.rc1 (February 24, 2017) ## +## Rails 5.0.2 (March 01, 2017) ## * Fix running multiple tests in one `rake` command diff --git a/railties/lib/rails/gem_version.rb b/railties/lib/rails/gem_version.rb index b5526218ee..562cec4af4 100644 --- a/railties/lib/rails/gem_version.rb +++ b/railties/lib/rails/gem_version.rb @@ -8,7 +8,7 @@ module Rails MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/version.rb b/version.rb index b5526218ee..562cec4af4 100644 --- a/version.rb +++ b/version.rb @@ -8,7 +8,7 @@ module Rails MAJOR = 5 MINOR = 0 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end