Skip to content

Commit 5bda404

Browse files
committed
Preparing for 4.2.5.rc2 release
1 parent a2e0703 commit 5bda404

File tree

20 files changed

+83
-39
lines changed

20 files changed

+83
-39
lines changed

Gemfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,55 +14,55 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
actionmailer (4.2.5.rc1)
18-
actionpack (= 4.2.5.rc1)
19-
actionview (= 4.2.5.rc1)
20-
activejob (= 4.2.5.rc1)
17+
actionmailer (4.2.5.rc2)
18+
actionpack (= 4.2.5.rc2)
19+
actionview (= 4.2.5.rc2)
20+
activejob (= 4.2.5.rc2)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 1.0, >= 1.0.5)
23-
actionpack (4.2.5.rc1)
24-
actionview (= 4.2.5.rc1)
25-
activesupport (= 4.2.5.rc1)
23+
actionpack (4.2.5.rc2)
24+
actionview (= 4.2.5.rc2)
25+
activesupport (= 4.2.5.rc2)
2626
rack (~> 1.6)
2727
rack-test (~> 0.6.2)
2828
rails-dom-testing (~> 1.0, >= 1.0.5)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (4.2.5.rc1)
31-
activesupport (= 4.2.5.rc1)
30+
actionview (4.2.5.rc2)
31+
activesupport (= 4.2.5.rc2)
3232
builder (~> 3.1)
3333
erubis (~> 2.7.0)
3434
rails-dom-testing (~> 1.0, >= 1.0.5)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.2)
36-
activejob (4.2.5.rc1)
37-
activesupport (= 4.2.5.rc1)
36+
activejob (4.2.5.rc2)
37+
activesupport (= 4.2.5.rc2)
3838
globalid (>= 0.3.0)
39-
activemodel (4.2.5.rc1)
40-
activesupport (= 4.2.5.rc1)
39+
activemodel (4.2.5.rc2)
40+
activesupport (= 4.2.5.rc2)
4141
builder (~> 3.1)
42-
activerecord (4.2.5.rc1)
43-
activemodel (= 4.2.5.rc1)
44-
activesupport (= 4.2.5.rc1)
42+
activerecord (4.2.5.rc2)
43+
activemodel (= 4.2.5.rc2)
44+
activesupport (= 4.2.5.rc2)
4545
arel (~> 6.0)
46-
activesupport (4.2.5.rc1)
46+
activesupport (4.2.5.rc2)
4747
i18n (~> 0.7)
4848
json (~> 1.7, >= 1.7.7)
4949
minitest (~> 5.1)
5050
thread_safe (~> 0.3, >= 0.3.4)
5151
tzinfo (~> 1.1)
52-
rails (4.2.5.rc1)
53-
actionmailer (= 4.2.5.rc1)
54-
actionpack (= 4.2.5.rc1)
55-
actionview (= 4.2.5.rc1)
56-
activejob (= 4.2.5.rc1)
57-
activemodel (= 4.2.5.rc1)
58-
activerecord (= 4.2.5.rc1)
59-
activesupport (= 4.2.5.rc1)
52+
rails (4.2.5.rc2)
53+
actionmailer (= 4.2.5.rc2)
54+
actionpack (= 4.2.5.rc2)
55+
actionview (= 4.2.5.rc2)
56+
activejob (= 4.2.5.rc2)
57+
activemodel (= 4.2.5.rc2)
58+
activerecord (= 4.2.5.rc2)
59+
activesupport (= 4.2.5.rc2)
6060
bundler (>= 1.3.0, < 2.0)
61-
railties (= 4.2.5.rc1)
61+
railties (= 4.2.5.rc2)
6262
sprockets-rails
63-
railties (4.2.5.rc1)
64-
actionpack (= 4.2.5.rc1)
65-
activesupport (= 4.2.5.rc1)
63+
railties (4.2.5.rc2)
64+
actionpack (= 4.2.5.rc2)
65+
activesupport (= 4.2.5.rc2)
6666
rake (>= 0.8.7)
6767
thor (>= 0.18.1, < 2.0)
6868

RAILS_VERSION

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

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.5.rc2 (November 05, 2015) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.5.rc1 (October 30, 2015) ##
27

38
* No changes.

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 = 5
11-
PRE = "rc1"
11+
PRE = "rc2"
1212

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

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.5.rc2 (November 05, 2015) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.5.rc1 (October 30, 2015) ##
27

38
* `ActionController::TestCase` can teardown gracefully if an error is raised

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 = 5
11-
PRE = "rc1"
11+
PRE = "rc2"
1212

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

actionview/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Rails 4.2.5.rc2 (November 05, 2015) ##
2+
3+
* Fix `mail_to` when called with `nil` as argument.
4+
5+
*Rafael Mendonça França*
6+
7+
18
## Rails 4.2.5.rc1 (October 30, 2015) ##
29

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

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 = 5
11-
PRE = "rc1"
11+
PRE = "rc2"
1212

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

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.5.rc2 (November 05, 2015) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.5.rc1 (October 30, 2015) ##
27

38
* No changes.

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 = 5
11-
PRE = "rc1"
11+
PRE = "rc2"
1212

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

0 commit comments

Comments
 (0)