rbbt-util 5.17.50 → 5.17.51

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: 1abc8c22de103101db89978f396ef5a4e58efc76
4
- data.tar.gz: 01fe6505f1bd5c3cf0477a2ee0133a48fbd49f60
3
+ metadata.gz: f513c88b77cfb6dc58f8903dc13cfdce6dc8dd42
4
+ data.tar.gz: 1295adfb7b40624a2dfc363782d73cbb38c358ce
5
5
  SHA512:
6
- metadata.gz: 7fc50ef5698b46834c86b61d13ef6debcd07e94b23c70e2368adc472fcd1c003eab8d958eb03ffe4cbb89ff11c513edad828c3876c0a50e5bbe915503042ac86
7
- data.tar.gz: 56906b04f15b0cc6894af460d2c8eb649b45a0ed59c622e141e059045df4b015c641ef58fd18a5280b235189d5bf1f7bea491175cc939d2c3071aa197737e0d2
6
+ metadata.gz: a5be9b5d5ddd7bfa812b19a7c127d703114a129513841b35b7f0f47ad25745c987d526feaa5017efe344614fa81f62ea7080182fcb09cde5b36b7e58fad78ee6
7
+ data.tar.gz: f8578692e41488e9acf678a7d93cf5b9eca80ba4ab96817ebdc2de891ea8d3a95a7f76938d33b75b498c9bd9c39cf024b209dfd044e1f36a91186da9689af7d4
@@ -31,6 +31,12 @@ begin
31
31
  load dir[command].find
32
32
  exit 0
33
33
  else
34
+ if command == 'bootstrap'
35
+ Log.info "No bootstrap for #{ workflow }, running examples instead"
36
+ puts `rbbt workflow example #{ workflow }`
37
+ exit 0
38
+ end
39
+
34
40
  puts "Error: Command not understood"
35
41
  puts
36
42
  break
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.17.50
4
+ version: 5.17.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez