提交 912ae0b3 编写于 作者: M Matthew Draper

Preparing for 5.0.1 release

上级 553271df
......@@ -24,58 +24,58 @@ GIT
PATH
remote: .
specs:
actioncable (5.0.1.rc2)
actionpack (= 5.0.1.rc2)
actioncable (5.0.1)
actionpack (= 5.0.1)
nio4r (~> 1.2)
websocket-driver (~> 0.6.1)
actionmailer (5.0.1.rc2)
actionpack (= 5.0.1.rc2)
actionview (= 5.0.1.rc2)
activejob (= 5.0.1.rc2)
actionmailer (5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.1.rc2)
actionview (= 5.0.1.rc2)
activesupport (= 5.0.1.rc2)
actionpack (5.0.1)
actionview (= 5.0.1)
activesupport (= 5.0.1)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.1.rc2)
activesupport (= 5.0.1.rc2)
actionview (5.0.1)
activesupport (= 5.0.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (5.0.1.rc2)
activesupport (= 5.0.1.rc2)
activejob (5.0.1)
activesupport (= 5.0.1)
globalid (>= 0.3.6)
activemodel (5.0.1.rc2)
activesupport (= 5.0.1.rc2)
activerecord (5.0.1.rc2)
activemodel (= 5.0.1.rc2)
activesupport (= 5.0.1.rc2)
activemodel (5.0.1)
activesupport (= 5.0.1)
activerecord (5.0.1)
activemodel (= 5.0.1)
activesupport (= 5.0.1)
arel (~> 7.0)
activesupport (5.0.1.rc2)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
rails (5.0.1.rc2)
actioncable (= 5.0.1.rc2)
actionmailer (= 5.0.1.rc2)
actionpack (= 5.0.1.rc2)
actionview (= 5.0.1.rc2)
activejob (= 5.0.1.rc2)
activemodel (= 5.0.1.rc2)
activerecord (= 5.0.1.rc2)
activesupport (= 5.0.1.rc2)
rails (5.0.1)
actioncable (= 5.0.1)
actionmailer (= 5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
activemodel (= 5.0.1)
activerecord (= 5.0.1)
activesupport (= 5.0.1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1.rc2)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
railties (5.0.1.rc2)
actionpack (= 5.0.1.rc2)
activesupport (= 5.0.1.rc2)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "actioncable",
"version": "5.0.1-rc2",
"version": "5.0.1",
"description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js",
"files": [
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* Restored correct `charset` behavior on `send_data` and `send_file`: while
they should pass along any supplied value, they should not add a default.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* Restore support for locals named `_`, `arg`, `args`, and `block`.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* Correct resolution of associated class in `has_many :through`
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册