awsborn 0.3.7 → 0.3.8

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. data/VERSION +1 -1
  2. data/lib/awsborn/keychain.rb +2 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.7
1
+ 0.3.8
@@ -32,7 +32,8 @@ module Awsborn
32
32
  end
33
33
 
34
34
  def find_generic_password (name)
35
- `security -q find-generic-password -s "#{name}" -g "#{@keychain}" 2>&1 1>/dev/null`
35
+ # -l for label, the editable field in a secure note (and 'name' for passwords)
36
+ `security -q find-generic-password -l "#{name}" -g "#{@keychain}" 2>&1 1>/dev/null`
36
37
  end
37
38
 
38
39
  def decode_hex (hex_dump)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 7
9
- version: 0.3.7
8
+ - 8
9
+ version: 0.3.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Vrensk