Skip to content

Commit

Permalink
Preparing for 4.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 12, 2015
1 parent 739112e commit 73521d5
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 89 deletions.
58 changes: 29 additions & 29 deletions Gemfile.lock
Expand Up @@ -14,55 +14,55 @@ GIT
PATH
remote: .
specs:
actionmailer (4.2.5.rc2)
actionpack (= 4.2.5.rc2)
actionview (= 4.2.5.rc2)
activejob (= 4.2.5.rc2)
actionmailer (4.2.5)
actionpack (= 4.2.5)
actionview (= 4.2.5)
activejob (= 4.2.5)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5.rc2)
actionview (= 4.2.5.rc2)
activesupport (= 4.2.5.rc2)
actionpack (4.2.5)
actionview (= 4.2.5)
activesupport (= 4.2.5)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.rc2)
activesupport (= 4.2.5.rc2)
actionview (4.2.5)
activesupport (= 4.2.5)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5.rc2)
activesupport (= 4.2.5.rc2)
activejob (4.2.5)
activesupport (= 4.2.5)
globalid (>= 0.3.0)
activemodel (4.2.5.rc2)
activesupport (= 4.2.5.rc2)
activemodel (4.2.5)
activesupport (= 4.2.5)
builder (~> 3.1)
activerecord (4.2.5.rc2)
activemodel (= 4.2.5.rc2)
activesupport (= 4.2.5.rc2)
activerecord (4.2.5)
activemodel (= 4.2.5)
activesupport (= 4.2.5)
arel (~> 6.0)
activesupport (4.2.5.rc2)
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
rails (4.2.5.rc2)
actionmailer (= 4.2.5.rc2)
actionpack (= 4.2.5.rc2)
actionview (= 4.2.5.rc2)
activejob (= 4.2.5.rc2)
activemodel (= 4.2.5.rc2)
activerecord (= 4.2.5.rc2)
activesupport (= 4.2.5.rc2)
rails (4.2.5)
actionmailer (= 4.2.5)
actionpack (= 4.2.5)
actionview (= 4.2.5)
activejob (= 4.2.5)
activemodel (= 4.2.5)
activerecord (= 4.2.5)
activesupport (= 4.2.5)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.5.rc2)
railties (= 4.2.5)
sprockets-rails
railties (4.2.5.rc2)
actionpack (= 4.2.5.rc2)
activesupport (= 4.2.5.rc2)
railties (4.2.5)
actionpack (= 4.2.5)
activesupport (= 4.2.5)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)

Expand Down
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
4.2.5.rc2
4.2.5
7 changes: 1 addition & 6 deletions actionmailer/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
7 changes: 1 addition & 6 deletions actionpack/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* `ActionController::TestCase` can teardown gracefully if an error is raised
early in the `setup` chain.
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 1 addition & 4 deletions actionview/CHANGELOG.md
@@ -1,12 +1,9 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* Fix `mail_to` when called with `nil` as argument.

*Rafael Mendonça França*


## Rails 4.2.5.rc1 (October 30, 2015) ##

* `url_for` does not modify its arguments when generating polymorphic URLs.

*Bernerd Schaefer*
Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
8 changes: 2 additions & 6 deletions activejob/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* No changes.

Expand All @@ -17,6 +12,7 @@

*Johannes Opper*


## Rails 4.2.3 (June 25, 2015) ##

* `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
7 changes: 1 addition & 6 deletions activemodel/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 1 addition & 4 deletions activerecord/CHANGELOG.md
@@ -1,12 +1,9 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* No longer pass deprecated option `-i` to `pg_dump`.

*Paul Sadauskas*


## Rails 4.2.5.rc1 (October 30, 2015) ##

* Set `scope.reordering_value` to `true` if :reordering values are specified.

Fixes #21886.
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
7 changes: 1 addition & 6 deletions activesupport/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* Fix `TimeWithZone#eql?` to properly handle `TimeWithZone` created from `DateTime`:
twz = DateTime.now.in_time_zone
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
7 changes: 1 addition & 6 deletions guides/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* No changes.

Expand Down
7 changes: 1 addition & 6 deletions railties/CHANGELOG.md
@@ -1,9 +1,4 @@
## Rails 4.2.5.rc2 (November 05, 2015) ##

* No changes.


## Rails 4.2.5.rc1 (October 30, 2015) ##
## Rails 4.2.5 (November 12, 2015) ##

* Fix displaying mailer previews on non local requests when config
`action_mailer.show_previews` is set
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 2
TINY = 5
PRE = "rc2"
PRE = nil

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

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

0 comments on commit 73521d5

Please sign in to comment.