mpw 4.1.0 → 4.1.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 (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +27 -6
  4. data/VERSION +1 -1
  5. data/bin/mpw-config +0 -1
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81608d9969c62b9a2d545b091e85e11e036d0fb6
4
- data.tar.gz: ca92f9c9b5626d72af12dc5aaa9914376acd790e
3
+ metadata.gz: 576eda939675a04f2a2f922eb582b3d586bc9f18
4
+ data.tar.gz: 9463082a6b2a35d1a1bc2455352596d60edb6b7e
5
5
  SHA512:
6
- metadata.gz: e3c92de6bfbacbf52b143ce155795a544c987fc4ea683eb2dc43158f82035e6c33e2ae046dc90d3f12d1201c38c73298d94e71d01bbe96db7ebbf3bf37514864
7
- data.tar.gz: '004278306d45d232007ff259a39b219899f1590c2000fccf864ea80d30dfaa060c6a36eeaab65348b212c766339acd61337d94bd9538c46318752e0e905e2e04'
6
+ metadata.gz: 9c749dae407ec8e9ec10a0cc907f8a9657f5c61f9b1ffc430add9a404760567b230e25ce6eff322f455b8bb47cf7c6f818fd669eff5ca4bf42714da25f50cdf6
7
+ data.tar.gz: ca2920f4363abf0d37ac9af4e76764494a5c9c5380ef150be0b2034f25463c3c1fe8bc994dd0ed6d72eeda7ee5e459969918cc43af943ca5c61d774e2e7a4312
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # CHANGELOG
2
+ ## v4.1.1
3
+
4
+ * fix bug in init
5
+
2
6
  ## v4.1.0
3
7
 
4
8
  * feat: add options to update or add an item in command line
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # MPW: Manage your passwords!
2
- [![Version](https://img.shields.io/badge/latest_version-4.1.0-green.svg)](https://github.com/nishiki/manage-password/releases)
2
+ [![Version](https://img.shields.io/badge/latest_version-4.1.1-green.svg)](https://github.com/nishiki/manage-password/releases)
3
3
  [![Build Status](https://travis-ci.org/nishiki/manage-password.svg?branch=master)](https://travis-ci.org/nishiki/manage-password)
4
4
  [![License](https://img.shields.io/badge/license-GPL--2.0-blue.svg)](https://github.com/nishiki/manage-password/blob/master/LICENSE)
5
5
 
@@ -82,11 +82,6 @@ List all available wallets:
82
82
  mpw wallet --list
83
83
  ```
84
84
 
85
- Create an other wallet:
86
- ```
87
- mpw config --wallet work --init user@host.com
88
- ```
89
-
90
85
  List all GPG keys in wallet:
91
86
  ```
92
87
  mpw wallet --list-keys [--wallet NAME]
@@ -139,3 +134,29 @@ Example yaml file for mpw:
139
134
  otp_key:
140
135
  comment: Da Linux French Site
141
136
  ```
137
+
138
+ ### Config
139
+
140
+ Print the current config
141
+ ```
142
+ mpw config
143
+ ```
144
+
145
+ Output:
146
+
147
+ ```
148
+ Configuration
149
+ ==============================================
150
+ lang | fr
151
+ gpg_key | mpw@yae.im
152
+ default_wallet |
153
+ config_dir | /home/mpw/.config/mpw
154
+ pinmode | true
155
+ gpg_exe |
156
+ path_wallet_test | /tmp/test.mpw
157
+ password_numeric | true
158
+ password_alpha | true
159
+ password_special | false
160
+ password_length | 16
161
+
162
+ ```
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.1.0
1
+ 4.1.1
data/bin/mpw-config CHANGED
@@ -109,7 +109,6 @@ if options.key?(:init)
109
109
  cli.load_config
110
110
  cli.get_wallet
111
111
  cli.setup_gpg_key(values[:gpg_key])
112
- cli.setup_wallet_config
113
112
  else
114
113
  cli.load_config
115
114
  if values.empty?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpw
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Waksberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-22 00:00:00.000000000 Z
11
+ date: 2017-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n