actionpack 5.2.2 → 5.2.2.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actionpack might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd5843c9358811347699b33aca9fda92ef89519a3b646a7b0a929a861d551094
4
- data.tar.gz: 82f76e74229c5e354ddfd3b5a3927e963a7d595f8a25ac28bb00c6f8c1f31e88
3
+ metadata.gz: e9686bc2c9cf4b71579f2d649c8c81fec5707ee986c47d41aa2f14fc0622c984
4
+ data.tar.gz: 3a534257c1572984d2cb204a13fa09036a06d84ad5e7d2d1a66400d89a184b30
5
5
  SHA512:
6
- metadata.gz: fcf7d3458044418701c2eea5514a798cfad685753a86c5ef042bd4e14466d6ccc2438f7720b7e5097c6b25e592503f941863e022b42f8b699a3c6a3b2cfc788d
7
- data.tar.gz: aa112bc8943117e78ee1326a72aa91e01b55928884305715d2fc80c2ee9c1a57cc2a49a56b140b37c1e22d92985675fbd9c6f944518ee80b7870075dce88b5ed
6
+ metadata.gz: 6fc58920ac68f8094f8046fa2196fd62396cb7171aac592372783d7a8dad3d6bc88702b156e4a28895974cd5c673325dddc798562b0f8d78d10e807a1f1b5d3c
7
+ data.tar.gz: 0a0fabdba536836f9448c3733d4a05de8af463533df6f56d90100073b849ba640dc4794467fce6784296600151d94b28662efee15954dfbbeb1138821b4727c8
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.2.1 (March 11, 2019) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.2 (December 04, 2018) ##
2
7
 
3
8
  * Reset Capybara sessions if failed system test screenshot raising an exception.
@@ -74,6 +74,11 @@ module ActionDispatch
74
74
  else
75
75
  [Mime[:html]]
76
76
  end
77
+
78
+ v = v.select do |format|
79
+ format.symbol || format.ref == "*/*"
80
+ end
81
+
77
82
  set_header k, v
78
83
  end
79
84
  end
@@ -29,9 +29,10 @@ module ActionDispatch
29
29
  #
30
30
  # Rails.application.config.session_store :cookie_store, key: '_your_app_session'
31
31
  #
32
- # By default, your secret key base is derived from your application name in
33
- # the test and development environments. In all other environments, it is stored
34
- # encrypted in the <tt>config/credentials.yml.enc</tt> file.
32
+ # In the development and test environments your application's secret key base is
33
+ # generated by Rails and stored in a temporary file in <tt>tmp/development_secret.txt</tt>.
34
+ # In all other environments, it is stored encrypted in the
35
+ # <tt>config/credentials.yml.enc</tt> file.
35
36
  #
36
37
  # If your application was not updated to Rails 5.2 defaults, the secret_key_base
37
38
  # will be found in the old <tt>config/secrets.yml</tt> file.
@@ -10,7 +10,7 @@ module ActionPack
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 2
13
- PRE = nil
13
+ PRE = "1"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.2
4
+ version: 5.2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-04 00:00:00.000000000 Z
11
+ date: 2019-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 5.2.2
19
+ version: 5.2.2.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 5.2.2
26
+ version: 5.2.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rack
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@ dependencies:
92
92
  requirements:
93
93
  - - '='
94
94
  - !ruby/object:Gem::Version
95
- version: 5.2.2
95
+ version: 5.2.2.1
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - '='
101
101
  - !ruby/object:Gem::Version
102
- version: 5.2.2
102
+ version: 5.2.2.1
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: activemodel
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - '='
108
108
  - !ruby/object:Gem::Version
109
- version: 5.2.2
109
+ version: 5.2.2.1
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - '='
115
115
  - !ruby/object:Gem::Version
116
- version: 5.2.2
116
+ version: 5.2.2.1
117
117
  description: Web apps on Rails. Simple, battle-tested conventions for building and
118
118
  testing MVC web applications. Works with any Rack-compatible server.
119
119
  email: david@loudthinking.com
@@ -293,8 +293,8 @@ homepage: http://rubyonrails.org
293
293
  licenses:
294
294
  - MIT
295
295
  metadata:
296
- source_code_uri: https://github.com/rails/rails/tree/v5.2.2/actionpack
297
- changelog_uri: https://github.com/rails/rails/blob/v5.2.2/actionpack/CHANGELOG.md
296
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.2.1/actionpack
297
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.2.1/actionpack/CHANGELOG.md
298
298
  post_install_message:
299
299
  rdoc_options: []
300
300
  require_paths:
@@ -311,8 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
311
311
  version: '0'
312
312
  requirements:
313
313
  - none
314
- rubyforge_project:
315
- rubygems_version: 2.7.6
314
+ rubygems_version: 3.0.1
316
315
  signing_key:
317
316
  specification_version: 4
318
317
  summary: Web-flow and rendering framework putting the VC in MVC (part of Rails).