imp 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Kerber
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-09 00:00:00.000000000 Z
11
+ date: 2013-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline
@@ -50,14 +50,44 @@ executables:
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
+ - doc/js/jquery.js
54
+ - doc/js/app.js
55
+ - doc/js/full_list.js
56
+ - doc/css/style.css
57
+ - doc/css/common.css
58
+ - doc/css/full_list.css
59
+ - doc/class_list.html
60
+ - doc/method_list.html
61
+ - doc/file_list.html
62
+ - doc/frames.html
63
+ - doc/_index.html
64
+ - doc/index.html
65
+ - doc/file.README.html
66
+ - doc/top-level-namespace.html
67
+ - doc/PasswdManage.html
68
+ - doc/PasswdManage/UI.html
69
+ - doc/PasswdManage/Crypto.html
70
+ - doc/PasswdManage/Tree.html
71
+ - doc/PasswdManage/EncryptedTree.html
72
+ - doc/PasswdManage/EncryptedFile.html
73
+ - doc/PasswdManage/Commands.html
74
+ - doc/PasswdManage/Util.html
75
+ - doc/Imp.html
76
+ - doc/Imp/UI.html
77
+ - doc/Imp/Util.html
78
+ - doc/Imp/Crypto.html
79
+ - doc/Imp/Commands.html
80
+ - doc/Imp/Tree.html
81
+ - doc/Imp/EncryptedTree.html
82
+ - doc/Imp/EncryptedFile.html
53
83
  - bin/imp
54
84
  - lib/imp/crypto.rb
55
85
  - lib/imp/encrypted_tree.rb
56
86
  - lib/imp/tree.rb
57
87
  - lib/imp/encrypted_file.rb
58
88
  - lib/imp/util.rb
59
- - lib/imp/commands.rb
60
89
  - lib/imp/ui.rb
90
+ - lib/imp/commands.rb
61
91
  - lib/imp.rb
62
92
  - LICENSE
63
93
  - README.md