akashiyaki 0.2.1 → 0.2.2
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.
- checksums.yaml +4 -4
- data/README.md +3 -9
- data/lib/akashiyaki/account_parser.rb +1 -1
- data/lib/akashiyaki/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af5d63533ae976411c7b6fc743f0fa4cd4e7455a
|
|
4
|
+
data.tar.gz: 3d096985c668dd6c3318ff580adbd9d5b8a2fa47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bab2c8e34a05ab91863232b541de7816c09b489d468c51ac21336cb4a0fa8bde88795b921b291bd828ee422e5d9219d8d4df7ddbb7a07f7be8b5d1c04f50a19
|
|
7
|
+
data.tar.gz: '0540854d2a98aff8a5099fb638b0369e6491a0e0f9c946f6ed3fac735daaf6f61120497d49c7526e6871380541a0c76136c303a71078b2a4b1f607b2cbce8b1b'
|
data/README.md
CHANGED
|
@@ -37,20 +37,14 @@ Akashiyaki includes `ak4` command that is a CLI tool to access AKASHI.
|
|
|
37
37
|
Basic usage:
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
# To start work
|
|
41
40
|
ak4 work start
|
|
42
|
-
|
|
43
|
-
# To finish work
|
|
44
41
|
ak4 work finish
|
|
45
42
|
|
|
46
|
-
# To start break
|
|
47
43
|
ak4 break start
|
|
48
|
-
|
|
49
|
-
# To finish break
|
|
50
44
|
ak4 break finish
|
|
51
45
|
```
|
|
52
46
|
|
|
53
|
-
When `ak4` is
|
|
47
|
+
When `ak4` is given no account information, it asks you about your account:
|
|
54
48
|
|
|
55
49
|
```bash
|
|
56
50
|
$ ak4 work finish
|
|
@@ -59,7 +53,7 @@ Login ID: myid
|
|
|
59
53
|
Password: %
|
|
60
54
|
```
|
|
61
55
|
|
|
62
|
-
If you think it's too much bother to enter account information everytime, you can save your account as configuration file `~/.config/ak4/account.yaml` (or `~/.config/ak4/account.json`):
|
|
56
|
+
If you think it's too much bother to enter account information everytime, you can save your account as a configuration file `~/.config/ak4/account.yaml` (or `~/.config/ak4/account.json`):
|
|
63
57
|
|
|
64
58
|
```yaml
|
|
65
59
|
company: mycompany
|
|
@@ -76,7 +70,7 @@ company: mycompany
|
|
|
76
70
|
id: myid
|
|
77
71
|
```
|
|
78
72
|
|
|
79
|
-
So `ak4` asks you about only password.
|
|
73
|
+
So `ak4` asks you about only password when executed.
|
|
80
74
|
|
|
81
75
|
You can also use command options:
|
|
82
76
|
|
data/lib/akashiyaki/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: akashiyaki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nownabe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|