vll 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22b6da9547d2eae134381bca9a4d435a7d4f4949
4
- data.tar.gz: d29f28a5c0ac3bf516d82b60c6217ad200b554ae
3
+ metadata.gz: 1417d088eacb35ae76a8621b1c265f98fd812af4
4
+ data.tar.gz: 7284813ba2100f4bcf00af4f780bf79144853408
5
5
  SHA512:
6
- metadata.gz: 5294a22d5a65a9c40f96ac037a28f70dc024c4a8b00b20b54b23bb6afb8d94e10db1450281caec7d3c794b68a5a7a50ce1486eefa898d084d9f4bb120a970037
7
- data.tar.gz: baa90454ad93fce2d7be792e3bbf5abd08c40bcef9356104024df88d7475d609715f43abc2082cfd50ee34d70f06c1256cc3f760bedbb2b2bbb3fec0f8d9c3cc
6
+ metadata.gz: f531aa0cbe27a2f56e3026b464199b87b2f689df3902baea1d45162d6c31792d41f551a0e45a60c3844429e9405449e29171228c946247a0cd06f7e7e212487e
7
+ data.tar.gz: a069e85c5229cdf48e02b2dd99987bd202482ef7431afa0bbc980054d2ece900bd171524a1ff45e7e72d94fff31b030d772f7d65a1ac3b915f8b1a01a5758c0f
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - xzhu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-10 00:00:00.000000000 Z
11
+ date: 2016-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -25,7 +25,8 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.7.7
27
27
  description: Nicely format columns of a large CSV/TSV file according to their content
28
- width, using first few lines as estimation thus extremely fast. Customizable.
28
+ width, using first few lines as estimation thus extremely fast. Customizable. A
29
+ useful terminal (CLI) tool.
29
30
  email:
30
31
  - zhuxun2@gmail.com
31
32
  executables:
@@ -56,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
57
  version: '0'
57
58
  requirements: []
58
59
  rubyforge_project:
59
- rubygems_version: 2.4.5
60
+ rubygems_version: 2.5.1
60
61
  signing_key:
61
62
  specification_version: 4
62
63
  summary: "(V)iew (L)arge table. Format large table in a split of a second"