auth-armor 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/auth-armor.gemspec +2 -2
- data/lib/auth/armor/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2002c2e0e3d06cd389c67466e029150f28450a852bdaeaed3f0ea76a74d4583f
|
4
|
+
data.tar.gz: 8d584ab390c0825174f4f9ec37a20e524acdaede0728000d4674748e3136027a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 230b6028f4d2d424b92cb542afd1d4cfa9e129f1db46c0c0147d164d30cf51a79efce1cdc9a43173b0d27d65c5b91ac22680fa3c417caa4169301ceb50ff64e3
|
7
|
+
data.tar.gz: 20aebf6d84d34bb508e1b543715a642865e20662eaaf8c525f820bd158a2866788eded8ece4726727772542043f1cef79b5872af2578ee7606ca1abcd1c40f11
|
data/auth-armor.gemspec
CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.authors = ["Hannah Masila"]
|
7
7
|
spec.email = ["hannahmasila@gmail.com"]
|
8
8
|
|
9
|
-
spec.summary = %q{
|
10
|
-
spec.description = %q{
|
9
|
+
spec.summary = %q{AuthArmor is Password-less login and 2FA using biometrics secured by hardware and PKI.}
|
10
|
+
spec.description = %q{This library provides convenient access to the AuthArmor API from applications written in the Ruby language. It includes a pre-defined set of methods for API resources that initialize themselves dynamically from API responses.}
|
11
11
|
spec.homepage = "https://rubygems.org/gems/auth-armor"
|
12
12
|
spec.license = "MIT"
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
data/lib/auth/armor/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: auth-armor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hannah Masila
|
@@ -52,7 +52,9 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description: This library provides convenient access to the AuthArmor API from applications
|
56
|
+
written in the Ruby language. It includes a pre-defined set of methods for API resources
|
57
|
+
that initialize themselves dynamically from API responses.
|
56
58
|
email:
|
57
59
|
- hannahmasila@gmail.com
|
58
60
|
executables: []
|
@@ -97,5 +99,6 @@ requirements: []
|
|
97
99
|
rubygems_version: 3.1.2
|
98
100
|
signing_key:
|
99
101
|
specification_version: 4
|
100
|
-
summary:
|
102
|
+
summary: AuthArmor is Password-less login and 2FA using biometrics secured by hardware
|
103
|
+
and PKI.
|
101
104
|
test_files: []
|