|
96380d3d93
|
update version 4.1.1
|
2017-05-03 20:39:32 +02:00 |
|
|
9ad8eba901
|
fix: remove unused method
|
2017-05-03 19:54:21 +02:00 |
|
|
83fe41921c
|
update version 4.1
|
2017-04-22 10:25:19 +02:00 |
|
|
02996b5904
|
gemspec: add minimal ruby version
|
2017-04-20 23:26:40 +02:00 |
|
|
b2b9437431
|
change copyright year
|
2017-04-20 23:22:56 +02:00 |
|
|
0fdefdf433
|
feat: add options to edit or update an item
|
2017-04-13 22:35:57 +02:00 |
|
|
77bca426bc
|
add information in print config
|
2017-04-09 11:02:07 +02:00 |
|
|
3f9d7eff33
|
feat: add print configuration
|
2017-04-09 10:08:25 +02:00 |
|
|
b65595d0b7
|
minor refacto
|
2017-04-09 08:47:07 +02:00 |
|
|
388dc439b6
|
fix argument in config setup
|
2017-04-08 17:39:51 +02:00 |
|
|
18ba8967d9
|
add test for wallet_paths
|
2017-04-08 17:31:06 +02:00 |
|
|
25baa260e3
|
feat: add option to set a specific path for a wallet
|
2017-04-08 17:15:05 +02:00 |
|
|
55c07b90af
|
minor refacto
|
2017-04-08 10:04:43 +02:00 |
|
|
84afbc4b40
|
Merge branch 'fix-gpg-password'
|
2017-04-05 00:09:55 +02:00 |
|
|
3b5bb48e6b
|
add translate for pinmode options
|
2017-04-05 00:04:15 +02:00 |
|
|
621819203f
|
add option to disable pinmode
|
2017-04-05 00:03:53 +02:00 |
|
|
45ead1e24e
|
fix syntax for rubocop 0.48.1
|
2017-04-04 23:52:00 +02:00 |
|
|
d8df357993
|
not use pinmode if gpg version < 2.1
|
2017-04-04 23:50:38 +02:00 |
|
|
7ce4ba721b
|
add option to enable pinmode with gpg >= 2.1
|
2017-04-04 23:45:03 +02:00 |
|
|
d1adfd24c1
|
fix pinentry mode with gpg 1.4
|
2017-04-03 22:31:58 +02:00 |
|
|
3543b0cf05
|
remove unused wallet config
|
2017-04-02 22:39:31 +02:00 |
|
Adrien Waksberg
|
92cb89ad33
|
fix gpg password with pinentry
|
2017-04-02 12:14:27 +02:00 |
|
|
1e688d191c
|
remove unused dependancies
|
2017-03-30 22:41:12 +02:00 |
|
|
2cb8ad4dbe
|
add rubocop test in travis
|
2017-03-30 20:18:49 +02:00 |
|
Adrien Waksberg
|
7eb585726f
|
fix syntax on Genfile and mpw.gemspec
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
01745cac2d
|
indent class
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
0f7510b6e6
|
multiple fix on syntax
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
755df6c342
|
fix syntax for variable with multiple conditional
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
3c787371b3
|
fix syntax for options in method
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
002ec2175b
|
fix rescue
|
2017-03-30 20:08:40 +02:00 |
|
|
ac2732d116
|
revert new module form
|
2017-03-30 20:08:40 +02:00 |
|
|
b1fd013d92
|
fix indentation for multiline method and hash
|
2017-03-30 20:08:40 +02:00 |
|
|
782f3d8b5f
|
remove useless line
|
2017-03-30 20:08:40 +02:00 |
|
|
e04d00d3f4
|
use new form for module
|
2017-03-30 20:08:40 +02:00 |
|
|
5db52db1a3
|
remove do in while line
|
2017-03-30 20:08:40 +02:00 |
|
|
18ba72e91b
|
fix private style
|
2017-03-30 20:08:40 +02:00 |
|
|
8cd7b6e583
|
use iter form
|
2017-03-30 20:08:40 +02:00 |
|
|
da248460da
|
use %r{} for regex
|
2017-03-30 20:08:40 +02:00 |
|
|
74d08a7d5b
|
add to_s
|
2017-03-30 20:08:40 +02:00 |
|
|
c29d2e92d2
|
replace :? to
|
2017-03-30 20:08:40 +02:00 |
|
|
b32846ea5e
|
replace while true by Kernel.loop
|
2017-03-30 20:08:40 +02:00 |
|
|
c1baf3e1d4
|
remove unused variable
|
2017-03-30 20:08:40 +02:00 |
|
|
05c30200c3
|
add rubocop file
|
2017-03-30 20:08:33 +02:00 |
|
|
043e378eab
|
replace File.exists? by File.exist?
|
2017-03-29 22:50:52 +02:00 |
|
|
7a831555f4
|
fix spacing
|
2017-03-29 22:50:52 +02:00 |
|
|
6a6120ca14
|
use %w for words array
|
2017-03-29 22:50:52 +02:00 |
|
|
e99b18519d
|
replace var.length == 0 by var.empty?
|
2017-03-29 22:50:52 +02:00 |
|
|
db6bb2b0f6
|
replace "#{var}" by var.to_s
|
2017-03-29 22:50:52 +02:00 |
|
|
351499aef6
|
replace MPW::password to MPW.password
replace YAML::load_file to YAML.load_file
replace YAML::load to YAML.safe_load
|
2017-03-29 22:50:52 +02:00 |
|
|
31aba3b13c
|
replace hash method has_key? by key?
|
2017-03-29 22:50:52 +02:00 |
|