ruboty-world_clock 0.0.7 → 0.0.8

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: 55de7c2d6e7a671327c81a8faab4beb0447f72d1
4
- data.tar.gz: 2f41b61951e4855f01008ff9dcfe2cbf21d32269
3
+ metadata.gz: 62c5d67a03cbc15023daed1f14c2ff327a173478
4
+ data.tar.gz: 64b5757795b6fb06321c95012fc6d19fed85b3b8
5
5
  SHA512:
6
- metadata.gz: cb4baa3947e87cef31416e9b94319187c76d15df368ee30a364c7273a35aabe70f7bbfe797aa924688c924c79bdc512a0ad2aa8a2f178ad095367667fe0565f6
7
- data.tar.gz: 0ab3d7676510ecf65ddb62fe774ce797548422e7f1a097bbfa22b8c6b65bd1f04c48d90f030e83565d84f426831aac73d17f00b8ec906c1177064b50f920bf0a
6
+ metadata.gz: 853d69d1044fbbd931313d7d3d6087c6e4695ba52aea30bbc9ac9a7af4d95473e6a865a615f865dd7042d5aed6158bc3fa513fcf19b8737b5e5738bd860136af
7
+ data.tar.gz: a5f5eb9c743d145eaa7d7fd96642586c3da00e73ae743ff327269c4f3989f57f0febe309d25797271febf82c7e7fb3b791f4e57631c13a6bbe438be5aa194fee
@@ -3,7 +3,7 @@ module Ruboty
3
3
  class WorldClockList < Base
4
4
  on /list clock (?<zone>.+)\z/i, name: 'world_clock_list', description: 'Show world clock list'
5
5
 
6
- def world_clock(message)
6
+ def world_clock_list(message)
7
7
  Ruboty::Actions::WorldClockList.new(message).call
8
8
  end
9
9
  end
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module WorldClock
3
- VERSION = '0.0.7'
3
+ VERSION = '0.0.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-world_clock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shota Iguchi