botspec 0.4.59 → 0.4.60

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/README.md +3 -2
  3. data/lib/botspec/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89cc39ffe837dc340c2838ddb70104e6c8b631db
4
- data.tar.gz: 4055e27eb2ad458378b585b98873086c60d1a4a5
3
+ metadata.gz: d98e188b20f2da62cef256d7a08e83077ee06004
4
+ data.tar.gz: c910143312de8de0373f16d92e2008710e242e95
5
5
  SHA512:
6
- metadata.gz: 0a9dafff48083c148c36be206013b6a2333a4d973315780f13f4da5ff1285c3276bf73259281f873119000a3619afdaa4ff53e9424049ee4bef775d0bacd3538
7
- data.tar.gz: 606474a14f4f50059820817299f64315c0c85c4c726e021cf245a47977e54c3c90ae6ef71d7d435d257d5843dd15ce09d643c1fd0a9b6dc2afb236cb60078b09
6
+ metadata.gz: '0389ecec79cd37cf7e902a24b546e5019505459d25c71db3614fcc7734d363db8573ef7ab7ce7b32cdf521c422396beb37bd591d7ffaa8c722280a0e2f211ecf'
7
+ data.tar.gz: 1d06e4adb6a55b534e2556a4570558d412ff61323084b5721dcb84c77079a7252bc193b571fd95bdaf19a66b40adc8396da6e21aec106c710f6df8bca1512784
data/README.md CHANGED
@@ -40,14 +40,15 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
40
  ## Running a command
41
41
  To install run
42
42
  ```
43
- thor install lib/cli.thor --as botspec --force
43
+ thor install lib/cli.rb --as botspec --force
44
44
  ```
45
45
  Then you can run
46
46
 
47
47
  ```
48
- thor cli:verify -f specs/simple_dialog.yaml
48
+ thor cli:verify -f 'specs/simple_dialog.yaml' -n NAME_OF BOT # path should be a string
49
49
  ```
50
50
 
51
+ Note that you can pass in a path but put it in a quote or it gets expanded to an array and breaks the cli.
51
52
 
52
53
  ## Publishing
53
54
  To publish run
@@ -1,3 +1,3 @@
1
1
  module Botspec
2
- VERSION = "0.4.59"
2
+ VERSION = "0.4.60"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: botspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.59
4
+ version: 0.4.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliott Murray