passageidentity 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f8ef6244146fba25dae09520b6c0b744ee2cf0be1b869f6d7e4a69611aa2376
4
- data.tar.gz: eb737a9adbe33d1bf85788418083fed6a90231d2f9e35c0b5fa80131e910a54c
3
+ metadata.gz: a592cfe2a08870771b7bb52f737eada85f6b631bf6570a1f239a2187667352b4
4
+ data.tar.gz: 48e62a0beb94c042a0dffbeae6ea62dcb10010ad13e418d7c3958acf0d6aa8b3
5
5
  SHA512:
6
- metadata.gz: 062fecbc902121ffe19c2d9b9422e9543d36982dce927782d85dfd5b0e91f616881bbd64294baf325ed4a74279658ef7a6f90d0974c7c05a734147d5aec2638a
7
- data.tar.gz: 34ef84ee41bbe12b2a147ef01b6ee160d2676063cf49afe047ddc7473c583aba0bf97a862d07a4485fdd2bc63ad5bb97f86deb186d745e21aedf7431d563c446
6
+ metadata.gz: b6ef3d1a59fb0e04597003fba47d6d5d73ccf9b0a47a5e25f99d7298adf2e656ba1d8b1f01303dcc8b7dd91b57f29ec8e66f906b5f05fe77f551845a706188af
7
+ data.tar.gz: 6560d66712f9bccfd9d0f80eb30bbf5e45602a25cb5099e77461891be284831f0db73a551b7d764df302fae6450b7af86a39494509acbdbd2c027580ba984fec
@@ -27,7 +27,7 @@ module Passage
27
27
  last_login_at: user['last_login_at'],
28
28
  login_count: user['login_count'],
29
29
  webauthn: user['webauthn'],
30
- webauthn_devices: user['webbauthn_devices'],
30
+ webauthn_devices: user['webauthn_devices'],
31
31
  recent_events: user['recent_events'],
32
32
  user_metadata: user['user_metadata']
33
33
  )
@@ -61,7 +61,7 @@ module Passage
61
61
  last_login_at: user['last_login_at'],
62
62
  login_count: user['login_count'],
63
63
  webauthn: user['webauthn'],
64
- webauthn_devices: user['webbauthn_devices'],
64
+ webauthn_devices: user['webauthn_devices'],
65
65
  recent_events: user['recent_events'],
66
66
  user_metadata: user['user_metadata']
67
67
  )
@@ -95,7 +95,7 @@ module Passage
95
95
  last_login_at: user['last_login_at'],
96
96
  login_count: user['login_count'],
97
97
  webauthn: user['webauthn'],
98
- webauthn_devices: user['webbauthn_devices'],
98
+ webauthn_devices: user['webauthn_devices'],
99
99
  recent_events: user['recent_events'],
100
100
  user_metadata: user['user_metadata']
101
101
  )
@@ -133,7 +133,7 @@ module Passage
133
133
  last_login_at: user['last_login_at'],
134
134
  login_count: user['login_count'],
135
135
  webauthn: user['webauthn'],
136
- webauthn_devices: user['webbauthn_devices'],
136
+ webauthn_devices: user['webauthn_devices'],
137
137
  recent_events: user['recent_events'],
138
138
  user_metadata: user['user_metadata']
139
139
  )
@@ -169,7 +169,7 @@ module Passage
169
169
  last_login_at: user['last_login_at'],
170
170
  login_count: user['login_count'],
171
171
  webauthn: user['webauthn'],
172
- webauthn_devices: user['webbauthn_devices'],
172
+ webauthn_devices: user['webauthn_devices'],
173
173
  recent_events: user['recent_events'],
174
174
  user_metadata: user['user_metadata']
175
175
  )
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'passageidentity'
3
- s.version = '0.0.2'
3
+ s.version = '0.0.3'
4
4
  s.summary = 'Passage SDK for biometric authentication'
5
5
  s.description =
6
6
  'Enables verification of server-side authentication and user management for applications using Passage'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passageidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Passage Identity
@@ -80,7 +80,6 @@ files:
80
80
  - lib/passageidentity/error.rb
81
81
  - lib/passageidentity/user_api.rb
82
82
  - passage-ruby
83
- - passage.gemspec
84
83
  - passageidentity.gemspec
85
84
  - tests/all.rb
86
85
  - tests/magic_link_test.rb
data/passage.gemspec DELETED
@@ -1,22 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = 'passage'
3
- s.version = '0.0.1'
4
- s.summary = "Passage SDK for biometric authentication"
5
- s.description = "Enables verification of server-side authentication and user management for applications using Passage"
6
- s.authors = ["Passage Identity"]
7
- s.email = 'support@passage.id'
8
- s.files = ["lib/passage.rb"]
9
- s.homepage =
10
- 'https://rubygems.org/gems/passage'
11
- s.license = 'MIT'
12
-
13
- s.metadata['source_code_uri'] = 'https://github.com/passage-identity/passage-ruby'
14
-
15
- # Specify which files should be added to the gem when it is released.
16
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
17
- s.require_paths = ['lib']
18
-
19
- s.add_dependency 'faraday', '>= 0.17.0', '< 2.0'
20
- s.add_dependency 'jwt', '>= 2.3.0'
21
- s.add_dependency 'openssl', '>= 3.0.0'
22
- end