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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9686bc2c9cf4b71579f2d649c8c81fec5707ee986c47d41aa2f14fc0622c984
|
4
|
+
data.tar.gz: 3a534257c1572984d2cb204a13fa09036a06d84ad5e7d2d1a66400d89a184b30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fc58920ac68f8094f8046fa2196fd62396cb7171aac592372783d7a8dad3d6bc88702b156e4a28895974cd5c673325dddc798562b0f8d78d10e807a1f1b5d3c
|
7
|
+
data.tar.gz: 0a0fabdba536836f9448c3733d4a05de8af463533df6f56d90100073b849ba640dc4794467fce6784296600151d94b28662efee15954dfbbeb1138821b4727c8
|
data/CHANGELOG.md
CHANGED
@@ -29,9 +29,10 @@ module ActionDispatch
|
|
29
29
|
#
|
30
30
|
# Rails.application.config.session_store :cookie_store, key: '_your_app_session'
|
31
31
|
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
# encrypted in the
|
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.
|
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:
|
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
|
-
|
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).
|