web_authn 0.2.1 → 0.2.2
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/VERSION +1 -1
- data/web_authn.gemspec +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 0ff488512635e47137ce3c48273fb327c4a381a4
|
|
4
|
+
data.tar.gz: '09322b2c65d28acf9e26965b3bc080e47c687d24'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0716efec15f12ff84672def323021fdb43890968551ffc18ffb0ce6b7fbbff949809ae54936cc683802b0ad573995cbc325f59a498fba917860d66036dbb51e
|
|
7
|
+
data.tar.gz: 9706f9c8c1fe371118d8f703bae4bfefeeade541661575b4c591ae4159ba15b320e3a3c90acafec0c9297b10014b9ae6a8e9fb88d28e7e22c534f5de48c38a37
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/web_authn.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
|
|
|
9
9
|
gem.license = 'MIT'
|
|
10
10
|
gem.files = `git ls-files`.split("\n")
|
|
11
11
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
12
|
-
gem.executables = `git ls-files --
|
|
12
|
+
gem.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
|
|
13
13
|
gem.require_paths = ['lib']
|
|
14
14
|
gem.required_ruby_version = '>= 2.3'
|
|
15
15
|
gem.add_runtime_dependency 'activesupport'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web_authn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nov matake
|
|
@@ -112,9 +112,7 @@ description: W3C Web Authentication API (a.k.a. WebAuthN / FIDO 2.0) RP library
|
|
|
112
112
|
Ruby
|
|
113
113
|
email:
|
|
114
114
|
- nov@matake.jp
|
|
115
|
-
executables:
|
|
116
|
-
- console
|
|
117
|
-
- setup
|
|
115
|
+
executables: []
|
|
118
116
|
extensions: []
|
|
119
117
|
extra_rdoc_files: []
|
|
120
118
|
files:
|
|
@@ -167,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
165
|
version: '0'
|
|
168
166
|
requirements: []
|
|
169
167
|
rubyforge_project:
|
|
170
|
-
rubygems_version: 2.
|
|
168
|
+
rubygems_version: 2.6.11
|
|
171
169
|
signing_key:
|
|
172
170
|
specification_version: 4
|
|
173
171
|
summary: WebAuthn RP library
|