lita-onewheel-giphy 0.4.0 → 0.4.1

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: a77f23164cbd788f3951fb343cd30a247fc70d75
4
- data.tar.gz: 491b3dee8cf8a6a920f9c5fbf1d1fdb0316c6b5d
3
+ metadata.gz: 1cca6070b5f6a3ac4a0e6cd9de0fb304a795f001
4
+ data.tar.gz: b71c1fdc67da8c34b2e907742975901fa5fa0bbe
5
5
  SHA512:
6
- metadata.gz: 97d6c86c26e9c3d919f8a1e5d495f0201e25a3c871e81db9e29512d32addcb1721f67a3a2dae1105b76d184c282c327ca78e1e78c72d2746f593cb286aa301a9
7
- data.tar.gz: 51626b931b10c82e955d605cad957401af2d9432ca6f2bc58edd12a61e89b3f4f8d1d3dda396cdf3012da4776fffc2016104ce932a6ebdffbb076d8e59347a0f
6
+ metadata.gz: f8ee579d3f660411dc153a073eae4672a67ef1f8eda22ceb874870968d44ab92d2a5c29d8b824c064750c978e961d150ef4747c0061f72ed860657251248e6dd
7
+ data.tar.gz: 37f92e5006874e67e33b2b10409da543065eef48ee285b105c3431c9128c02e43a87dbd92dc1a0aadf8cd28b91081fcc2bbd177791d6e32195bd6bf6753e86a4
@@ -8,20 +8,20 @@ module Lita
8
8
  config :rating, default: nil
9
9
  config :limit, default: 25
10
10
 
11
- route /^giphy$/,
11
+ route /^giphy$/i,
12
12
  :random,
13
13
  command: true,
14
14
  help: {'giphy' => 'Returns a random Giphy image. Powered by Giphy! http://giphy.com'}
15
- route /^giphy\s+(.+)$/,
15
+ route /^giphy\s+(.+)$/i,
16
16
  :translate,
17
17
  # :search,
18
18
  command: true,
19
19
  help: {'giphy [keyword]' => 'Returns a random Giphy image with the specified keyword applied.'}
20
- route /^giphytrending$/,
20
+ route /^giphytrending$/i,
21
21
  :trending,
22
22
  command: true,
23
23
  help: {'giphytrending' => 'Returns a trending Giphy image.'}
24
- route /^giphytranslate\s+(.+)$/,
24
+ route /^giphytranslate\s+(.+)$/i,
25
25
  :translate,
26
26
  command: true,
27
27
  help: {'giphytranslate' => 'Turns your words into a sweet, sweet Giphy gif.'}
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-giphy'
3
- spec.version = '0.4.0'
3
+ spec.version = '0.4.1'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-giphy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-05 00:00:00.000000000 Z
11
+ date: 2017-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.5.2
168
+ rubygems_version: 2.6.11
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Aims to be a complete implementation of the Giphy api. https://github.com/giphy/GiphyAPI