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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/bin/ltap +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 083186100632ec210769f19bac9baa35d2353d3d
4
- data.tar.gz: 1b43191d7f4711778b2100b4204d3e081522b8a0
3
+ metadata.gz: cce1164732539de64e3af8286782deba68a4000f
4
+ data.tar.gz: 8d39268b6c9b3ac517e0542d8461179952f0cd7f
5
5
  SHA512:
6
- metadata.gz: a89ffc10b37fda2ce243ba220bc75bf6993a30a2a1fa212fe95fad006153e5f524a9cf99cd7d367fceb7fd999cfc204b2fdcddd6fc9ee4bb0383504335373a94
7
- data.tar.gz: 408f6904112389b780cc3b4d2efa695225c4bc486a005b16fa7201c8d6777a59e5c7927c1b26a4552bf379c07c9aded02ce392e407f473c2edc9718b7df7c692
6
+ metadata.gz: e1e8014222a936ef851654a27bcbd0907ad4f9cbc13b562c09bceb0004dfbd2e052371119c54b08598af0574640b0f9d1dd3f1d074decd4a7aff0391e3edd3de
7
+ data.tar.gz: cb35102da8dd25fb9cf98a6e22fd54cab23a5dab1d60757969ee7c3d353d426887490c11c60fa5ef40c85f96a522fc7ed8a08fb91555cdd1f3a8901ed204b46d
data/README.md CHANGED
@@ -8,6 +8,8 @@ A small collection of utilies for [logfmt](http://brandur.org/logfmt) processing
8
8
  gem install hutils
9
9
  ```
10
10
 
11
+ Requires Ruby 2.1.0 or later.
12
+
11
13
  ## Utilities
12
14
 
13
15
  ### lcut
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.timeout = t }
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.timeout = t }
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.1
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-04 00:00:00.000000000 Z
11
+ date: 2014-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon