ruboty-karma 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1429331ec829d4e4b6e08b486c46603c300375dc
4
- data.tar.gz: c3bbe3cc2a7edc55fa2d26c2ed333988bd37e99c
3
+ metadata.gz: 1a0313dfab50f1a4922820b490d50b1bb82ede2d
4
+ data.tar.gz: 52298b2f3e14c94e9cf808875e1cea6c56853d5a
5
5
  SHA512:
6
- metadata.gz: 2dd2ec627d179164443c3ed3597ae9be53dc044d45f11f31d6f69312c1592bb4347536b876d8d08bdb8ca0bc8b6d7157abd8e437d373dd330142db2fc6c42ea2
7
- data.tar.gz: d5e71f4b51c3d3999a59689fb8b42f8e4f50dab4f7232eddcb0ece29f3dc6a4bffd5ae44dedba8cb1516c27be96013b014bcc8077399e01a70dd701ea5bb8ab6
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.
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Karma
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-karma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hkdnet