gtk2passwordapp 2.7.0 → 2.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/gtk2passwordapp2 +1 -1
  2. metadata +5 -5
data/bin/gtk2passwordapp2 CHANGED
@@ -11,7 +11,7 @@ if (nogui = ARGV.include?('--no-gui')) || (ARGV.include?('--dump')) then
11
11
  # so commicating with user via stderr.
12
12
  $stderr.print "Warning: password will be shown.\nPassword: "
13
13
  pwd = $stdin.gets.strip
14
- if pwd.length == 3 then
14
+ if pwd.length == 7 then
15
15
  begin
16
16
  otpr = `which otpr`
17
17
  if otpr.length > 0 then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk2passwordapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-04-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: crypt-tea
16
- requirement: &8819400 !ruby/object:Gem::Requirement
16
+ requirement: &12210460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - =
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.3.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *8819400
24
+ version_requirements: *12210460
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: gtk2applib
27
- requirement: &8818880 !ruby/object:Gem::Requirement
27
+ requirement: &12380780 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '15.3'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *8818880
35
+ version_requirements: *12380780
36
36
  description: ! 'A Ruby-Gnome password manager.
37
37
 
38
38
  Uses crypt-tea''s Tiny Encryption Algorithm to encrypt the datafile.