lita-onewheel-giphy 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/handlers/onewheel_giphy.rb +1 -1
- data/lita-onewheel-giphy.gemspec +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: 2b0bc63812e22c91889932890829440cb1a10bf4
|
4
|
+
data.tar.gz: 8754c9d1d1f2b92bbf89ae8cb2c0f24d2b137586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd39d9caa3a6d11ba90cbb906abaa0a3be26abb3d389cb828732369b56c7587f736fbc8eb1dbcd374862e827237e0fdcafc86207438f5bf7a12f02c9cd510b8b
|
7
|
+
data.tar.gz: fef35c17ea6f1cc004bfd1e372ef7fb76ebd2715b8e9da925e54a8383baa90bbb6fb3c3b8dd19a0993e06b1b82f2603e86c806e5e7e6bc1e1b53e01d757947fe
|
@@ -10,7 +10,7 @@ module Lita
|
|
10
10
|
|
11
11
|
route /^giphy$/, :random, command: true, help: {'giphy' => 'Returns a random Giphy image. Powered by Giphy! http://giphy.com'}
|
12
12
|
route /^giphy\s+(.*)$/, :search, command: true, help: {'giphy [keyword]' => 'Returns a random Giphy image with the specified keyword applied.'}
|
13
|
-
route /^giphytrending$/, :trending, command: true, help: {'
|
13
|
+
route /^giphytrending$/, :trending, command: true, help: {'giphytrending' => 'Returns a trending Giphy image.'}
|
14
14
|
|
15
15
|
def search(response)
|
16
16
|
keywords = response.matches[0][0]
|
data/lita-onewheel-giphy.gemspec
CHANGED