rbbt-util 5.17.29 → 5.17.30
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/bin/rbbt +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd71175671c8e61af5f2149e9f191bb207169112
|
|
4
|
+
data.tar.gz: 4ee95675d9f232f82b7e918bc3a6b0cd0f47cbd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa1772442429aab7a19e5fb2d7af81ed73c22fe41ba0397524eb2ba373c07fcf87023efa1de73b0dcb23a91276f1ad3aee4bd25c776fd77d8f54b4409256502d
|
|
7
|
+
data.tar.gz: 1dc00f98b9eb0c901787569308b681e54996e95862d7129db6ffdc345921fc81b511f50bce10c0090661ac4eebc0be19f2b86183d446769f2b557de9285175f3
|
data/bin/rbbt
CHANGED
|
@@ -45,7 +45,7 @@ $ rbbt <command> <subcommand> ... -a --arg1 --arg2='value' --arg3 'another-value
|
|
|
45
45
|
--nostream #{Log.color :yellow, "Disable persistance/job streaming"}
|
|
46
46
|
--locate_file #{Log.color :yellow, "Report the location of the script instead of executing it"}
|
|
47
47
|
--dump_mem* #{Log.color :yellow, "Dump strings in memory each second into file"}
|
|
48
|
-
--no_lock_id #{Log.color :yellow, "Do not track lockfiles with ids (prevent stale file handlers for high-througput and high-concurrency)"}
|
|
48
|
+
-nolock--no_lock_id #{Log.color :yellow, "Do not track lockfiles with ids (prevent stale file handlers for high-througput and high-concurrency)"}
|
|
49
49
|
EOF
|
|
50
50
|
|
|
51
51
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbbt-util
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.17.
|
|
4
|
+
version: 5.17.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miguel Vazquez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|