rack-wwwhisper 1.1.10 → 1.1.11
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 +4 -4
- data/lib/rack/wwwhisper.rb +4 -3
- data/lib/rack/wwwhisper_version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d445e8615eaddaa1088a84f683d183ed28c4c991
|
|
4
|
+
data.tar.gz: 673f451cac1ee7acb1d27b87868ab78a3516d214
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7402d00f915589c0a193f8c99216965a3038da7020bc9b2215921c490fa3dbd8e2851cbf4db3345195a08e5eaca6bd94c185f3e4b17004d567a0d78b9960b5bf
|
|
7
|
+
data.tar.gz: 5664992a0393ff75b3c5484815ca14d58af39c46f80b6f72cd5ae67d41d21eac0d5962fa010b39a19dac44d2ddef8db101b00e75a3fabe171c95d7cc0da53d91
|
data/lib/rack/wwwhisper.rb
CHANGED
|
@@ -35,9 +35,10 @@ class WWWhisper
|
|
|
35
35
|
# Headers that are passed to wwwhisper ('Cookie' is handled
|
|
36
36
|
# in a special way: only wwwhisper related cookies are passed).
|
|
37
37
|
#
|
|
38
|
-
# In addition, the current site URL is passed in the Site-Url
|
|
39
|
-
# This is needed to
|
|
40
|
-
# construct Location headers in
|
|
38
|
+
# In addition, the current site URL is passed in the Site-Url
|
|
39
|
+
# header. This is needed to disallow access with access tokens
|
|
40
|
+
# generated for other sites and to construct Location headers in
|
|
41
|
+
# redirects.
|
|
41
42
|
#
|
|
42
43
|
# wwwhisper library version is passed in the User-Agent header. This
|
|
43
44
|
# is to warn the site owner if a vulnerability in the library is
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-wwwhisper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Wrobel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '2.0'
|
|
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: '
|
|
26
|
+
version: '2.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: addressable
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -42,16 +42,16 @@ dependencies:
|
|
|
42
42
|
name: net-http-persistent
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - "<"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0'
|
|
47
|
+
version: '3.0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - "<"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0'
|
|
54
|
+
version: '3.0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rack-test
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,9 +138,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.
|
|
141
|
+
rubygems_version: 2.5.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary:
|
|
144
|
+
summary: Verified email based authorization for Rack applications.
|
|
145
145
|
test_files:
|
|
146
146
|
- test/test_wwwhisper.rb
|