ruboty-karma 0.4.2 → 0.4.3
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 +25 -0
- data/lib/ruboty/karma/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a0313dfab50f1a4922820b490d50b1bb82ede2d
|
4
|
+
data.tar.gz: 52298b2f3e14c94e9cf808875e1cea6c56853d5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a937e33c813ff8ec069d70de22ec07ddda34760384f686158ad744d7194abdaa70501205cc92164b74fe0a411d273d7420d3079338d2dcc45d65492e4fc3dc24
|
7
|
+
data.tar.gz: d591f43ae996740f10c37458dfdf8455fe6ca28ad57fa08132a0933af7e3745792e9d3f826ce8d2d1b9be16e240c50ecd91a70004b6350a3a58a0d8a8eaceeb3
|
data/README.md
CHANGED
@@ -60,6 +60,31 @@ thx @name (you can write message here)
|
|
60
60
|
|
61
61
|
@ruboty will show you list of members' karma.
|
62
62
|
|
63
|
+
If you don't intend to mention others, you can list with `-q` or `--quiet`.
|
64
|
+
|
65
|
+
```
|
66
|
+
@ruboty list karma -q (or @ruboty list karma --quiet)
|
67
|
+
```
|
68
|
+
|
69
|
+
Names on the list will be separated with space and it won't disturb anyone.
|
70
|
+
|
71
|
+
```
|
72
|
+
# not-quiet
|
73
|
+
hkdnet : 1
|
74
|
+
# quiet
|
75
|
+
h k d n e t : 1
|
76
|
+
```
|
77
|
+
|
78
|
+
It doesn't look smart, but you may need this.
|
79
|
+
|
80
|
+
If you want list to be always quiet, you can use [`ruboty-replace`](https://github.com/r7kamura/ruboty-replace).
|
81
|
+
|
82
|
+
Register
|
83
|
+
|
84
|
+
```
|
85
|
+
@ruboty: replace list karma with list karma -q
|
86
|
+
```
|
87
|
+
|
63
88
|
## Contributing
|
64
89
|
|
65
90
|
Bug reports and pull requests are welcome on GitHub at https://github.com/hkdnet/ruboty-karma. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
data/lib/ruboty/karma/version.rb
CHANGED