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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ad0ba2c4186c59ee35abaa9965a6868ad8badfe92fb8708a64fe61ebdfafc66
4
- data.tar.gz: 2e6a1ccee5e81db6ebe5287f6c87e6278be2ab7046335007db8394715d9d8ea2
3
+ metadata.gz: 2002c2e0e3d06cd389c67466e029150f28450a852bdaeaed3f0ea76a74d4583f
4
+ data.tar.gz: 8d584ab390c0825174f4f9ec37a20e524acdaede0728000d4674748e3136027a
5
5
  SHA512:
6
- metadata.gz: e5cdd93b3c614394d2e2857ad4b8190478e85f20c3a6424cdffaf95f6da12b175ce19be66cfdeb5f98e94e3d39c52e8b34d5ab003e571cd02b9bd2c59016308f
7
- data.tar.gz: 60c12909801f4952f00b5395fd638926f4e184075381e48c4df09ed604e126db3eb790d16fb658a8eb4f7eb2ad1f8fff3afdca90f4ea90f9dd02198535109623
6
+ metadata.gz: 230b6028f4d2d424b92cb542afd1d4cfa9e129f1db46c0c0147d164d30cf51a79efce1cdc9a43173b0d27d65c5b91ac22680fa3c417caa4169301ceb50ff64e3
7
+ data.tar.gz: 20aebf6d84d34bb508e1b543715a642865e20662eaaf8c525f820bd158a2866788eded8ece4726727772542043f1cef79b5872af2578ee7606ca1abcd1c40f11
@@ -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{Write a short summary, because RubyGems requires one.}
10
- spec.description = %q{Write a longer description or delete this line.}
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")
@@ -1,3 +1,3 @@
1
1
  module AuthArmor
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: Write a longer description or delete this line.
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: Write a short summary, because RubyGems requires one.
102
+ summary: AuthArmor is Password-less login and 2FA using biometrics secured by hardware
103
+ and PKI.
101
104
  test_files: []