gtk2passwordapp 4.1.0 → 4.1.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: c4a2c5ffb91542e05bbda96780e8f5d8aecfd572
4
- data.tar.gz: 081860ce3d120fa3f9e55180b583facf45cc96cb
3
+ metadata.gz: d5d75b356c6fc81448c1e3a2f0b2b060373c6ce9
4
+ data.tar.gz: de05c24e0dfaccf703d38470677547af86eb792b
5
5
  SHA512:
6
- metadata.gz: 58c9c9d74ae32e0462dff4333bbad47efec92485ab403ccf4fc7eaf10c96715e91273ee02e8ed9d2037ebf4e349edc62c0196dee8b0f0847fe7dd0aa8d4885da
7
- data.tar.gz: ff8c848df347276249f46b658d64d9d76b9ec93118def9af23dab4e494f27275ab9367a427344d3198161fb3b278bff82b991798eb580420b161d56d89892891
6
+ metadata.gz: 95305858d433f8b7e5fe7be8c302a48ceb9c6a8b8bde43364856d0409236e49341173199cceab4bad32846944189b279282cf7fb6d1f454a446dff93764b609a
7
+ data.tar.gz: 580dfe7749b797455d250baccbd9fe094416736191531acfcb3a319b3e7a9f51e568ba252de8000682281000cafb58ec4ce98c1e9c23ca04affbcddb7b5cd2e0
data/bin/gtk2passwordapp CHANGED
@@ -101,7 +101,7 @@ begin
101
101
  name = $stdin.gets.strip
102
102
  end
103
103
  # Does the given account exist?
104
- raise "Could not find account \"#{name}\"." unless accounts.include?(name)
104
+ raise "Could not find account \"#{name}\"." unless accounts.data[name]
105
105
 
106
106
  # Put the password!
107
107
  account = accounts.get(name)
data/data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.1.0
1
+ 4.1.1
@@ -1,3 +1,3 @@
1
1
  module Gtk2passwordapp
2
- VERSION = '4.1.0'
2
+ VERSION = '4.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk2passwordapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - carlosjhr64
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-28 00:00:00.000000000 Z
11
+ date: 2014-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rafini