ruboty-world_clock 0.0.6 → 0.0.7

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: 9bf8a061ee5c402fff713da2eef81a0fed4ad873
4
- data.tar.gz: b99ba70772d7bcda40a7c631964258ffe7d59e33
3
+ metadata.gz: 55de7c2d6e7a671327c81a8faab4beb0447f72d1
4
+ data.tar.gz: 2f41b61951e4855f01008ff9dcfe2cbf21d32269
5
5
  SHA512:
6
- metadata.gz: f064d834d9b2c1c31b56df9440949aaee68633357ce14274b4d16e0d6932efcafece0a4d6fe81e22d4e28bac184d97d676c3f77c7d3fa9712677aa35cd578617
7
- data.tar.gz: 7feca508bcaf21c203842694a653688a5b23bc8dcc1cdaa40a7eddaf4d615f6de8ffe5e1c5be83d1d99f94e30f8bd815cbefb88de5e092dc2d6ef480247f96f6
6
+ metadata.gz: cb4baa3947e87cef31416e9b94319187c76d15df368ee30a364c7273a35aabe70f7bbfe797aa924688c924c79bdc512a0ad2aa8a2f178ad095367667fe0565f6
7
+ data.tar.gz: 0ab3d7676510ecf65ddb62fe774ce797548422e7f1a097bbfa22b8c6b65bd1f04c48d90f030e83565d84f426831aac73d17f00b8ec906c1177064b50f920bf0a
@@ -1,7 +1,7 @@
1
1
  module Ruboty
2
2
  module Handlers
3
3
  class WorldClockList < Base
4
- on /clock list (?<zone>.+)\z/i, name: 'world_clock_list', description: 'Show world clock list'
4
+ on /list clock (?<zone>.+)\z/i, name: 'world_clock_list', description: 'Show world clock list'
5
5
 
6
6
  def world_clock(message)
7
7
  Ruboty::Actions::WorldClockList.new(message).call
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module WorldClock
3
- VERSION = '0.0.6'
3
+ VERSION = '0.0.7'
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shota Iguchi