lita-onewheel-images 0.6.3 → 0.6.4

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
  SHA256:
3
- metadata.gz: 1c20d10698951815fd8de9c53b1f714ce5e30c105ded3d3c1bf2a8d04966f340
4
- data.tar.gz: fd2ea6b24e83c22d5ef922b015fbab16b81b16d355207a9a5677196c5d903eec
3
+ metadata.gz: a25699c4a39b28ffd814c9465d0ac417416bc9657d2b2ccf11a44aa2c466009b
4
+ data.tar.gz: 579ba37ed0c03737c3b18e1b57b108fdc656baa190318f5b46473cd1be97348d
5
5
  SHA512:
6
- metadata.gz: b7656829dbdca5c6698ca7f6fba066d589afa42cfa14b8382b39ee9d395f35b049c53713937f1eae62922e249338bcff9aea0faaec1eb84bb3114147ae04a074
7
- data.tar.gz: 6ebfe53022d1616af3d5fa79d7865e3c376dce6353ebe8f4247982d906fbea4941318f352facd56d99ff49cd6500d495734a2d4787c3991676104689a31d2dc1
6
+ metadata.gz: b96a773f3e2bb3442ae6a6ffa37e1bdf77a38451933e7ed6623f2fcad8dc5eb9446fc4711281c4056f00b3a849d685dc38b834d101119658a2d1553180265c21
7
+ data.tar.gz: 26f3659858fc835120236f0ef2add647e568c060dac784e10c1203820a2b71d935b5b0ac4721d74d76c4eba0faa81f7b2a93c7436e1ae559fd26b87417b2f004
@@ -11,6 +11,8 @@ module Lita
11
11
 
12
12
  route /^image\s+(.*)$/i, :image, command: true
13
13
  route /^img\s+(.*)$/i, :image, command: true
14
+ route /^jpg\s+(.*)$/i, :image, command: true
15
+ route /^png\s+(.*)$/i, :image, command: true
14
16
  route /^giphy\s+(.*)$/i, :giphy, command: true
15
17
  route /^gif\s+(.*)$/i, :giphy, command: true
16
18
  route /^git\s+(.*)$/i, :giphy, command: true
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-images'
3
- spec.version = '0.6.3'
3
+ spec.version = '0.6.4'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = 'An implementation of Google Custom Search Engine for image searches in chat.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-images
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-13 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita