botspec 0.4.58 → 0.4.59

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/botspec/version.rb +1 -1
  3. data/lib/cli.rb +1 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0dd0889d0ed8a8cf44f3cada4b7e42130aea5d8
4
- data.tar.gz: 4c3a49c7f5a01e4635e2171c27cb3f3e92bcd03d
3
+ metadata.gz: 89cc39ffe837dc340c2838ddb70104e6c8b631db
4
+ data.tar.gz: 4055e27eb2ad458378b585b98873086c60d1a4a5
5
5
  SHA512:
6
- metadata.gz: 6e5586e1185a1eb02c0620bb0da767917563ec265af92309d1aab0edf1333ec61c954a7ee2275967a2141941a184b79882caf3d096955f810e0463cc5e5ff35a
7
- data.tar.gz: 83312f276d944bcbed11c08b598197527a6e23a0b60845f82291c0946f1a7d044bc69b5514ba4ec610877be1f624ece8a3bcd11c36b136aa2e8e2ff8d9b64a23
6
+ metadata.gz: 0a9dafff48083c148c36be206013b6a2333a4d973315780f13f4da5ff1285c3276bf73259281f873119000a3619afdaa4ff53e9424049ee4bef775d0bacd3538
7
+ data.tar.gz: 606474a14f4f50059820817299f64315c0c85c4c726e021cf245a47977e54c3c90ae6ef71d7d435d257d5843dd15ce09d643c1fd0a9b6dc2afb236cb60078b09
@@ -1,3 +1,3 @@
1
1
  module Botspec
2
- VERSION = "0.4.58"
2
+ VERSION = "0.4.59"
3
3
  end
data/lib/cli.rb CHANGED
@@ -9,9 +9,8 @@ module Botspec
9
9
  class CLI < Thor
10
10
 
11
11
  desc 'verify', "Verify a chat suite"
12
- method_option :dialogs, aliases: "-f", desc: "Yaml file containing dialogs", :required => true
12
+ method_option :dialogs, aliases: "-f", desc: "Path to yaml dialogs", :required => true
13
13
  method_option :botname, aliases: "-n", desc: "The name of the Amazon Web Services Lex chatbot"
14
-
15
14
  def verify()
16
15
  dialogs = options[:dialogs]
17
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: botspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.58
4
+ version: 0.4.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliott Murray
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-03 00:00:00.000000000 Z
11
+ date: 2019-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec