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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f73a73d317b9a19ed4bae037f6f9bed150c4d25e
4
- data.tar.gz: 1a75bdc7569247459a1056f042fa8eb7b2431012
3
+ metadata.gz: 2b0bc63812e22c91889932890829440cb1a10bf4
4
+ data.tar.gz: 8754c9d1d1f2b92bbf89ae8cb2c0f24d2b137586
5
5
  SHA512:
6
- metadata.gz: 17e3de504175991d616b6e46a775b82b63e55c93dc38bcaa1b43c5267c49e3b98282494d4460e75cea35b14cd1ff103cdeb1ab889e3b88ac49b5da20e2621c0d
7
- data.tar.gz: 955c90c9c8eee1d9ce74216915ae1c3cf77ad0b9dcf619dc577e6b6ebddd00b1b33d90173c1afca6a0bb160de233b0e7868ed9513ad2508ccb58863e059ae3a7
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: {'giphytranding' => 'Returns a trending Giphy image.'}
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]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-giphy'
3
- spec.version = '0.2.1'
3
+ spec.version = '0.2.2'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = 'Lita chat interface to giphy api for MOAR GIFS'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-giphy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps