lita-pebbles 0.0.5 → 0.0.6

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: dbde05a8b0b2d1160596812d20bb9ece17069cd1
4
- data.tar.gz: 7c85a45c4e1176d80cd127899337ab7a4ee27d36
3
+ metadata.gz: b4382a1a60578741851d11ca554e9003d2ddc204
4
+ data.tar.gz: 20b548fd2643c74111f09b0ae57637cb245b95e9
5
5
  SHA512:
6
- metadata.gz: 692f687baf724d430cdb81442463ebf94e03c1b1c7d2390009c4d129e33e94c8cf4d1f8da58ab046335e78e0bb7a68b37c66f461b10e540d8a3a775a9959102f
7
- data.tar.gz: 61f28d30dae83da8ea09ad20602224ced5e8e14a909f08150c5e3d345cb651ecdd26831515aff1037ad1fd2439c8695f8e7a422c50b378bd058658f48b893165
6
+ metadata.gz: 25922ce6ab3db82572bbedda5fcc3f19ee2031a879f26f04065b97955875296e26867346953f331a77f58c86eb9a3c739fae7c0553f8ad86ecea8503af03b2e7
7
+ data.tar.gz: ce8c08502af17a51b13bdabd4a59eaa8e01a1ab3007a7ebd9d58b2fe9b864bee71fe7f3a64a10b19916a8781daf9441f0f51ca6f4c1807badd4636bb6572960f
@@ -26,10 +26,16 @@ module Lita
26
26
 
27
27
  route /つらい$/, :tsurai, command: false
28
28
  def tsurai(response)
29
- return if rand(2) == 0
29
+ return if rand(3) == 0
30
30
  response.reply "ねな( ˘ω˘)"
31
31
  end
32
32
 
33
+ route /しのう$/, :shino, command: false
34
+ def shino(response)
35
+ return if rand(3) == 0
36
+ response.reply "いきよう( ˘ω˘)"
37
+ end
38
+
33
39
  route /\( ?˘ω˘\)\"?/, :suya, command: false # " this comment is workaround for sublime text syntax highlighting
34
40
  def suya(response)
35
41
  return if rand(2) == 0
@@ -1,5 +1,5 @@
1
1
  module Lita
2
2
  module Pebbles
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - fukayatsu