awskeyring 1.10.1 → 1.11.0

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: 17a6de8984a9338fb76fd2ad5258fdf26f9ad08f0cdb7672d430fb74be325675
4
- data.tar.gz: 30f7727229da9a682ff9233651c72b23661ddbde8a60f3ac877c9973e30840b3
3
+ metadata.gz: dc910795f877ae9b6a82106d0abb6aa98a1ac41e3b23e995effe1ea5dc8e8ffd
4
+ data.tar.gz: 8e6651afc8b0320b9ed9e3d7b32274d6cf473ef36f7d8bf393f4e0115072aed4
5
5
  SHA512:
6
- metadata.gz: 6435df39960011e99a62b78a4366de6d18631a855d1141fe2fff1f72edd2929503a4c04b125238b4a2e6300f40376cc37106f8b1779c4c5e70a968c55e5d3d96
7
- data.tar.gz: 9407f4ae96fa771b2d61167025dd20a8621537404758ad7ea3a86279a2ef22e58863e107ff2e618628b60d1ffa33eed17379445d032d0cb3ad755d91f188e280
6
+ metadata.gz: 56112939c5730e6e72812b0e85845018ae762dddc1e8df8c9308c72a8458c010ce6898c1cd957d91f22a2dc3bffcc5504d933c03e711073adea294e218043e9a
7
+ data.tar.gz: 60b525d9b832477409eaaa8b59ef4cb34d8ffac239b9ab26011214a8a8e182d1cc9a304ab35ca3ca4b7b128377c019eb6337bac468ed899bfd067fdac677ada0
data/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  ![Awskeyring](https://raw.githubusercontent.com/tristanmorgan/awskeyring/main/awskeyring-144.png)
4
4
 
5
5
  * [![Build Status](https://app.travis-ci.com/tristanmorgan/awskeyring.svg?branch=main)](https://app.travis-ci.com/github/tristanmorgan/awskeyring)
6
- * [![Gem Version](https://badge.fury.io/rb/awskeyring.svg)](https://badge.fury.io/rb/awskeyring)
6
+ * [![Gem Version](https://img.shields.io/gem/v/awskeyring)](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
- * [![All Downloads](https://ruby-gem-downloads-badge.herokuapp.com/awskeyring?type=total)](https://rubygems.org/gems/awskeyring)
9
- * [![Version Downloads](https://ruby-gem-downloads-badge.herokuapp.com/awskeyring?label=downloads-current-version)](https://rubygems.org/gems/awskeyring)
8
+ * [![All Downloads](https://img.shields.io/gem/dt/awskeyring)](https://rubygems.org/gems/awskeyring)
9
+ * [![Version Downloads](https://img.shields.io/gem/dtv/awskeyring)](https://rubygems.org/gems/awskeyring)
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
@@ -20,7 +20,7 @@ module Awskeyring
20
20
  #
21
21
  # @param [String] aws_access_key The aws_access_key_id
22
22
  def self.access_key(aws_access_key)
23
- raise 'Invalid Access Key' unless /\AAKIA[A-Z0-9]{12,16}\z/.match?(aws_access_key)
23
+ raise 'Invalid Access Key' unless /\AAKIA[A-Z234567]{16}\z/.match?(aws_access_key)
24
24
 
25
25
  aws_access_key
26
26
  end
@@ -6,7 +6,7 @@ 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.1'
9
+ VERSION = '1.11.0'
10
10
  # The Gem's homepage
11
11
  HOMEPAGE = 'https://github.com/tristanmorgan/awskeyring'
12
12
 
@@ -45,7 +45,7 @@ class AwskeyringCommand < Thor # rubocop:disable Metrics/ClassLength
45
45
  # print the version number
46
46
  def __version
47
47
  puts "Awskeyring v#{Awskeyring::VERSION}"
48
- if !options['no-remote'] && Awskeyring::VERSION != Awskeyring.latest_version
48
+ if !options['no-remote'] && Awskeyring.latest_version != Awskeyring::VERSION
49
49
  puts "the latest version v#{Awskeyring.latest_version}"
50
50
  end
51
51
  puts "Homepage #{Awskeyring::HOMEPAGE}"
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" "December 2022" "" ""
4
+ .TH "AWSKEYRING" "5" "February 2023" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBAwskeyring\fR \- is a small tool to manage AWS account keys in the macOS Keychain
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.1
4
+ version: 1.11.0
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-12-12 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-iam
@@ -92,9 +92,9 @@ licenses:
92
92
  metadata:
93
93
  bug_tracker_uri: https://github.com/tristanmorgan/awskeyring/issues
94
94
  changelog_uri: https://github.com/tristanmorgan/awskeyring/blob/main/CHANGELOG.md
95
- documentation_uri: https://rubydoc.info/gems/awskeyring/1.10.1
95
+ documentation_uri: https://rubydoc.info/gems/awskeyring/1.11.0
96
96
  rubygems_mfa_required: 'true'
97
- source_code_uri: https://github.com/tristanmorgan/awskeyring/tree/v1.10.1
97
+ source_code_uri: https://github.com/tristanmorgan/awskeyring/tree/v1.11.0
98
98
  wiki_uri: https://github.com/tristanmorgan/awskeyring/wiki
99
99
  post_install_message:
100
100
  rdoc_options: []