gtk2passwordapp 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ begin
23
23
  :website => 'http://ruby-gnome-apps.blogspot.com/search/label/Passwords',
24
24
  :website_label => 'Ruby-Gnome Password Manager',
25
25
  :license => 'GPL',
26
- :copyright => '2010-08-06 08:46:14',
26
+ :copyright => '2010-08-17 19:00:27',
27
27
  }
28
28
 
29
29
  PROGRAM.window(about) do |window|
@@ -7,7 +7,7 @@ module Configuration
7
7
  # You can place your passwords data file in a directory other than ~/gtk2passwordapp-*
8
8
  PASSWORDS_DATA_DIR = UserSpace::DIRECTORY
9
9
 
10
- HILDON = (WRAPPER.to_s == 'HildonWrapper')
10
+ HILDON = (WRAPPER.to_s =~ /HildonWrapper/)? true: false
11
11
 
12
12
  GO_BUTTON_LENGTH = 50
13
13
  SPIN_BUTTON_LENGTH = 60
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk2passwordapp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 3
8
+ - 4
9
9
  - 0
10
- version: 1.3.0
10
+ version: 1.4.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - carlosjhr64@gmail.com
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-06 00:00:00 -07:00
18
+ date: 2010-08-17 00:00:00 -07:00
19
19
  default_executable: gtk2passwordapp
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency