1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
Commit graph

567 commits

Author SHA1 Message Date
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
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
e7fff4bb87 remove return if useless 2017-03-29 22:50:52 +02:00
8ed90c2ddc fix 2017-03-29 22:50:47 +02:00
e71f8e2acf replace if not by unless 2017-03-29 22:49:46 +02:00
178d0e6d1d replace if not by unless 2017-03-29 22:35:40 +02:00
7c72b2d90f change tab by 2 spaces
change tab by 2 spaces
2017-03-27 22:49:46 +02:00
871b1dcbed remove all sync 2017-03-27 21:55:25 +02:00
2e6d111b69 begind version 4.1.0 2017-03-27 21:27:50 +02:00
5a1e0f6aa8 release version 4.0.0 2017-03-09 21:06:05 +01:00
ffedd5b88b fix error when delete an item with sync 2017-03-08 21:23:15 +01:00
Adrien Waksberg
58215d4e01 ignore *.gem 2017-03-03 22:57:03 +01:00
Adrien Waksberg
44c1c2b476 update readme 2017-03-03 22:42:30 +01:00
Adrien Waksberg
de4beba3db export items with id 2017-03-03 22:00:15 +01:00
Adrien Waksberg
8fb83bd391 fix message in export function 2017-03-03 21:57:21 +01:00
55e46e1afa convert changelog to markdown 2017-03-02 23:47:24 +01:00
ba745ccc0c update README 2017-03-02 23:43:19 +01:00
6b8dce2eff add random password for update 2017-02-26 23:12:49 +01:00
e4fb780016 fix minor bug when config password is empty 2017-02-26 23:11:07 +01:00
Adrien Waksberg
52577425a6 fix each_key 2017-02-26 22:11:14 +01:00
Adrien Waksberg
da81f34e07 fix add_key 2017-02-26 22:07:18 +01:00