ruboty-gekiron 0.0.4 → 0.0.5
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 +5 -1
- data/lib/ruboty/gekiron/version.rb +1 -1
- data/lib/ruboty/handlers/gekiron.rb +6 -0
- 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: 83bcb09500d19df08db11b6f6bf8b7ccb1c67ab5
|
4
|
+
data.tar.gz: c7fd2d5178daa0be246d03f8dced2f8626cebd37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb3d83cfcd472ce4892c6fa73dad9e451234149ed56bdbfbdd05ccb414c3c8ce7bcec99ba18bca6779220a79f875ae5c7f8691d99a21ad41225887dfc6add5f8
|
7
|
+
data.tar.gz: 161817fc80eb8f0b98e9dbaf63e4308cc75943b5977e4de0fc9161ee5a6b189c6abbcae5fe02aab48d86dbad1ad9812a443001d9125155b9872231b808f22066
|
data/README.md
CHANGED
@@ -29,7 +29,7 @@ Then, create topics yaml file `./config/topics.yml` in your bot code repository
|
|
29
29
|
```yaml
|
30
30
|
# example
|
31
31
|
- テンションが上がるもの
|
32
|
-
-
|
32
|
+
- 今流行っているもの
|
33
33
|
- さらりと言えたらかっこいい言葉
|
34
34
|
```
|
35
35
|
|
@@ -37,10 +37,14 @@ Then, create topics yaml file `./config/topics.yml` in your bot code repository
|
|
37
37
|
|
38
38
|
```
|
39
39
|
@ruboty help
|
40
|
+
/gekiron/ - 激論しそうな話題を返します
|
40
41
|
ruboty /topic|gekiron|激論/ - 激論しそうな話題を返します
|
41
42
|
|
42
43
|
@ruboty gekiron
|
43
44
|
「ふ」から始まる、テンションが上がるものは?
|
45
|
+
|
46
|
+
gekiron
|
47
|
+
「な」から始まる、さらりと言えたらかっこいい言葉は?
|
44
48
|
```
|
45
49
|
|
46
50
|
## ENV
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruboty-gekiron
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takuma Homma
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruboty
|