ruboty-karma 0.1.3 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d8c88b063a92988c87e62959feabbe4e7fed0a6
4
- data.tar.gz: a483524350b459105660d097f10421649dd15527
3
+ metadata.gz: d2f569321b3204611b26c8191136e2febcb83d62
4
+ data.tar.gz: d0da0da95df90456335ad044ed271933d7794897
5
5
  SHA512:
6
- metadata.gz: 192084892726477b91f53deb545ff9759903f5d7af841f6b0a9c1a6611ca8b1f199f1fc6df14b2ee3e8ed4c0a75c42cd5342aca4f6ac9fb66adb1e7be028e6f0
7
- data.tar.gz: 923c227fae2a9f5aae83f09d080d1f02e045295b9d83a4e9db3de08b11feee2bbfd7f8176811e34a0ed54922979863dcdbee7a03071f69c62d2fba15b9c53ffe
6
+ metadata.gz: 1a9242c78a507f75d74860d4d2e7a34798b5d2ee4dc49430e296f7d989cfa8d18e2d3c2f615ddf151273c91654264a040af7b5f3832a1c9ff116602185eb8cb3
7
+ data.tar.gz: 0912fbfd6bf94360c7452f43cb3ebbe33bf5febd990364f30e42b621eaea4dc7b252307f1e100a7535807ff75a50cddd0c7c8ba871f390bd0c5d5c456dff7f26
data/README.md CHANGED
@@ -28,6 +28,13 @@ Or install it yourself as:
28
28
 
29
29
  @ruboty will increase @name's karma.
30
30
 
31
+ If you want to make @ruboty to say other response, you can use RUBOTY_KARMA_ADD.
32
+ ex
33
+
34
+ ```
35
+ export RUBOTY_KARMA_ADD=%s got %d karma total! Awesome!
36
+ ```
37
+
31
38
  ### list
32
39
 
33
40
  ```
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Karma
3
- VERSION = '0.1.3'
3
+ VERSION = '0.2.0'
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.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - hkdnet