turbot 0.0.28 → 0.0.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/turbot/command/bots.rb +5 -0
- data/lib/turbot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Y2I2YTA4MWYzMDBiOGQ1MDFkNmExZWU5NjdkMWRkNmQxOTdiNmU4Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDU4N2JlYjgxMjQ1OTBiMzYwMTk5MWQxMjQ2ZTUwOGJhN2ZhMTIwOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzFmOTFkZWJiMzM1ZGMxOTVjZDI0MDAxZmQ4ZTNhM2MxODY4YjlmNWQyOGFj
|
10
|
+
NjU3NjIyZjlmMWVlZDI4OGViM2NmZmVmOTY1ZjhjZDIzNTRkNDg0OGExMWE1
|
11
|
+
NTUzOGJkMTZlY2RmYTBhZGM1MTU5NmIxNjk4ZDQxNTRlMTVhZGM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzQ2ODIwYThiZjFiYTg1NGNkYzZlYTE0ZDRjNDY3YzZiYWNmYmFiOWI1MDNl
|
14
|
+
Y2FmZmE1ZDQzOWMyNmUyNzRiMzkxOTBlZDEyNzUwOThmMWZmMTZmZmM0ZjZi
|
15
|
+
NGI0YTdlMzI1NDhmYTBmOGFiZmE4NzliY2VhNGYzNmM1ZjkxZDg=
|
data/lib/turbot/command/bots.rb
CHANGED
@@ -325,6 +325,11 @@ class PreviewRunner < TurbotRunner::BaseRunner
|
|
325
325
|
puts "View your records at #{result.data[:url]}"
|
326
326
|
end
|
327
327
|
|
328
|
+
def handle_failed_run(output)
|
329
|
+
puts "Bot did not run to completion:"
|
330
|
+
puts output
|
331
|
+
end
|
332
|
+
|
328
333
|
private
|
329
334
|
def submit_batch
|
330
335
|
result = @api.create_draft_data(@bot_name, @batch.to_json)
|
data/lib/turbot/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Turbot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: netrc
|