aws-sdk-sts 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-sdk-sts.rb +1 -1
  3. metadata +19 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70067f14f71ceb526c0353358016b6d06eef46e59e90b434e58b6b71177884aa
4
- data.tar.gz: 5058d670326e01ebfe9f2abdb1e89fed39d5d5be2ff4da7f80f3844f287cd457
3
+ metadata.gz: 43cb2bba299fce5aae54e34ff47744be5dc5e7b1e475f52260f48b81a8ab9b35
4
+ data.tar.gz: ad5f66cf3d6452d2b4f712f2910b7a97c706d3ffcc6f946afb2aed6975ec153c
5
5
  SHA512:
6
- metadata.gz: e5d82548fe51af88ce80de43466c9d891a00450d1b460bd659fa66db114249aac2795a935802cd0e4d49862d394964967b5dcaaab1ccc445663637c215750cc7
7
- data.tar.gz: a8f3faa32bd569aba3a66eb7ee9ee95b8f28430d8ad612be3e5559a3ca5062a03668cc7ca60e91c421fe50bb097653b72387ce4e7ed5e0b3fd86ac5cf386cdb6
6
+ metadata.gz: aafb49ae09114936971f8bb4b92c0bbc13cb57a27e27e1eb938762fe4300f59c7f489b50cef4db57477e1b226f61eb07c0dbd76e97c7916de1d6161ccfba9d13
7
+ data.tar.gz: a2c440b92a612e8d31a7b463b92ea3c96c2f854c9ffd2a860ac55b13342793593f56586460bc027c4aa025d94cdc8d4c5405bb0249e47c89a0f801fe22032132
@@ -6,7 +6,7 @@ module Aws; end
6
6
 
7
7
  module Aws::STS
8
8
 
9
- GEM_VERSION = '0.1.2'
9
+ GEM_VERSION = '0.1.3'
10
10
 
11
11
  end
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RyanJarv
@@ -12,7 +12,9 @@ date: 2020-11-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
 
15
- It attempts to warn you that the wrong gem is installed when executed. I'll likely look for a better way to do this later. Homepage is a placeholder, will make a post about this soon.
15
+ This gem is a stub that attempts to warn you that you installed the wrong package. AWS's STS library is bundled with aws-sdk-iam, you'll likely want to install that instead.
16
+
17
+ Right now this just thows an error on Aws::STS::Client.new. When I get some time i'll look into if it's possible to throw an error during the install process instead.
16
18
  email:
17
19
  - me@ryanjarv.sh
18
20
  executables: []
@@ -29,7 +31,21 @@ metadata:
29
31
  homepage_uri: https://blog.ryanjarv.sh/
30
32
  source_code_uri: https://github.com/ryanjarv/aws-sdk-sts
31
33
  changelog_uri: https://github.com/ryanjarv/aws-sdk-sts
32
- post_install_message:
34
+ post_install_message: |2+
35
+
36
+
37
+
38
+
39
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
40
+
41
+ ** IMPORTANT **
42
+
43
+ You have installed the wrong gem, the AWS STS client is included in 'aws-sdk-iam'. You likely want to install that instead.
44
+
45
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
46
+
47
+
48
+
33
49
  rdoc_options: []
34
50
  require_paths:
35
51
  - lib