rack-wwwhisper 1.1.11 → 1.1.12
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 +1 -1
- data/lib/rack/wwwhisper_version.rb +1 -1
- data/test/test_wwwhisper.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff68ef8fb61b71e14a79548df3bf7df4f71cfc3c
|
|
4
|
+
data.tar.gz: 762feeefdcc866123d3f20f7d839ed7677f92f4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8334478b1440c9740443666e023a0c33d6ad6cf54a6bb9cdfc76fadbf01bba7167411988338238fdecc1753189aa97f8414bd898a88a169a47aec9ef5c404d4
|
|
7
|
+
data.tar.gz: be0677fb81442f285963962ca043d860c8c3dbce84baad5bc70c2bbe30ae036c0cfdcc1af1a2d1e0219057a119a305b5bccfcf65d59af4c5f274acd0ab2f2585
|
data/lib/rack/wwwhisper.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Rack middleware that uses wwwhisper service to authorize visitors.
|
|
2
|
-
# Copyright (C) 2013 Jan Wrobel <
|
|
2
|
+
# Copyright (C) 2013-2017 Jan Wrobel <jan@wwwhisper.io>
|
|
3
3
|
#
|
|
4
4
|
# This program is freely distributable under the terms of the
|
|
5
5
|
# Simplified BSD License. See COPYING.
|
data/test/test_wwwhisper.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Rack middleware that uses wwwhisper service to authorize visitors.
|
|
2
|
-
# Copyright (C) 2013 Jan Wrobel <
|
|
2
|
+
# Copyright (C) 2013-2017 Jan Wrobel <jan@wwwhisper.io>
|
|
3
3
|
#
|
|
4
4
|
# This program is freely distributable under the terms of the
|
|
5
5
|
# Simplified BSD License. See COPYING.
|
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.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Wrobel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-05 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: '1.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: '1.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: addressable
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -109,7 +109,7 @@ dependencies:
|
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
description: Middleware uses wwwhisper service to authorize requests.
|
|
112
|
-
email:
|
|
112
|
+
email: jan@wwwhisper.io
|
|
113
113
|
executables: []
|
|
114
114
|
extensions: []
|
|
115
115
|
extra_rdoc_files: []
|
|
@@ -138,7 +138,7 @@ 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.4.8
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Verified email based authorization for Rack applications.
|