ruboty-world_clock 0.0.3 → 0.0.4

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: 8278b97715ffc9684c515ec31e671b4897f218b5
4
- data.tar.gz: 8d7f9e69579f19f666c3abc561dcdc6e7807452e
3
+ metadata.gz: b17936960410c8cb24b10e84975adff952987266
4
+ data.tar.gz: 464425987bc0f1e62a6e11b8a94dbf794981db88
5
5
  SHA512:
6
- metadata.gz: caf262ccb31287bb1c8d98d9bd6ec35e642498f6de8209cc8e7b74872b524b0b195a639743ebcd524ad90c714cecb1defbe815efe7e74775d2cd274e41f56096
7
- data.tar.gz: fc0c99e5aa4425c25d3a4e261102bcc7298d1eae7a5424187db5127edadfdcdceb45231e89ede67de897de86b256b2763a6b131130368a4654c6746da3b6929c
6
+ metadata.gz: a68dea2a8759ab87f7f7c07e51d43c993b4dbab4d04967692736cf67160875a639bc9019d6b30c8098d5bb6c7e10511795a0d484a3980c55ed07cdf8c839948e
7
+ data.tar.gz: 88e4b53eeb0d83e8337f8b8d1f31d35a5d5bf0daa3b73896d4a37f19936929ab376da73bd54ba7c1b283d8ae34cdded5c240f320dedde6d7c2c3772f25843826
@@ -4,7 +4,7 @@ module Ruboty
4
4
  on /clock (?<zone>.+)\z/i, name: 'world_clock', description: 'Show world clock which you want to see'
5
5
 
6
6
  def world_clock(message)
7
- Ruboty::WorldClock::Actions::WorldClock.new(message).call
7
+ Ruboty::Actions::WorldClock.new(message).call
8
8
  end
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module WorldClock
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shota Iguchi