actionview 6.0.3.1 → 6.0.3.2

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d9847672c3b4327d0549b658ed0d559c40b897ac1cf19ec15485871239e83cf
4
- data.tar.gz: c90e173c0b414a63fb814b34a9d08879a42493d66e2fa42083efa8e883d06802
3
+ metadata.gz: 60266b7d1f108c429f1a44c662b1ee37852d87a40208e7e24e8c69a581709ca7
4
+ data.tar.gz: b96dbf43106ac6046f45fe141e821fc5c22d0fd8f867382f1dc9d9c39136b87e
5
5
  SHA512:
6
- metadata.gz: a9060b8101caebedc4f0d93b3f8490fd622a6d8fc5993be0680cabf710fde6f94d0a35964a338f6ecec2b26b9747a840d42ec3e931b26e687f52fda175446c69
7
- data.tar.gz: fc2b9d1e38e1051c8d2045dadac317046a70570f5b543e51a287ba2553be8d6d0740e6d69f0038a66f4a85d875c2081b999fef8b26e91da569c5b05f4b080ef3
6
+ metadata.gz: ae70597cc8c0c4a8b036921477ef4a105571c5f996c5941689b511b7c3efc827d3d4c4095dd3fd1e5cc91116d76e4be46bfd212f9f3b2140d058d031833121c1
7
+ data.tar.gz: 84a325b4f9816c31edff2298897ebe4af7a03bd5f0d7375b941c9bbd0dc991467c1f459e00b79b241e82457a817a541761f4ebd02fd3bf5bd6ab77615e75107c
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.3.2 (June 17, 2020) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.3.1 (May 18, 2020) ##
2
7
 
3
8
  * [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs
@@ -10,7 +10,7 @@ module ActionView
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 3
13
- PRE = "1"
13
+ PRE = "2"
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: actionview
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.3.1
4
+ version: 6.0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-06-17 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: 6.0.3.1
19
+ version: 6.0.3.2
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: 6.0.3.1
26
+ version: 6.0.3.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: builder
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: 6.0.3.1
95
+ version: 6.0.3.2
96
96
  type: :development
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: 6.0.3.1
102
+ version: 6.0.3.2
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: 6.0.3.1
109
+ version: 6.0.3.2
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: 6.0.3.1
116
+ version: 6.0.3.2
117
117
  description: Simple, battle-tested conventions and helpers for building web pages.
118
118
  email: david@loudthinking.com
119
119
  executables: []
@@ -236,11 +236,11 @@ licenses:
236
236
  - MIT
237
237
  metadata:
238
238
  bug_tracker_uri: https://github.com/rails/rails/issues
239
- changelog_uri: https://github.com/rails/rails/blob/v6.0.3.1/actionview/CHANGELOG.md
240
- documentation_uri: https://api.rubyonrails.org/v6.0.3.1/
239
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.3.2/actionview/CHANGELOG.md
240
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.2/
241
241
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
242
- source_code_uri: https://github.com/rails/rails/tree/v6.0.3.1/actionview
243
- post_install_message:
242
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.2/actionview
243
+ post_install_message:
244
244
  rdoc_options: []
245
245
  require_paths:
246
246
  - lib
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  requirements:
258
258
  - none
259
259
  rubygems_version: 3.1.2
260
- signing_key:
260
+ signing_key:
261
261
  specification_version: 4
262
262
  summary: Rendering framework putting the V in MVC (part of Rails).
263
263
  test_files: []