awskeyring 0.7.0 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acf4100ecde4dce232c8ab205879ba29569ca81a
4
- data.tar.gz: 5ea4a9a1dc79b5aa67280a3c412caa455f044674
3
+ metadata.gz: 1ebe6ee9bb5814b1566494d8be14c6b789b86721
4
+ data.tar.gz: 59be7211203c6a51d309b92c66ea83d83ee6b046
5
5
  SHA512:
6
- metadata.gz: 2f84e0aeb24f28dcab583cb04b26700db189484e81e898df95e6dff02c33f4ff4e70397ae485594b2a8c07c5f5a5cd32d62b051f228316b77f3398f6b1227207
7
- data.tar.gz: 902baf9cf05652cb081b126589d4e1763e1e65a5868d1c86ec59e375e38f6c5c3c9fbf5b52964717b8f0f931a58e01cfda484f4e3581aad5c614ea52368c9874
6
+ metadata.gz: e2d948135aac4bc9b5e1b13899060934ed8333fe991587de39a50d0becb16f45c3fa53c0674e844ad6212e404f91354e0cb43dd7dbc3d3d7f3c81c2e025e436c
7
+ data.tar.gz: 83844924a2145ef993f60afba15130b7f1526611419b9854ddd9e30a3295f837471ec1d4a942e361d4482347fa0b0054cb60db9baa818cc5b8e44c4ad357433c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.7.1](https://github.com/vibrato/awskeyring/tree/v0.7.1) (2018-12-03)
4
+ [Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.7.0...v0.7.1)
5
+
6
+ **Fixed bugs:**
7
+
8
+ - Trailing LF was being passed to validator [\#37](https://github.com/vibrato/awskeyring/pull/37) ([tristanmorgan](https://github.com/tristanmorgan))
9
+
3
10
  ## [v0.7.0](https://github.com/vibrato/awskeyring/tree/v0.7.0) (2018-11-26)
4
11
  [Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.6.0...v0.7.0)
5
12
 
@@ -1,4 +1,4 @@
1
1
  module Awskeyring
2
2
  # The Gems version number
3
- VERSION = '0.7.0'.freeze
3
+ VERSION = '0.7.1'.freeze
4
4
  end
@@ -461,7 +461,7 @@ class AwskeyringCommand < Thor # rubocop:disable Metrics/ClassLength
461
461
 
462
462
  def ask(message:, secure: false, optional: false)
463
463
  if secure
464
- Thor::LineEditor.readline(message.rjust(20) + ': ', echo: false)
464
+ Thor::LineEditor.readline(message.rjust(20) + ': ', echo: false).strip
465
465
  elsif optional
466
466
  Thor::LineEditor.readline((message + ' (optional)').rjust(20) + ': ')
467
467
  else
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: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tristan Morgan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-26 00:00:00.000000000 Z
11
+ date: 2018-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-iam