web_authn 0.4.0 → 0.4.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. metadata +1 -2
  4. data/Gemfile.lock +0 -71
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f684ad0ab8c4f516d4bb9023db18476bb76daa8a262576867b21debbb746ad19
4
- data.tar.gz: 64f0b2c7251de13671401dca713f8c7b2c09a08874bce8cf66b83f2de7d5e6a6
3
+ metadata.gz: 72d072e841419317efc57ec6164ea7363a4853943524d6b42c06b4df183669bd
4
+ data.tar.gz: 07afb007ac68baa4170b2086484f48790137c9f9660143c9349ce5d79682d347
5
5
  SHA512:
6
- metadata.gz: 426f5241570eb0030fb0a189930b53b5fb74945fd528dce77c1797de3ddfeabf00bcc1282dadbd5ebd87f09fbd4505f5499247ce19a5791ce341ecc9fdc00856
7
- data.tar.gz: 3498f269f7bb8b654d75d377fde1c5e3d02693783eee78c604df51a5e052dfb680e59c6d0812ff2c88d9db015cd89dca17ab4c9e24235e3073a473e504217faf
6
+ metadata.gz: 7694ffd4f7f2b53b595d97f9c058fa5ab25eaf381cd9684cdab093f87023c2bb7ea59636a6bc72ea65f05920afb5c59e48a9f3499676e90ead54ffa4168771ce
7
+ data.tar.gz: b7cc3269cc0e54b158545c19f853127acca5243cc060d3fae4cf580ae0cc9bef5c4e3dd02ac2ffd7a58bde52435291852927049084d0dbb4d3dc6335bcc5619b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
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.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
@@ -134,7 +134,6 @@ files:
134
134
  - ".rspec"
135
135
  - ".travis.yml"
136
136
  - Gemfile
137
- - Gemfile.lock
138
137
  - LICENSE.txt
139
138
  - README.md
140
139
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,71 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- web_authn (0.3.0)
5
- activesupport
6
- cbor
7
- cose-key (>= 0.2.0)
8
- json-jwt
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- activesupport (5.2.1)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 0.7, < 2)
16
- minitest (~> 5.1)
17
- tzinfo (~> 1.1)
18
- aes_key_wrap (1.0.1)
19
- bindata (2.4.4)
20
- cbor (0.5.9.3)
21
- concurrent-ruby (1.0.5)
22
- cose-key (0.2.0)
23
- cbor
24
- diff-lcs (1.3)
25
- docile (1.3.1)
26
- i18n (1.1.1)
27
- concurrent-ruby (~> 1.0)
28
- json (2.1.0)
29
- json-jwt (1.9.4)
30
- activesupport
31
- aes_key_wrap
32
- bindata
33
- minitest (5.11.3)
34
- rake (10.5.0)
35
- rspec (3.8.0)
36
- rspec-core (~> 3.8.0)
37
- rspec-expectations (~> 3.8.0)
38
- rspec-mocks (~> 3.8.0)
39
- rspec-core (3.8.0)
40
- rspec-support (~> 3.8.0)
41
- rspec-expectations (3.8.2)
42
- diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.8.0)
44
- rspec-its (1.2.0)
45
- rspec-core (>= 3.0.0)
46
- rspec-expectations (>= 3.0.0)
47
- rspec-mocks (3.8.0)
48
- diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.8.0)
50
- rspec-support (3.8.0)
51
- simplecov (0.16.1)
52
- docile (~> 1.1)
53
- json (>= 1.8, < 3)
54
- simplecov-html (~> 0.10.0)
55
- simplecov-html (0.10.2)
56
- thread_safe (0.3.6)
57
- tzinfo (1.2.5)
58
- thread_safe (~> 0.1)
59
-
60
- PLATFORMS
61
- ruby
62
-
63
- DEPENDENCIES
64
- rake (~> 10.0)
65
- rspec
66
- rspec-its
67
- simplecov
68
- web_authn!
69
-
70
- BUNDLED WITH
71
- 1.17.1