gtk2passwordapp 1.7.0 → 1.8.0

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 (3) hide show
  1. data/README.txt +2 -0
  2. data/bin/gtk2passwordapp +1 -0
  3. metadata +4 -4
data/README.txt CHANGED
@@ -5,6 +5,8 @@ Uses crypt-tea's Tiny Encryption Algorithm to encrypt the datafile.
5
5
  Features random password generator and clipboard use.
6
6
 
7
7
 
8
+ The main purpose of version 1.8 is to fix the "trust range" from "> 0" to "~> 1.0", so that version one can co-exist with version 2.
9
+
8
10
  To add an account, enter the new account name in the "Account:" entry/combo box. For the account, write the associated url, a note about the account, and the username in the appropriate entry boxes.
9
11
 
10
12
  To set a new password, either enter the password in the "New:" entry box, or generate it by pressing "Random", "Alpha-Numeric", "Numeric", "Letters", or "All-Caps". One can set the password length generated with the spin-box. To make the password generated visible, un-check the check button.
data/bin/gtk2passwordapp CHANGED
@@ -2,6 +2,7 @@
2
2
  require 'rubygems'
3
3
  gem 'gtk2applib', '~> 15.3'
4
4
  require 'gtk2applib'
5
+ gem 'gtk2passwordapp', '~> 1.0'
5
6
  require 'gtk2passwordapp'
6
7
 
7
8
  if $options=~/-no-gui/ then
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: 11
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 7
8
+ - 8
9
9
  - 0
10
- version: 1.7.0
10
+ version: 1.8.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: 2011-06-19 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