aws_assume_role 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 551055c8aa1b6660c21c76c5381c9da432d3bbcf33200ccde2e5d4e611b76d71
4
- data.tar.gz: b42b36dc9a2e25713a1cf572fed23efc6e1c41e8aaa6298b25e145583eae5a74
3
+ metadata.gz: 822054416e9fe39ea9eb101b09c92235d4a992f5ddb9d172b3f4b338b95dc4cd
4
+ data.tar.gz: 7ce234a6605aa5c35b63acc3c9c40ab586aa838be21d5f2f6fb283856bac6cf5
5
5
  SHA512:
6
- metadata.gz: 18a5f3bbd0b03d7520a0fa925cfa020c9847b760bf8c12afbf35bd1747167fef2f040973c58aa1696190122efc569acd99860a6af83b99fcc9d9346c4edf8133
7
- data.tar.gz: 6952642b3bfbf70a706161f7255cbf28bdc7937a04e1a3b6749a4930e2a4e5065695c07aa6ccb81c89f19e8b951eacdad34c3b462ea3c0673266f626f6e6f7db
6
+ metadata.gz: 06cd405a2ba8b50f8320e2ce42bf4d9588bd92d2ff988b4e30e805fb0d9071287d1831dd3370706facdb4c2d80cfd8680aa6393f0b05b5b815fd5e5514a43897
7
+ data.tar.gz: 7959a65607e5a2894c90aa662a35ab9d2a02e48aaddea28a3d9d5fb0e6a026ce565f5cd36e594a410c17eb9769b00d2b113ce85f0d334f91bf0a76e682c2fb84
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.3.5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 1.0.2
2
+ * Display credential prompts on stderr to allow shell eval to work (@timbirk)
1
3
  ## 1.0.1
2
4
  * Fix setting environment variable throwing string frozen error (@mrprimate)
3
5
  * Fix incompatibility with version 0.4 of dry-struct (@tomhaynes)
@@ -19,7 +19,7 @@ module AwsAssumeRole::Ui
19
19
  end
20
20
 
21
21
  def input
22
- @input ||= HighLine.new
22
+ @input ||= HighLine.new($stdin, $stderr)
23
23
  end
24
24
 
25
25
  def validation_errors_to_s(result)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AwsAssumeRole
4
- VERSION = "1.0.1".freeze
4
+ VERSION = "1.0.2".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_assume_role
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Topper
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2017-11-10 00:00:00.000000000 Z
17
+ date: 2017-11-20 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: activesupport