Skip to content

Commit 82be3fe

Browse files
committed
Preparing for 5.0.1.rc1 release
1 parent bc16ce8 commit 82be3fe

File tree

23 files changed

+82
-56
lines changed

23 files changed

+82
-56
lines changed

Gemfile.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -24,58 +24,58 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
actioncable (5.0.0.1)
28-
actionpack (= 5.0.0.1)
27+
actioncable (5.0.1.rc1)
28+
actionpack (= 5.0.1.rc1)
2929
nio4r (~> 1.2)
3030
websocket-driver (~> 0.6.1)
31-
actionmailer (5.0.0.1)
32-
actionpack (= 5.0.0.1)
33-
actionview (= 5.0.0.1)
34-
activejob (= 5.0.0.1)
31+
actionmailer (5.0.1.rc1)
32+
actionpack (= 5.0.1.rc1)
33+
actionview (= 5.0.1.rc1)
34+
activejob (= 5.0.1.rc1)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (5.0.0.1)
38-
actionview (= 5.0.0.1)
39-
activesupport (= 5.0.0.1)
37+
actionpack (5.0.1.rc1)
38+
actionview (= 5.0.1.rc1)
39+
activesupport (= 5.0.1.rc1)
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.0.1)
45-
activesupport (= 5.0.0.1)
44+
actionview (5.0.1.rc1)
45+
activesupport (= 5.0.1.rc1)
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.0.1)
51-
activesupport (= 5.0.0.1)
50+
activejob (5.0.1.rc1)
51+
activesupport (= 5.0.1.rc1)
5252
globalid (>= 0.3.6)
53-
activemodel (5.0.0.1)
54-
activesupport (= 5.0.0.1)
55-
activerecord (5.0.0.1)
56-
activemodel (= 5.0.0.1)
57-
activesupport (= 5.0.0.1)
53+
activemodel (5.0.1.rc1)
54+
activesupport (= 5.0.1.rc1)
55+
activerecord (5.0.1.rc1)
56+
activemodel (= 5.0.1.rc1)
57+
activesupport (= 5.0.1.rc1)
5858
arel (~> 7.0)
59-
activesupport (5.0.0.1)
59+
activesupport (5.0.1.rc1)
6060
concurrent-ruby (~> 1.0, >= 1.0.2)
6161
i18n (~> 0.7)
6262
minitest (~> 5.1)
6363
tzinfo (~> 1.1)
64-
rails (5.0.0.1)
65-
actioncable (= 5.0.0.1)
66-
actionmailer (= 5.0.0.1)
67-
actionpack (= 5.0.0.1)
68-
actionview (= 5.0.0.1)
69-
activejob (= 5.0.0.1)
70-
activemodel (= 5.0.0.1)
71-
activerecord (= 5.0.0.1)
72-
activesupport (= 5.0.0.1)
64+
rails (5.0.1.rc1)
65+
actioncable (= 5.0.1.rc1)
66+
actionmailer (= 5.0.1.rc1)
67+
actionpack (= 5.0.1.rc1)
68+
actionview (= 5.0.1.rc1)
69+
activejob (= 5.0.1.rc1)
70+
activemodel (= 5.0.1.rc1)
71+
activerecord (= 5.0.1.rc1)
72+
activesupport (= 5.0.1.rc1)
7373
bundler (>= 1.3.0, < 2.0)
74-
railties (= 5.0.0.1)
74+
railties (= 5.0.1.rc1)
7575
sprockets-rails (>= 2.0.0)
76-
railties (5.0.0.1)
77-
actionpack (= 5.0.0.1)
78-
activesupport (= 5.0.0.1)
76+
railties (5.0.1.rc1)
77+
actionpack (= 5.0.1.rc1)
78+
activesupport (= 5.0.1.rc1)
7979
method_source
8080
rake (>= 0.8.7)
8181
thor (>= 0.18.1, < 2.0)
@@ -85,7 +85,7 @@ GEM
8585
specs:
8686
addressable (2.4.0)
8787
amq-protocol (2.0.1)
88-
arel (7.1.2)
88+
arel (7.1.4)
8989
backburner (1.3.0)
9090
beaneater (~> 1.0)
9191
dante (> 0.1.5)
@@ -379,4 +379,4 @@ DEPENDENCIES
379379
wdm (>= 0.1.0)
380380

381381
BUNDLED WITH
382-
1.13.3
382+
1.13.6

RAILS_VERSION

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

actioncable/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.rc1 (December 01, 2016) ##
2+
13
* Permit same-origin connections by default.
24

35
New option `config.action_cable.allow_same_origin_as_host = false`

actioncable/lib/action_cable/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 0
11-
PRE = "1"
10+
TINY = 1
11+
PRE = "rc1"
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.0-1",
3+
"version": "5.0.1-rc1",
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.rc1 (December 01, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.0 (June 30, 2016) ##
27

38
* Exception handling: use `rescue_from` to handle exceptions raised by

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 0
11-
PRE = "1"
10+
TINY = 1
11+
PRE = "rc1"
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.rc1 (December 01, 2016) ##
2+
13
* Fixed error caused by `force_ssl_redirect` when `session_store` is
24
enabled.
35

actionpack/lib/action_pack/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 0
11-
PRE = "1"
10+
TINY = 1
11+
PRE = "rc1"
1212

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

actionview/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.rc1 (December 01, 2016) ##
2+
13
* Fix support to `ActionController::Parameters` in `button_to`.
24

35
*Jon Moss*

0 commit comments

Comments
 (0)