robot_lab-to 0.2.6 → 0.2.7
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 +4 -4
- data/lib/robot_lab/to/cli.rb +1 -1
- data/lib/robot_lab/to/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a600189accdf098fb2cea44bec912fbc3399b89d48b7775d1237a78fd5bac7fd
|
|
4
|
+
data.tar.gz: 8729282eb38252b3e2227b02cc9b48dc76b04005572ede0d24fccdbab1b47940
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58a538bc23b7a68822dae324d6b179f0eba4ea4f8b79bfb489ea6cfcaedd59e82c592197ca67c11873404d52c78bae8a74f26b53b05e061c5753d43ad15c3f68
|
|
7
|
+
data.tar.gz: bc1e417731a76c43f5671ff3fcfaec038a59884d9ac62a63c1cb2bbb53c8fade6f051560da30db2d1c517645cc2f448100b1e551fd458ea040bf738447edd145
|
data/lib/robot_lab/to/cli.rb
CHANGED
|
@@ -123,7 +123,7 @@ module RobotLab
|
|
|
123
123
|
|
|
124
124
|
def latest_run_id(run_dir)
|
|
125
125
|
Dir.glob(Pathname.new(run_dir).join("runs", "*")).select { |p| File.directory?(p) }
|
|
126
|
-
|
|
126
|
+
.sort.map { |p| File.basename(p) }.last
|
|
127
127
|
end
|
|
128
128
|
|
|
129
129
|
def build_parser(opts)
|
data/lib/robot_lab/to/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: robot_lab-to
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dewayne VanHoozer
|
|
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
170
|
version: '0'
|
|
171
171
|
requirements: []
|
|
172
|
-
rubygems_version: 4.0.
|
|
172
|
+
rubygems_version: 4.0.19
|
|
173
173
|
specification_version: 4
|
|
174
174
|
summary: Autonomous overnight agent loop for RobotLab — run robots while you sleep.
|
|
175
175
|
test_files: []
|