Preparing for 5.0.2.rc1 release

上级 696f1766
......@@ -17,58 +17,58 @@ GIT
PATH
remote: .
specs:
actioncable (5.0.1)
actionpack (= 5.0.1)
actioncable (5.0.2.rc1)
actionpack (= 5.0.2.rc1)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
actionmailer (5.0.2.rc1)
actionpack (= 5.0.2.rc1)
actionview (= 5.0.2.rc1)
activejob (= 5.0.2.rc1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.1)
actionview (= 5.0.1)
activesupport (= 5.0.1)
actionpack (5.0.2.rc1)
actionview (= 5.0.2.rc1)
activesupport (= 5.0.2.rc1)
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)
activesupport (= 5.0.1)
actionview (5.0.2.rc1)
activesupport (= 5.0.2.rc1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.1)
activesupport (= 5.0.1)
activejob (5.0.2.rc1)
activesupport (= 5.0.2.rc1)
globalid (>= 0.3.6)
activemodel (5.0.1)
activesupport (= 5.0.1)
activerecord (5.0.1)
activemodel (= 5.0.1)
activesupport (= 5.0.1)
activemodel (5.0.2.rc1)
activesupport (= 5.0.2.rc1)
activerecord (5.0.2.rc1)
activemodel (= 5.0.2.rc1)
activesupport (= 5.0.2.rc1)
arel (~> 7.0)
activesupport (5.0.1)
activesupport (5.0.2.rc1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
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)
rails (5.0.2.rc1)
actioncable (= 5.0.2.rc1)
actionmailer (= 5.0.2.rc1)
actionpack (= 5.0.2.rc1)
actionview (= 5.0.2.rc1)
activejob (= 5.0.2.rc1)
activemodel (= 5.0.2.rc1)
activerecord (= 5.0.2.rc1)
activesupport (= 5.0.2.rc1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1)
railties (= 5.0.2.rc1)
sprockets-rails (>= 2.0.0)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
railties (5.0.2.rc1)
actionpack (= 5.0.2.rc1)
activesupport (= 5.0.2.rc1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
......@@ -160,7 +160,7 @@ GEM
activesupport (>= 4.1.0)
hiredis (0.6.1)
http_parser.rb (0.6.0)
i18n (0.8.0)
i18n (0.8.1)
jquery-rails (4.2.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
......@@ -191,7 +191,7 @@ GEM
mysql2 (0.4.5)
mysql2 (0.4.5-x64-mingw32)
mysql2 (0.4.5-x86-mingw32)
nio4r (1.2.1)
nio4r (2.0.0)
nokogiri (1.7.0)
mini_portile2 (~> 2.1.0)
nokogiri (1.7.0-x64-mingw32)
......@@ -370,4 +370,4 @@ DEPENDENCIES
wdm (>= 0.1.0)
BUNDLED WITH
1.14.3
1.14.4
## Rails 5.0.2.rc1 (February 24, 2017) ##
* No changes.
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "actioncable",
"version": "5.0.1",
"version": "5.0.2-rc1",
"description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js",
"files": [
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* No changes.
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* Make `with_routing` test helper work when testing controllers inheriting from `ActionController::API`.
*Julia López*
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* Allow render locals to be assigned to instance variables in a view.
Fixes #27480.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* No changes.
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* No changes.
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* Fix `wait_timeout` to configurable for mysql2 adapter.
Fixes #26556.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* In Core Extensions, make `MarshalWithAutoloading#load` pass through the second, optional
argument for `Marshal#load( source [, proc] )`. This way we don't have to do
`Marshal.method(:load).super_method.call(sourse, proc)` just to be able to pass a proc.
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* No changes.
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
......
## Rails 5.0.2.rc1 (February 24, 2017) ##
* Fix running multiple tests in one `rake` command
e.g. `bin/rake test:models test:controllers`
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -7,8 +7,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 0
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
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.
先完成此消息的编辑!
想要评论请 注册