switchcreds 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/switchcreds/version.rb +1 -1
  3. metadata +8 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b6a7baed34dd8494411e042ff3153b1f06bc93a
4
- data.tar.gz: dfabfa8b9121c76627ed9de33d14ba9147914977
3
+ metadata.gz: 8237302dde9e4c21466de258b3552b667042ed79
4
+ data.tar.gz: 11da32f5ed22b112d61e0b61e9fe5cac8e0d3944
5
5
  SHA512:
6
- metadata.gz: d5a05f1a248454da3b6cbc914a8af145bd811d78c5f803a1ff727d6fd1ecd8628b6a70bb31f1d04739d857a6a7357de3c96e053f0994c88477a161a7bbfb1ced
7
- data.tar.gz: 3fe299ca64645ed1bf7c852446f6bb5c6a9138518912d4d5dfc6643f4b80c94febe75f29d489be10ec12c594446d12ea7700ad2da9312786c0664b6799d210ff
6
+ metadata.gz: 991016c323b03a36bd71a7cee16f4b6429555f6d688443c7eed2bc8de763bc39ce11fedebb6e539d78d7dfbdf1229058893795770d938e8c1b1d372e6600829a
7
+ data.tar.gz: 913a979a3a801bf6851957cd263bc63c328ca932e31be3cfb96588dd56f4bed00699925d8ad615c34b36ff1103221f886091c2131029108e10e57491ea87cc6d
@@ -1,3 +1,3 @@
1
1
  module SwitchCreds
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: switchcreds
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
  - Chris Laflamme
@@ -52,7 +52,11 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Write a longer description or delete this line.
55
+ description: SwitchCreds is a simple gem that allows you to switch back and forth
56
+ between different Amazon Web Services (AWS) accounts via the command line. This
57
+ is achieved by automatically updating your ~/.aws/credentials file to point your
58
+ AWS Command Line Interface (CLI) and AWS Software Development Kit (SDK) calls to
59
+ the appropriate account. Only Mac supported at this time.
56
60
  email:
57
61
  - chrislaflamme1@gmail.com
58
62
  executables:
@@ -86,5 +90,6 @@ rubyforge_project:
86
90
  rubygems_version: 2.6.14
87
91
  signing_key:
88
92
  specification_version: 4
89
- summary: Write a short summary, because Rubygems requires one.
93
+ summary: Allows switching between Amazon Web Services (AWS) accounts via command line.
94
+ Mac only at this time.
90
95
  test_files: []