auth-armor 0.1.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9ad0ba2c4186c59ee35abaa9965a6868ad8badfe92fb8708a64fe61ebdfafc66
4
+ data.tar.gz: 2e6a1ccee5e81db6ebe5287f6c87e6278be2ab7046335007db8394715d9d8ea2
5
+ SHA512:
6
+ metadata.gz: e5cdd93b3c614394d2e2857ad4b8190478e85f20c3a6424cdffaf95f6da12b175ce19be66cfdeb5f98e94e3d39c52e8b34d5ab003e571cd02b9bd2c59016308f
7
+ data.tar.gz: 60c12909801f4952f00b5395fd638926f4e184075381e48c4df09ed604e126db3eb790d16fb658a8eb4f7eb2ad1f8fff3afdca90f4ea90f9dd02198535109623
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,6 @@
1
+ ---
2
+ language: ruby
3
+ cache: bundler
4
+ rvm:
5
+ - 2.6.3
6
+ before_install: gem install bundler -v 2.1.4
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at hannahmasila@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [https://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: https://contributor-covenant.org
74
+ [version]: https://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,8 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in auth-armor.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem "rspec", "~> 3.0"
8
+ gem "pry", '~> 0.12.2'
@@ -0,0 +1,59 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ auth-armor (0.1.0)
5
+ rest-client
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ coderay (1.1.3)
11
+ diff-lcs (1.4.4)
12
+ domain_name (0.5.20190701)
13
+ unf (>= 0.0.5, < 1.0.0)
14
+ http-accept (1.7.0)
15
+ http-cookie (1.0.3)
16
+ domain_name (~> 0.5)
17
+ method_source (0.9.2)
18
+ mime-types (3.3.1)
19
+ mime-types-data (~> 3.2015)
20
+ mime-types-data (3.2020.0512)
21
+ netrc (0.11.0)
22
+ pry (0.12.2)
23
+ coderay (~> 1.1.0)
24
+ method_source (~> 0.9.0)
25
+ rake (12.3.3)
26
+ rest-client (2.1.0)
27
+ http-accept (>= 1.7.0, < 2.0)
28
+ http-cookie (>= 1.0.2, < 2.0)
29
+ mime-types (>= 1.16, < 4.0)
30
+ netrc (~> 0.8)
31
+ rspec (3.9.0)
32
+ rspec-core (~> 3.9.0)
33
+ rspec-expectations (~> 3.9.0)
34
+ rspec-mocks (~> 3.9.0)
35
+ rspec-core (3.9.2)
36
+ rspec-support (~> 3.9.3)
37
+ rspec-expectations (3.9.2)
38
+ diff-lcs (>= 1.2.0, < 2.0)
39
+ rspec-support (~> 3.9.0)
40
+ rspec-mocks (3.9.1)
41
+ diff-lcs (>= 1.2.0, < 2.0)
42
+ rspec-support (~> 3.9.0)
43
+ rspec-support (3.9.3)
44
+ unf (0.1.4)
45
+ unf_ext
46
+ unf_ext (0.0.7.7)
47
+
48
+ PLATFORMS
49
+ ruby
50
+
51
+ DEPENDENCIES
52
+ auth-armor!
53
+ bundler (~> 2.1.4)
54
+ pry (~> 0.12.2)
55
+ rake (~> 12.0)
56
+ rspec (~> 3.0)
57
+
58
+ BUNDLED WITH
59
+ 2.1.4
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Hannah Masila
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,139 @@
1
+ # AuthArmor
2
+
3
+ AuthArmor is Password-less login and 2FA using biometrics secured by hardware and PKI.
4
+
5
+ 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.
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'auth-armor'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install auth-armor
22
+
23
+ ## Usage
24
+
25
+ The library needs to be instantiated with your client_id and client_secret. This returns a client object that is authenticated with Oauth2.
26
+
27
+ ```ruby
28
+ require "auth-armor"
29
+ AuthArmor::Client.new(client_id: "CLIENT_ID", client_secret: "CLIENT_SECRET")
30
+
31
+ ```
32
+
33
+
34
+ ## Auth Request
35
+
36
+ To send an Auth request to the a mobile device or security key, call the `auth_request` method with the following arguments
37
+
38
+ ```ruby
39
+ AuthArmor::Client.auth_request(
40
+ auth_profile_id: "AUTH_PROFILE_ID",
41
+ action_name: "Login",
42
+ short_msg: "This is a test message",
43
+ )
44
+ ```
45
+
46
+ ### Auth Request for Mobile Device
47
+
48
+ ```ruby
49
+ AuthArmor::Client.auth_request(
50
+ auth_profile_id: "AUTH_PROFILE_ID",
51
+ action_name: "Login",
52
+ short_msg: "This is a test message",
53
+ accepted_auth_methods: "mobiledevice"
54
+ )
55
+ ```
56
+
57
+ ### Auth Request for Mobile Device when Biometrics are enforced
58
+
59
+ ```ruby
60
+ AuthArmor::Client.auth_request(
61
+ auth_profile_id: "AUTH_PROFILE_ID",
62
+ action_name: "Login",
63
+ short_msg: "This is a test message",
64
+ accepted_auth_methods: "mobiledevice",
65
+ forcebiometric: true
66
+ )
67
+ ```
68
+
69
+ ### Auth Request for Security Key
70
+
71
+ ```ruby
72
+ AuthArmor::Client.auth_request(
73
+ auth_profile_id: "AUTH_PROFILE_ID",
74
+ action_name: "Login",
75
+ short_msg: "This is a test message",
76
+ accepted_auth_methods: "securitykey"
77
+ )
78
+ ```
79
+
80
+ ### Optional arguments
81
+
82
+
83
+ - `forcebiometric` - this is false by default. It is only applicable if one of the `accepted_auth_methods` is `mobiledevice`
84
+
85
+ - `accepted_auth_methods` - this can either be `mobiledevice` or `securitykey`. If neither is provided, both auth methods are acceptable.
86
+
87
+ - `timeout_in_seconds` - this is the amount of time you want to allow the auth to be valid before it expires. The min is 15, and max is 300. If not provided, the default time for the project is used.
88
+
89
+
90
+ ## Invite Request
91
+
92
+ To generate an invite, call the `invite_request` method with a `nickname`
93
+
94
+ ```ruby
95
+ AuthArmor::Client.invite_request(
96
+ nickname: "NICKNAME"
97
+ )
98
+ ```
99
+
100
+ ### Optional arguments
101
+
102
+ `reference_id` - This is an optional value that you can set to further cross reference your records.
103
+
104
+ ### Consuming an invite using QR code
105
+
106
+ Once an invite request is created, calling the `generate_qr_code` method returns a JSON that you can generate a QR code.
107
+
108
+ ```ruby
109
+ AuthArmor::Client.generate_qr_code
110
+
111
+ ```
112
+
113
+ ### Consuming an invite using link
114
+
115
+ Once an invite request is created, calling the `get_invite_link` method returns a link that can be shared.
116
+
117
+
118
+ ```ruby
119
+ AuthArmor::Client.get_invite_link
120
+ ```
121
+
122
+ ## Development
123
+
124
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
125
+
126
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
127
+
128
+ ## Contributing
129
+
130
+ Bug reports and pull requests are welcome on GitHub at https://github.com/hmasila/auth-armor. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/hmasila/auth-armor/blob/master/CODE_OF_CONDUCT.md).
131
+
132
+
133
+ ## License
134
+
135
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
136
+
137
+ ## Code of Conduct
138
+
139
+ Everyone interacting in the Auth::Armor project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/hmasila/auth-armor/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,33 @@
1
+ require_relative 'lib/auth/armor/version'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "auth-armor"
5
+ spec.version = AuthArmor::VERSION
6
+ spec.authors = ["Hannah Masila"]
7
+ spec.email = ["hannahmasila@gmail.com"]
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.}
11
+ spec.homepage = "https://rubygems.org/gems/auth-armor"
12
+ spec.license = "MIT"
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
+
15
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/hmasila/auth-armor"
19
+ # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
24
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ end
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ["lib"]
29
+
30
+ spec.add_development_dependency "bundler", "~> 2.1.4"
31
+ spec.add_development_dependency "rake", "~> 13.0"
32
+ spec.add_dependency "rest-client"
33
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "auth_armor"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,3 @@
1
+ module AuthArmor
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,139 @@
1
+ require "auth/armor/version"
2
+ require 'rest-client'
3
+ require 'json'
4
+
5
+ module AuthArmor
6
+
7
+ API_URL = "https://api.autharmor.com/v1"
8
+ INVITE_URL = "https://invite.autharmor.com"
9
+ ACCEPTED_SCOPES = [
10
+ "aarmor.api.generate_invite_code aarmor.api.request_auth",
11
+ "aarmor.api.generate_invite_code",
12
+ "aarmor.api.request_auth"
13
+ ]
14
+
15
+ class Error < StandardError; end
16
+
17
+ class Client
18
+ attr_accessor :access_token, :invite_code
19
+
20
+ def initialize(scope: "aarmor.api.generate_invite_code aarmor.api.request_auth", client_id: , client_secret:)
21
+ fail "Scope not allowed." unless ACCEPTED_SCOPES.include? scope
22
+
23
+ payload = {
24
+ client_id: client_id,
25
+ client_secret: client_secret,
26
+ grant_type: "client_credentials",
27
+ scope: scope
28
+ }
29
+
30
+ response = RestClient.post("https://login.autharmor.com/connect/token", payload)
31
+
32
+ if response.code == 200
33
+ @access_token = JSON.parse(response)["access_token"]
34
+ else
35
+ fail "Invalid response #{response.to_str} received."
36
+ end
37
+ end
38
+
39
+ def connect(payload: {}, method:, endpoint:)
40
+ RestClient.post("#{API_URL}/#{endpoint}",
41
+ payload.to_json,
42
+ {
43
+ content_type: 'application/json',
44
+ Authorization: "Bearer #{@access_token}"
45
+ }) do |response, request, result|
46
+ case response.code
47
+ when 400
48
+ { code: :error, response: JSON.parse(response.to_str) }
49
+ when 200
50
+ { "code" => :success, "response" => JSON.parse(response.to_str) }
51
+ else
52
+ fail "Invalid response #{response.to_str} received."
53
+ end
54
+ end
55
+
56
+ rescue RestClient::Unauthorized, RestClient::Forbidden => err
57
+ JSON.parse(err.response.to_str)
58
+ end
59
+
60
+ def auth_request(timeout_in_seconds: nil, forcebiometric: false, accepted_auth_methods: nil, auth_profile_id:, action_name:, short_msg:)
61
+ payload = {
62
+ auth_profile_id: auth_profile_id,
63
+ action_name: action_name,
64
+ short_msg: short_msg,
65
+ timeout_in_seconds: timeout_in_seconds,
66
+ accepted_auth_methods: auth_methods(accepted_auth_methods, forcebiometric)
67
+ }
68
+
69
+ connect(payload: payload, method: :post, endpoint: "auth/request")
70
+ end
71
+
72
+ def invite_request(reference_id: nil, nickname:)
73
+ payload = {
74
+ nickname: nickname,
75
+ reference_id: reference_id
76
+ }
77
+
78
+ response = connect(payload: payload, method: :post, endpoint: "invite/request")
79
+
80
+ if response["code"] == :success
81
+ @invite_code = response["response"]
82
+ else
83
+ @invite_code = nil
84
+ end
85
+
86
+ response
87
+ end
88
+
89
+ def generate_qr_code
90
+ fail "QR code could not be generated. Use the invite_request method to get an invite code" if @invite_code.nil?
91
+
92
+ aa_sig = @invite_code["aa_sig"]
93
+ invite_code = @invite_code["invite_code"]
94
+
95
+ {
96
+ "type": "profile_invite",
97
+ "version": 1,
98
+ "format_id": 1,
99
+ "payload": {
100
+ "aa_sig": aa_sig,
101
+ "invite_code": invite_code
102
+ }
103
+ }
104
+
105
+ end
106
+
107
+ def get_invite_link
108
+ fail "Invite link could not be generated. Use the invite_request method to get an invite code" if @invite_code.nil?
109
+
110
+ aa_sig = @invite_code["aa_sig"]
111
+ invite_code = @invite_code["invite_code"]
112
+
113
+ "#{INVITE_URL}/?i=#{invite_code}&aa_sig=#{aa_sig}"
114
+ end
115
+
116
+ private
117
+
118
+ def auth_methods(accepted_auth_methods, forcebiometric)
119
+ mobile_device = {
120
+ name: "mobiledevice",
121
+ rules: [
122
+ {
123
+ name: "forcebiometric",
124
+ value: forcebiometric
125
+ }
126
+ ]
127
+ }
128
+ security_key = { name: "securitykey" }
129
+
130
+ if accepted_auth_methods == "securitykey"
131
+ [security_key]
132
+ elsif accepted_auth_methods == "mobiledevice"
133
+ [mobile_device]
134
+ else
135
+ [mobile_device, security_key]
136
+ end
137
+ end
138
+ end
139
+ end
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: auth-armor
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Hannah Masila
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-07-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 2.1.4
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 2.1.4
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '13.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '13.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rest-client
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: Write a longer description or delete this line.
56
+ email:
57
+ - hannahmasila@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".gitignore"
63
+ - ".rspec"
64
+ - ".travis.yml"
65
+ - CODE_OF_CONDUCT.md
66
+ - Gemfile
67
+ - Gemfile.lock
68
+ - LICENSE.txt
69
+ - README.md
70
+ - Rakefile
71
+ - auth-armor.gemspec
72
+ - bin/console
73
+ - bin/setup
74
+ - lib/auth/armor/version.rb
75
+ - lib/auth_armor.rb
76
+ homepage: https://rubygems.org/gems/auth-armor
77
+ licenses:
78
+ - MIT
79
+ metadata:
80
+ homepage_uri: https://rubygems.org/gems/auth-armor
81
+ source_code_uri: https://github.com/hmasila/auth-armor
82
+ post_install_message:
83
+ rdoc_options: []
84
+ require_paths:
85
+ - lib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 2.3.0
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ requirements: []
97
+ rubygems_version: 3.1.2
98
+ signing_key:
99
+ specification_version: 4
100
+ summary: Write a short summary, because RubyGems requires one.
101
+ test_files: []