yorobot 1.0.4 → 1.0.5

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: 0cf2d8d1b641b291bde126dfae38897f1bbb33a8
4
- data.tar.gz: 53e74d9487c4a4154ce66cd970499b9f47cf0a57
3
+ metadata.gz: 4931ab505816c670703c70436f67ecd4de97c760
4
+ data.tar.gz: 123dfa5ee68956938511b39605ec8af3dd170b9b
5
5
  SHA512:
6
- metadata.gz: 88e1961c9404bbf634504a13c4f84165cadce1a3165d96f0cafbbfc7379165348d78aae2200bf71f554cd9529c33d847df67798eaf1c9bf523103314fe120a0d
7
- data.tar.gz: b1e849042a9e4aa012eca071c336ae0b956ec9f93aa320131ba62c4f7595238ae9011c38855189da7303806529bc36418a47162a077cebd83708938d904509ed
6
+ metadata.gz: 4df1fc46880e69e507cc3c8ebac1260d79f87c559833dd2cc420f522f39926feedf1b591b59ce6846b8fd51bab4b7ddb50166363dd3e3f4b594b9634c3b67467
7
+ data.tar.gz: c5177acd3ee61b6059d30c4016a051ae84a1e9d7feb3bced07ea41f55882f18a6d384325aba712a5f3012e3a5b1168fb450bd5122f82a8ed9ccaf9bec0b11fe9
@@ -89,6 +89,7 @@ end # module Flow
89
89
 
90
90
 
91
91
  module Yorobot
92
+ class Tool
92
93
  def self.main( args=ARGV )
93
94
 
94
95
  ## setup/check mono root
@@ -117,6 +118,7 @@ module Yorobot
117
118
  ## pass along to "standard" flow engine
118
119
  ::Flow::Tool.main( args )
119
120
  end
121
+ end # class Tool
120
122
  end # module Yorobot
121
123
 
122
124
 
@@ -6,7 +6,7 @@
6
6
  module YorobotCore ## todo/check: rename GittiBase or GittiMeta or such - why? why not?
7
7
  MAJOR = 1 ## todo: namespace inside version or something - why? why not??
8
8
  MINOR = 0
9
- PATCH = 4
9
+ PATCH = 5
10
10
  VERSION = [MAJOR,MINOR,PATCH].join('.')
11
11
 
12
12
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yorobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer