awskeyring 1.10.0 → 1.10.1

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: 9d9c2970e11f8010bdad75abe884f095359e4b673286bae9d9b71bffc0ba4be1
4
- data.tar.gz: d1f1aa922b0a1625fb53cc3354895fefaedb719ef78336506603260fef6e9fb1
3
+ metadata.gz: 17a6de8984a9338fb76fd2ad5258fdf26f9ad08f0cdb7672d430fb74be325675
4
+ data.tar.gz: 30f7727229da9a682ff9233651c72b23661ddbde8a60f3ac877c9973e30840b3
5
5
  SHA512:
6
- metadata.gz: 60866afa30750d31ac60400e40176688164b7013180a6457ee0c88fdd5ce4bbcffca7ed4102e0f2ea1946d8c866998b559fd4a5ec60fb70a0183555cd4dab556
7
- data.tar.gz: fc5a66e3ee183f8f460e6272ff4d9a8f7ec5abbec4dd3d6ddeb0b899dbd524ea5ee830d2aa489929f3de0e0d235cca0debcb636a36353b3cb7cf87755fd1cf9b
6
+ metadata.gz: 6435df39960011e99a62b78a4366de6d18631a855d1141fe2fff1f72edd2929503a4c04b125238b4a2e6300f40376cc37106f8b1779c4c5e70a968c55e5d3d96
7
+ data.tar.gz: 9407f4ae96fa771b2d61167025dd20a8621537404758ad7ea3a86279a2ef22e58863e107ff2e618628b60d1ffa33eed17379445d032d0cb3ad755d91f188e280
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Awskeyring
2
2
 
3
- ![Awskeyring](https://raw.githubusercontent.com/servian/awskeyring/main/awskeyring-144.png)
3
+ ![Awskeyring](https://raw.githubusercontent.com/tristanmorgan/awskeyring/main/awskeyring-144.png)
4
4
 
5
- * [![Build Status](https://app.travis-ci.com/servian/awskeyring.svg?branch=main)](https://app.travis-ci.com/github/servian/awskeyring)
5
+ * [![Build Status](https://app.travis-ci.com/tristanmorgan/awskeyring.svg?branch=main)](https://app.travis-ci.com/github/tristanmorgan/awskeyring)
6
6
  * [![Gem Version](https://badge.fury.io/rb/awskeyring.svg)](https://badge.fury.io/rb/awskeyring)
7
7
  * [![license MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
8
8
  * [![All Downloads](https://ruby-gem-downloads-badge.herokuapp.com/awskeyring?type=total)](https://rubygems.org/gems/awskeyring)
@@ -10,7 +10,7 @@
10
10
  * [![Documentation](https://img.shields.io/badge/yard-docs-brightgreen.svg)](https://www.rubydoc.info/gems/awskeyring)
11
11
 
12
12
  Awskeyring is a small tool to manage AWS account keys in the macOS Keychain. It has
13
- grown to incorporate a lot of [features](https://github.com/servian/awskeyring/wiki/Awskeyring-features).
13
+ grown to incorporate a lot of [features](https://github.com/tristanmorgan/awskeyring/wiki/Awskeyring-features).
14
14
 
15
15
  ## Motivation
16
16
 
@@ -33,7 +33,7 @@ or via [homebrew gem](https://github.com/sportngin/brew-gem):
33
33
 
34
34
  ## Wiki
35
35
 
36
- Please see the [Wiki](https://github.com/servian/awskeyring/wiki) for full usage instructions and tips.
36
+ Please see the [Wiki](https://github.com/tristanmorgan/awskeyring/wiki) for full usage instructions and tips.
37
37
 
38
38
  ## Quick start
39
39
 
@@ -104,12 +104,12 @@ To install this gem onto your local machine, run `bundle exec rake install`.
104
104
  ## Security
105
105
 
106
106
  If you believe you have found a security issue in Awskeyring, please responsibly disclose by contacting me at
107
- [tristan.morgan@servian.com](mailto:tristan.morgan@servian.com). Awskeyring is a Ruby script and as such Ruby is whitelisted
107
+ [tristan.morgan@gmail.com](mailto:tristan.morgan@gmail.com). Awskeyring is a Ruby script and as such Ruby is whitelisted
108
108
  to access your "awskeyring" keychain. Use a strong password and keep the unlock time short.
109
109
 
110
110
  ## Contributing
111
111
 
112
- Bug reports and pull requests are welcome on GitHub at [https://github.com/servian/awskeyring](https://github.com/servian/awskeyring).
112
+ Bug reports and pull requests are welcome on GitHub at [https://github.com/tristanmorgan/awskeyring](https://github.com/tristanmorgan/awskeyring).
113
113
  This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
114
114
  the [Contributor Covenant](https://contributor-covenant.org) code of conduct.
115
115
 
data/awskeyring.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.name = 'awskeyring'
9
9
  spec.version = Awskeyring::VERSION
10
10
  spec.authors = ['Tristan Morgan']
11
- spec.email = 'tristan.morgan@servian.com'
11
+ spec.email = 'tristan.morgan@gmail.com'
12
12
 
13
13
  spec.summary = 'Manages AWS credentials in the macOS keychain'
14
14
  spec.description = 'Manages AWS credentials in the macOS keychain'
@@ -6,9 +6,9 @@ require 'json'
6
6
  # Version const and query of latest.
7
7
  module Awskeyring
8
8
  # The Gem's version number
9
- VERSION = '1.10.0'
9
+ VERSION = '1.10.1'
10
10
  # The Gem's homepage
11
- HOMEPAGE = 'https://github.com/servian/awskeyring'
11
+ HOMEPAGE = 'https://github.com/tristanmorgan/awskeyring'
12
12
 
13
13
  # RubyGems Version url
14
14
  GEM_VERSION_URL = 'https://rubygems.org/api/v1/versions/awskeyring/latest.json'
data/man/awskeyring.5 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "AWSKEYRING" "5" "November 2022" "" ""
4
+ .TH "AWSKEYRING" "5" "December 2022" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBAwskeyring\fR \- is a small tool to manage AWS account keys in the macOS Keychain
@@ -341,10 +341,10 @@ The last field is the warning threshold for key age\.
341
341
  The motivation of this application is to provide a local secure store of AWS credentials using specifically in the macOS Keychain, to have them easily accessed from the Terminal, and to provide useful functions like assuming roles and opening the AWS Console from the cli\. It then expanded to include autocomplete and a desire to have an almost complete test coverage to prevent regressions in its functionality\. For Enterprise environments there are better suited tools to use like HashiCorp Vault \fIhttps://vaultproject\.io/\fR\.
342
342
  .
343
343
  .SH "SECURITY"
344
- If you believe you have found a security issue in Awskeyring, please responsibly disclose by contacting me at \fItristan\.morgan@servian\.com\fR\. Awskeyring is a Ruby script and as such Ruby is whitelisted to access your "awskeyring" keychain\. Use a strong password and keep the unlock time short\.
344
+ If you believe you have found a security issue in Awskeyring, please responsibly disclose by contacting me at \fItristan\.morgan@gmail\.com\fR\. Awskeyring is a Ruby script and as such Ruby is whitelisted to access your "awskeyring" keychain\. Use a strong password and keep the unlock time short\.
345
345
  .
346
346
  .SH "AUTHOR"
347
- Tristan Morgan \fItristan\.morgan@servian\.com\fR is the maintainer of Awskeyring\.
347
+ Tristan Morgan \fItristan\.morgan@gmail\.com\fR is the maintainer of Awskeyring\.
348
348
  .
349
349
  .SH "CONTRIBUTORS"
350
350
  .
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awskeyring
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tristan Morgan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-12 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-iam
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Manages AWS credentials in the macOS keychain
70
- email: tristan.morgan@servian.com
70
+ email: tristan.morgan@gmail.com
71
71
  executables:
72
72
  - awskeyring
73
73
  extensions: []
@@ -86,16 +86,16 @@ files:
86
86
  - lib/awskeyring/version.rb
87
87
  - lib/awskeyring_command.rb
88
88
  - man/awskeyring.5
89
- homepage: https://github.com/servian/awskeyring
89
+ homepage: https://github.com/tristanmorgan/awskeyring
90
90
  licenses:
91
91
  - MIT
92
92
  metadata:
93
- bug_tracker_uri: https://github.com/servian/awskeyring/issues
94
- changelog_uri: https://github.com/servian/awskeyring/blob/main/CHANGELOG.md
95
- documentation_uri: https://rubydoc.info/gems/awskeyring/1.10.0
93
+ bug_tracker_uri: https://github.com/tristanmorgan/awskeyring/issues
94
+ changelog_uri: https://github.com/tristanmorgan/awskeyring/blob/main/CHANGELOG.md
95
+ documentation_uri: https://rubydoc.info/gems/awskeyring/1.10.1
96
96
  rubygems_mfa_required: 'true'
97
- source_code_uri: https://github.com/servian/awskeyring/tree/v1.10.0
98
- wiki_uri: https://github.com/servian/awskeyring/wiki
97
+ source_code_uri: https://github.com/tristanmorgan/awskeyring/tree/v1.10.1
98
+ wiki_uri: https://github.com/tristanmorgan/awskeyring/wiki
99
99
  post_install_message:
100
100
  rdoc_options: []
101
101
  require_paths: