Preparing for 5.2.0.rc1 release

上级 bec74e1d
......@@ -34,63 +34,63 @@ GIT
PATH
remote: .
specs:
actioncable (5.2.0.beta2)
actionpack (= 5.2.0.beta2)
actioncable (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.0.beta2)
actionpack (= 5.2.0.beta2)
actionview (= 5.2.0.beta2)
activejob (= 5.2.0.beta2)
actionmailer (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
actionview (= 5.2.0.rc1)
activejob (= 5.2.0.rc1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.0.beta2)
actionview (= 5.2.0.beta2)
activesupport (= 5.2.0.beta2)
actionpack (5.2.0.rc1)
actionview (= 5.2.0.rc1)
activesupport (= 5.2.0.rc1)
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.beta2)
activesupport (= 5.2.0.beta2)
actionview (5.2.0.rc1)
activesupport (= 5.2.0.rc1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.0.beta2)
activesupport (= 5.2.0.beta2)
activejob (5.2.0.rc1)
activesupport (= 5.2.0.rc1)
globalid (>= 0.3.6)
activemodel (5.2.0.beta2)
activesupport (= 5.2.0.beta2)
activerecord (5.2.0.beta2)
activemodel (= 5.2.0.beta2)
activesupport (= 5.2.0.beta2)
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)
arel (>= 9.0)
activestorage (5.2.0.beta2)
actionpack (= 5.2.0.beta2)
activerecord (= 5.2.0.beta2)
activestorage (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
activerecord (= 5.2.0.rc1)
marcel (~> 0.3.1)
activesupport (5.2.0.beta2)
activesupport (5.2.0.rc1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
rails (5.2.0.beta2)
actioncable (= 5.2.0.beta2)
actionmailer (= 5.2.0.beta2)
actionpack (= 5.2.0.beta2)
actionview (= 5.2.0.beta2)
activejob (= 5.2.0.beta2)
activemodel (= 5.2.0.beta2)
activerecord (= 5.2.0.beta2)
activestorage (= 5.2.0.beta2)
activesupport (= 5.2.0.beta2)
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)
bundler (>= 1.3.0)
railties (= 5.2.0.beta2)
railties (= 5.2.0.rc1)
sprockets-rails (>= 2.0.0)
railties (5.2.0.beta2)
actionpack (= 5.2.0.beta2)
activesupport (= 5.2.0.beta2)
railties (5.2.0.rc1)
actionpack (= 5.2.0.rc1)
activesupport (= 5.2.0.rc1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
......@@ -274,7 +274,7 @@ GEM
hiredis (0.6.1-java)
http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (0.9.1)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
jdbc-mysql (5.1.44)
......@@ -333,8 +333,7 @@ GEM
mysql2 (0.4.9)
mysql2 (0.4.9-x64-mingw32)
mysql2 (0.4.9-x86-mingw32)
nio4r (2.1.0)
nio4r (2.1.0-java)
nio4r (2.2.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.1-java)
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* No changes.
## Rails 5.2.0.beta2 (November 28, 2017) ##
* No changes.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "actioncable",
"version": "5.2.0-beta2",
"version": "5.2.0-rc1",
"description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js",
"files": [
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Bring back proc with arity of 1 in `ActionMailer::Base.default` proc
since it was supported in Rails 5.0 but not deprecated.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Add `Referrer-Policy` header to default headers set.
*Guillermo Iguaran*
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Allow the use of callable objects as group methods for grouped selects.
Until now, the `option_groups_from_collection_for_select` method was only able to
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "rails-ujs",
"version": "5.2.0-beta2",
"version": "5.2.0-rc1",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js",
"files": [
......
## 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.
Example:
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Models using the attributes API with a proc default can now be marshalled.
Fixes #31216.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Deprecate `expand_hash_conditions_for_aggregates` without replacement.
Using a `Relation` for performing queries is the prefered API.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Preserve display aspect ratio when extracting width and height from videos
with rectangular samples in `ActiveStorage::Analyzer::VideoAnalyzer`.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
{
"name": "activestorage",
"version": "5.2.0-beta2",
"version": "5.2.0-rc1",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* Add support for connection pooling on RedisCacheStore.
*fatkodima*
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* No changes.
## Rails 5.2.0.beta2 (November 28, 2017) ##
* No changes.
......
## Rails 5.2.0.rc1 (January 30, 2018) ##
* No changes.
## Rails 5.2.0.beta2 (November 28, 2017) ##
* No changes.
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = "beta2"
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.
先完成此消息的编辑!
想要评论请 注册