gtk2passwordapp 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. data/lib/gtk2passwordapp.rb +2 -1
  2. metadata +4 -4
@@ -9,7 +9,7 @@ module Gtk2Password
9
9
  'website' => 'https://sites.google.com/site/gtk2applib/home/gtk2applib-applications/gtk2passwordapp',
10
10
  'website-label' => 'Ruby-Gnome Password Manager',
11
11
  'license' => 'GPL',
12
- 'copyright' => '2011-07-02 17:53:12',
12
+ 'copyright' => '2011-07-03 09:52:12',
13
13
  }
14
14
 
15
15
  PRIMARY = Gtk::Clipboard.get((Configuration::SWITCH_CLIPBOARDS)? Gdk::Selection::CLIPBOARD: Gdk::Selection::PRIMARY)
@@ -38,6 +38,7 @@ module Gtk2Password
38
38
  @passwords = Gtk2Password::Passwords.new(Configuration::PASSWORDS_FILE) do |prompt|
39
39
  Gtk2Password.get_password(prompt) || exit
40
40
  end
41
+ @passwords.expired = Configuration::PASSWORD_EXPIRED
41
42
  @modified = false
42
43
  self.build_menu
43
44
  program.window do |window|
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
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: 2011-07-02 00:00:00 Z
18
+ date: 2011-07-03 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: crypt-tea