remove_hsts 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/lib/remove_hsts/version.rb +1 -1
- data/remove_hsts.gemspec +1 -1
- metadata +11 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 73312ec8a8122f298bc96faf51981f1dc58144f91af6abecd5311854af1408ca
|
|
4
|
+
data.tar.gz: 0ee0006a4526452ddd6a1e657d7acadf943b0351e9c00920d241e9f70885c6fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b28da7c63ba303475740a02788738fad329d01a7af6d58413065e1159a91b6c0bc4f2235364f7d79efc16ea5055d59b230f78464ccdfe2c3f759f713638306f
|
|
7
|
+
data.tar.gz: dea67e43461b61c87c0da10e2b9eb85bc8ce3bcc6aa82caa54c5cc893db8b8bb9c169cc1312cadbe67f83435892c3dd21f1fb2f1567f223dfa0f8ad229c8c383
|
data/lib/remove_hsts/version.rb
CHANGED
data/remove_hsts.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remove_hsts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergey Tsvetkov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -56,16 +56,22 @@ dependencies:
|
|
|
56
56
|
name: rack
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - "
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '1.0'
|
|
62
|
+
- - "<"
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '3'
|
|
62
65
|
type: :runtime
|
|
63
66
|
prerelease: false
|
|
64
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
68
|
requirements:
|
|
66
|
-
- - "
|
|
69
|
+
- - ">="
|
|
67
70
|
- !ruby/object:Gem::Version
|
|
68
71
|
version: '1.0'
|
|
72
|
+
- - "<"
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '3'
|
|
69
75
|
description: If your nginx is responsible for HSTS and you want to remove headers
|
|
70
76
|
that were added by Rails this solution is for you
|
|
71
77
|
email:
|
|
@@ -107,10 +113,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
113
|
- !ruby/object:Gem::Version
|
|
108
114
|
version: '0'
|
|
109
115
|
requirements: []
|
|
110
|
-
|
|
111
|
-
rubygems_version: 2.4.5.1
|
|
116
|
+
rubygems_version: 3.2.6
|
|
112
117
|
signing_key:
|
|
113
118
|
specification_version: 4
|
|
114
119
|
summary: Removes HSTS header from Rails response
|
|
115
120
|
test_files: []
|
|
116
|
-
has_rdoc:
|