lita-pebbles 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7872b3bbbeaf1b00ebc0e0f6b7ae8b22fd346051
4
- data.tar.gz: bc25f5673fed80a06be1e6b96ffd6b50ca438300
3
+ metadata.gz: cb433ea454b87d5aeb2bde07edaaf5d5a9ef5672
4
+ data.tar.gz: 1271c7ad462c0bc39c7ba584007a03060903e90e
5
5
  SHA512:
6
- metadata.gz: 745193562f0526ef6ae844eb7f0f33bcea30830dfcc8595aca4a8a40095463f37da926dd03c4fa2d79f3ed836ed36959f00a2d929f22f77ee2cd5dcdb4b14449
7
- data.tar.gz: b56f0505be3fc9c7abf4da389e355d91ee8a3e8f87be3dc65ecd5a067ecca64fcde0673a5c5264d309040049079daaa8df1d2dbff5ca42d12a644081f1d18575
6
+ metadata.gz: c66b6a4b6254824bee97e24622b3fe8a4f8fe93335cde96dbc34b867c87b5afd56b6189cf068110a8988ec0225222f6aed789d89bcb94c68fcbfebf65195af2c
7
+ data.tar.gz: 1b7a80aa65390e485e2de9275ed08cdaf64cb4135b302223d6b5e07ceeb9b2c625e9641de5c51dabde065066270d969ace73d9d3eb65562b6d4416849dfaa36a
@@ -13,7 +13,7 @@ module Lita
13
13
  end
14
14
 
15
15
  route /^flip\s(.*)$/, :flip, command: false,
16
- help: { "flip [message]" => "əɓɐssəɯ`" }
16
+ help: { "flip [message]" => "əɓɐssəɯ" }
17
17
  def flip(response)
18
18
  response.reply response.matches[0][0].flip
19
19
  end
@@ -1,5 +1,5 @@
1
1
  module Lita
2
2
  module Pebbles
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-pebbles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - fukayatsu