Preparing for 5.2.0.rc2 release

上级 3bbb66c3
......@@ -26,63 +26,63 @@ GIT
PATH
remote: .
specs:
actioncable (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
actioncable (5.2.0.rc2)
actionpack (= 5.2.0.rc2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
actionview (= 5.2.0.rc1)
activejob (= 5.2.0.rc1)
actionmailer (5.2.0.rc2)
actionpack (= 5.2.0.rc2)
actionview (= 5.2.0.rc2)
activejob (= 5.2.0.rc2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.0.rc1)
actionview (= 5.2.0.rc1)
activesupport (= 5.2.0.rc1)
actionpack (5.2.0.rc2)
actionview (= 5.2.0.rc2)
activesupport (= 5.2.0.rc2)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.0.rc1)
activesupport (= 5.2.0.rc1)
actionview (5.2.0.rc2)
activesupport (= 5.2.0.rc2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.0.rc1)
activesupport (= 5.2.0.rc1)
activejob (5.2.0.rc2)
activesupport (= 5.2.0.rc2)
globalid (>= 0.3.6)
activemodel (5.2.0.rc1)
activesupport (= 5.2.0.rc1)
activerecord (5.2.0.rc1)
activemodel (= 5.2.0.rc1)
activesupport (= 5.2.0.rc1)
activemodel (5.2.0.rc2)
activesupport (= 5.2.0.rc2)
activerecord (5.2.0.rc2)
activemodel (= 5.2.0.rc2)
activesupport (= 5.2.0.rc2)
arel (>= 9.0)
activestorage (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
activerecord (= 5.2.0.rc1)
activestorage (5.2.0.rc2)
actionpack (= 5.2.0.rc2)
activerecord (= 5.2.0.rc2)
marcel (~> 0.3.1)
activesupport (5.2.0.rc1)
activesupport (5.2.0.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
rails (5.2.0.rc1)
actioncable (= 5.2.0.rc1)
actionmailer (= 5.2.0.rc1)
actionpack (= 5.2.0.rc1)
actionview (= 5.2.0.rc1)
activejob (= 5.2.0.rc1)
activemodel (= 5.2.0.rc1)
activerecord (= 5.2.0.rc1)
activestorage (= 5.2.0.rc1)
activesupport (= 5.2.0.rc1)
rails (5.2.0.rc2)
actioncable (= 5.2.0.rc2)
actionmailer (= 5.2.0.rc2)
actionpack (= 5.2.0.rc2)
actionview (= 5.2.0.rc2)
activejob (= 5.2.0.rc2)
activemodel (= 5.2.0.rc2)
activerecord (= 5.2.0.rc2)
activestorage (= 5.2.0.rc2)
activesupport (= 5.2.0.rc2)
bundler (>= 1.3.0)
railties (= 5.2.0.rc1)
railties (= 5.2.0.rc2)
sprockets-rails (>= 2.0.0)
railties (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
activesupport (= 5.2.0.rc1)
railties (5.2.0.rc2)
actionpack (= 5.2.0.rc2)
activesupport (= 5.2.0.rc2)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
......@@ -208,7 +208,7 @@ GEM
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
erubi (1.7.0)
erubi (1.7.1)
et-orbi (1.0.8)
tzinfo
event_emitter (0.2.6)
......@@ -285,7 +285,7 @@ GEM
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
loofah (2.1.1)
loofah (2.2.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
......@@ -322,8 +322,7 @@ GEM
mysql2 (0.4.9)
mysql2 (0.4.9-x64-mingw32)
mysql2 (0.4.9-x86-mingw32)
nio4r (2.2.0)
nio4r (2.2.0-java)
nio4r (2.3.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.1-java)
......@@ -482,8 +481,6 @@ GEM
websocket (1.2.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-driver (0.6.5-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.1.0)
nokogiri (~> 1.3)
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* No changes.
## Rails 5.2.0.rc1 (January 30, 2018) ##
* No changes.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "actioncable",
"version": "5.2.0-rc1",
"version": "5.2.0-rc2",
"description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js",
"files": [
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* No changes.
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Bring back proc with arity of 1 in `ActionMailer::Base.default` proc
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Check exclude before flagging cookies as secure.
*Catherine Khuu*
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Pass the `:skip_pipeline` option in `image_submit_tag` when calling `path_to_image`.
Fixes #32248.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "rails-ujs",
"version": "5.2.0-rc1",
"version": "5.2.0-rc2",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js",
"files": [
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* No changes.
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Allow block to be passed to `ActiveJob::Base.discard_on` to allow custom handling of discard jobs.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Do not lose all multiple `:includes` with options in serialization.
*Mike Mangino*
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Apply time column precision on assignment.
PR #20317 changed the behavior of datetime columns so that when they
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Allow full use of the AWS S3 SDK options for authentication. If an
explicit AWS key pair and/or region is not provided in `storage.yml`,
attempt to use environment variables, shared credentials, or IAM
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "activestorage",
"version": "5.2.0-rc1",
"version": "5.2.0-rc2",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Caching: MemCache and Redis `read_multi` and `fetch_multi` speedup.
Read from the local in-memory cache before consulting the backend.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* No changes.
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Add "Active Storage Overview" Guide.
......
## Rails 5.2.0.rc2 (March 20, 2018) ##
* Fix minitest rails plugin.
The custom reporters are added only if needed.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "rc1"
PRE = "rc2"
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.
先完成此消息的编辑!
想要评论请 注册