ruboty-chinachu 0.2.0 → 0.2.1

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: c409097b57434086036dda5a7450d76ac1011b40
4
- data.tar.gz: 4fb1a2c12d52b89ef071e1cd5826a0e2f803dc1a
3
+ metadata.gz: 9339545f95e7a998a597b9f1a907d4e3fa222dea
4
+ data.tar.gz: fa9394fcd27a515de7670ff67b5a4605e7e12f9e
5
5
  SHA512:
6
- metadata.gz: 06988a0e7c82c3f8a598362e9771e7a8bb06c05ca9746ded828a852d709734d02f66c6c9551ace8a5d74cc6e8efaf537dd4f56041cd55fb58776951f7bdfb50d
7
- data.tar.gz: 55c8e068e5f0caa5ecc89dbc07b4c9d9ca9a45128805c1974739d5b0961b086d828ec403c5286b41aace46a4bad8b22a6abf974098461a142a6eb30c2d124f68
6
+ metadata.gz: d88337bc41153277719be7822907cf44576e036ede81554679eb91f7f39a717184e4435ba2f398c4ba5a7c70ab8bcf8e04925bc265f12a9590e9746b824060db
7
+ data.tar.gz: 1fa53e42b9fd0e06ba0c223c0e61abfd86884a9a9a666d23eb77f4a89e274e1b0a6f5a8ab7da550960bb1ac1df3c98e255738a05ab662a1fe9e34e1b32722776
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.2.1
2
+
3
+ Fix
4
+
5
+ - channel->channels
6
+
1
7
  # 0.2.0
2
8
 
3
9
  Feature
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Chinachu
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
@@ -17,7 +17,7 @@ module Ruboty
17
17
  on( /list broadcasting/, name: :list_broadcasting, description: "Broadcasting programs")
18
18
  on( /list recording/, name: :list_recording, description: "Recording programs")
19
19
  on( /list recorded/, name: :list_recorded, description: "Recorded programs in this 24 hours")
20
- on( /list channel/, name: :list_channel, description: "Show all channel list")
20
+ on( /list channels/, name: :list_channel, description: "Show all channels list")
21
21
  on( /list program schedule (?<channel_id>.+)/, name: :list_schedule, description: "Show today's channel schedule")
22
22
  on( /reserve program (?<program_id>.+)/, name: :reserve, description: "Reserve Program")
23
23
  on( /delete reservation (?<program_id>.+)/, name: :delete_reservation, description: "Delete reserved Program")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-chinachu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kinoshita.Yasuhiro