Skip to content

Commit 912ae0b

Browse files
committed
Preparing for 5.0.1 release
1 parent 553271d commit 912ae0b

File tree

23 files changed

+91
-44
lines changed

23 files changed

+91
-44
lines changed

Gemfile.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,58 +24,58 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
actioncable (5.0.1.rc2)
28-
actionpack (= 5.0.1.rc2)
27+
actioncable (5.0.1)
28+
actionpack (= 5.0.1)
2929
nio4r (~> 1.2)
3030
websocket-driver (~> 0.6.1)
31-
actionmailer (5.0.1.rc2)
32-
actionpack (= 5.0.1.rc2)
33-
actionview (= 5.0.1.rc2)
34-
activejob (= 5.0.1.rc2)
31+
actionmailer (5.0.1)
32+
actionpack (= 5.0.1)
33+
actionview (= 5.0.1)
34+
activejob (= 5.0.1)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (5.0.1.rc2)
38-
actionview (= 5.0.1.rc2)
39-
activesupport (= 5.0.1.rc2)
37+
actionpack (5.0.1)
38+
actionview (= 5.0.1)
39+
activesupport (= 5.0.1)
4040
rack (~> 2.0)
4141
rack-test (~> 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.0.2)
44-
actionview (5.0.1.rc2)
45-
activesupport (= 5.0.1.rc2)
44+
actionview (5.0.1)
45+
activesupport (= 5.0.1)
4646
builder (~> 3.1)
4747
erubis (~> 2.7.0)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.0, >= 1.0.2)
50-
activejob (5.0.1.rc2)
51-
activesupport (= 5.0.1.rc2)
50+
activejob (5.0.1)
51+
activesupport (= 5.0.1)
5252
globalid (>= 0.3.6)
53-
activemodel (5.0.1.rc2)
54-
activesupport (= 5.0.1.rc2)
55-
activerecord (5.0.1.rc2)
56-
activemodel (= 5.0.1.rc2)
57-
activesupport (= 5.0.1.rc2)
53+
activemodel (5.0.1)
54+
activesupport (= 5.0.1)
55+
activerecord (5.0.1)
56+
activemodel (= 5.0.1)
57+
activesupport (= 5.0.1)
5858
arel (~> 7.0)
59-
activesupport (5.0.1.rc2)
59+
activesupport (5.0.1)
6060
concurrent-ruby (~> 1.0, >= 1.0.2)
6161
i18n (~> 0.7)
6262
minitest (~> 5.1)
6363
tzinfo (~> 1.1)
64-
rails (5.0.1.rc2)
65-
actioncable (= 5.0.1.rc2)
66-
actionmailer (= 5.0.1.rc2)
67-
actionpack (= 5.0.1.rc2)
68-
actionview (= 5.0.1.rc2)
69-
activejob (= 5.0.1.rc2)
70-
activemodel (= 5.0.1.rc2)
71-
activerecord (= 5.0.1.rc2)
72-
activesupport (= 5.0.1.rc2)
64+
rails (5.0.1)
65+
actioncable (= 5.0.1)
66+
actionmailer (= 5.0.1)
67+
actionpack (= 5.0.1)
68+
actionview (= 5.0.1)
69+
activejob (= 5.0.1)
70+
activemodel (= 5.0.1)
71+
activerecord (= 5.0.1)
72+
activesupport (= 5.0.1)
7373
bundler (>= 1.3.0, < 2.0)
74-
railties (= 5.0.1.rc2)
74+
railties (= 5.0.1)
7575
sprockets-rails (>= 2.0.0)
76-
railties (5.0.1.rc2)
77-
actionpack (= 5.0.1.rc2)
78-
activesupport (= 5.0.1.rc2)
76+
railties (5.0.1)
77+
actionpack (= 5.0.1)
78+
activesupport (= 5.0.1)
7979
method_source
8080
rake (>= 0.8.7)
8181
thor (>= 0.18.1, < 2.0)

RAILS_VERSION

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

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.1 (December 21, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.1.rc2 (December 10, 2016) ##
27

38
* No changes.

actioncable/lib/action_cable/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 = 5
99
MINOR = 0
1010
TINY = 1
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actioncable",
3-
"version": "5.0.1-rc2",
3+
"version": "5.0.1",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.1 (December 21, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.1.rc2 (December 10, 2016) ##
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 = 5
99
MINOR = 0
1010
TINY = 1
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.1 (December 21, 2016) ##
2+
13
* Restored correct `charset` behavior on `send_data` and `send_file`: while
24
they should pass along any supplied value, they should not add a default.
35

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 = 5
99
MINOR = 0
1010
TINY = 1
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.1 (December 21, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.1.rc2 (December 10, 2016) ##
27

38
* Restore support for locals named `_`, `arg`, `args`, and `block`.

0 commit comments

Comments
 (0)