lita-bacon-ipsum 0.1.5 → 0.1.6

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: 6f351830df304010a7cbb3c5a8772003bc9eb547
4
- data.tar.gz: adf7793214a3c2c948f3060dbc11190dc23fac74
3
+ metadata.gz: 8b3d88949840636feffab551d1a095f802f56013
4
+ data.tar.gz: fdd561de613ebce1a002eebb83e6014ee752eb39
5
5
  SHA512:
6
- metadata.gz: 95d3239a482b6716c08a56710de19ffab9f6afe3cfa96307a970e0179f34c86bd6055244ddc265d079e7f28b1ac5c964e93f7929ccd3e1c209bae0afc811de88
7
- data.tar.gz: 1fe10f2bcd8acf94833a9a22fe287ad814ba97533e3b9611a8ecd157449c77745ffc33f913d13b7187548bdfed88ea0bb0153fb4a46f307c355407b87a69e8fd
6
+ metadata.gz: 7d6eb23771b1ac292f3850c88cb154503f7d4a7d4a5345a858048f3fadf28baee0bec0939a2d7482d55c0b82514e6060c9e3b6e8e32b5bd05dff616038423fe4
7
+ data.tar.gz: 2b94db16208aa209cbed33a3f0c5419c2562ae452cf3e1c4508be6a42449bed6d104d37bc8a12baea958301c6d2ad0585b5eb260cda44bd87fd851c105873c0e
@@ -3,7 +3,7 @@ module Lita
3
3
  class BaconIpsum < Handler
4
4
 
5
5
  ## Bacon Text
6
- route(/give me bacon (text)?/i, :bacon_ipsum_text, command: true, help: {
6
+ route(/give me bacon text/i, :bacon_ipsum_text, command: true, help: {
7
7
  "give me bacon" => "Bacon ipsum dolor amet... Alternate: `give me bacon text`"
8
8
  })
9
9
 
@@ -20,7 +20,7 @@ module Lita
20
20
  end
21
21
 
22
22
  ## Bacon Images
23
- route(/give me bacon (image)? ((?<width>\d+) by (?<height>\d+))?/i, :bacon_ipsum_image, command: true, help: {
23
+ route(/give me bacon image ((?<width>\d+) by (?<height>\d+))?/i, :bacon_ipsum_image, command: true, help: {
24
24
  "give me bacon image WIDTH by HEIGHT" => "Gives bacon image based on WIDTH and HEIGHT"
25
25
  })
26
26
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-bacon-ipsum"
3
- spec.version = "0.1.5"
3
+ spec.version = "0.1.6"
4
4
  spec.authors = ["Chris Mikelson"]
5
5
  spec.email = ["chrismikelson@gmail.com"]
6
6
  spec.description = "Get bacon ipsum text from Lita."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-bacon-ipsum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Mikelson