switchcreds 0.1.3 → 0.1.4
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 +4 -4
- data/lib/switchcreds/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf85e77bc2ab916ad2df9fe0b7ce4201f1db7ac4
|
4
|
+
data.tar.gz: c8ab3f0713deb30b96866c53221bad1a3f53fb6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfeedfa4220e772ff18fc714e3ea1a121cb629168b4daec6cc990267103b19a6becc23595e5027e049d73cbd1fd9ec7bddc539e3914385cf17b6eea397047064
|
7
|
+
data.tar.gz: 227c0fa78466d589c542dbea236b9154ae7a13cdfdcc5d1e98886027bfaf75c4253f8932da79d2e2df9977b1df8549f6e44b83231d6c25ced9f7c0f247eb2779
|
data/lib/switchcreds/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Laflamme
|
@@ -84,7 +84,7 @@ description: SwitchCreds is a simple gem that allows you to switch back and fort
|
|
84
84
|
between different Amazon Web Services (AWS) accounts via the command line. This
|
85
85
|
is achieved by automatically updating your ~/.aws/credentials file to point your
|
86
86
|
AWS Command Line Interface (CLI) and AWS Software Development Kit (SDK) calls to
|
87
|
-
the appropriate account.
|
87
|
+
the appropriate account.
|
88
88
|
email:
|
89
89
|
- chrislaflamme1@gmail.com
|
90
90
|
executables:
|