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 +4 -4
- data/bin/gtk2passwordapp +1 -1
- data/data/VERSION +1 -1
- data/lib/gtk2passwordapp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5d75b356c6fc81448c1e3a2f0b2b060373c6ce9
|
4
|
+
data.tar.gz: de05c24e0dfaccf703d38470677547af86eb792b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
1
|
+
4.1.1
|
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.
|
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-
|
11
|
+
date: 2014-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rafini
|