bolt_train_runner 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 712cc8381ab41751cf7f7bc031c16df793a2500b02f946e90e1cdb907d66a9ca
4
- data.tar.gz: 5f824bced944dc794819d27333eb73d746d11acb28f452159139b036a717575f
3
+ metadata.gz: 77dc1b18b39362ff34dd9d9dfb5fd181aaf1ff8ce9bfa71419a6b7121aca6bdc
4
+ data.tar.gz: be978daddd34ef22ae9cdd2a226eb81331199d8b9ac38137d077cde723e8214f
5
5
  SHA512:
6
- metadata.gz: 5b741091852500bfb1948fd2b6d34043e92dad4183569ef02bcd265b227b5cc9d966680bd85c6434598477b423b02a6cbc179ec25485d1f0514e0d8e714dc956
7
- data.tar.gz: c812fcab3ab01456b7532ad110bc02c9e9eb5fec2ba7a2e4214d65bccc66aa9741a491f64b7c554a27585c8f8477cca0de634378549ee69cba51c4b20b503fa8
6
+ metadata.gz: c6b9424f7f197269cbf8b228c06797c84f00bee5eb3114809634c59d0b64d696ca87922a7421e4d5cc213569ce2786c306e599c80133328acabe3aafe003e583
7
+ data.tar.gz: 7532a93b6619497c30bc2dcb3d287d6e04c4f3b40865fe919962fc018c3301589e36ef85663d56a50e2c4f5ce9f10b4f7c72d8da2a7f641dcf4faed88f0cb707
@@ -55,6 +55,8 @@ class BoltTrainRunner
55
55
  Commands.debug(args, log)
56
56
  when /^exit$/i
57
57
  Commands.exit_program(comms, session_runner, log)
58
+ when nil
59
+ next
58
60
  else
59
61
  if Commands.respond_to?(command)
60
62
  # The commands for directly manipulating the train should all
@@ -1,3 +1,3 @@
1
1
  module BoltTrainRunner
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bolt_train_runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Burgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-16 00:00:00.000000000 Z
11
+ date: 2020-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler