hutils 0.2.1 → 0.2.2
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/README.md +2 -0
- data/bin/ltap +2 -2
- 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: cce1164732539de64e3af8286782deba68a4000f
|
|
4
|
+
data.tar.gz: 8d39268b6c9b3ac517e0542d8461179952f0cd7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1e8014222a936ef851654a27bcbd0907ad4f9cbc13b562c09bceb0004dfbd2e052371119c54b08598af0574640b0f9d1dd3f1d074decd4a7aff0391e3edd3de
|
|
7
|
+
data.tar.gz: cb35102da8dd25fb9cf98a6e22fd54cab23a5dab1d60757969ee7c3d353d426887490c11c60fa5ef40c85f96a522fc7ed8a08fb91555cdd1f3a8901ed204b46d
|
data/README.md
CHANGED
data/bin/ltap
CHANGED
|
@@ -19,11 +19,11 @@ opts = OptionParser.new do |opts|
|
|
|
19
19
|
opts.on("-e", "--earliest [TIME]", "Bound for earliest message") { |e|
|
|
20
20
|
conf.earliest = e
|
|
21
21
|
}
|
|
22
|
-
opts.on("-k", "--key [KEY]", "Service API key") { |t| conf.
|
|
22
|
+
opts.on("-k", "--key [KEY]", "Service API key") { |t| conf.key = t }
|
|
23
23
|
opts.on("-p", "--profile [PROFILE]", "Conf profile") { |p| conf.profile = p }
|
|
24
24
|
opts.on("-t", "--timeout [TIMEOUT]", "Job timeout") { |t| conf.timeout = t }
|
|
25
25
|
opts.on("-s", "--timestamps", "Output timestamps") { |t| conf.timestamps = t }
|
|
26
|
-
opts.on("-y", "--type [TYPE]", "Service type") { |t| conf.
|
|
26
|
+
opts.on("-y", "--type [TYPE]", "Service type") { |t| conf.type = t }
|
|
27
27
|
opts.on("-u", "--url [URL]", "Service API URL") { |u| conf.url = u }
|
|
28
28
|
opts.on("-v", "--verbose", "Verbose mode") { |v| conf.verbose = v }
|
|
29
29
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hutils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandur
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: excon
|