cli-table 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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: a7136b5f1506c0c36979fb9ec6a01de52169f379061e150b7834a8cc9ea683d8
|
4
|
+
data.tar.gz: 32fc389d827872f96491e1417cf00466bcbed6126e567b778f37e1c1e7040bde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6c415e50a2a30377963acf7860c03872d6b755ab11348545f58839ade2a874b54813c5b62789de47afe7ec8b5ca7590570b3fc941b902da7f1313eca40f0f27
|
7
|
+
data.tar.gz: 413b4d43f2bd1e5a348657bc4c9dea1c8cf986d52f52bd525d2b1fb0b7db642a79f3f9011087c7bc7c394b45e81938fd6905b9f8382cae0e61a98866a1d3945b
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cli-table
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MrBocch
|
@@ -39,5 +39,5 @@ requirements: []
|
|
39
39
|
rubygems_version: 3.5.3
|
40
40
|
signing_key:
|
41
41
|
specification_version: 4
|
42
|
-
summary: Print 2d array into a pretty table
|
42
|
+
summary: Print 2d array into a pretty table. https://github.com/MrBocch/cli-table
|
43
43
|
test_files: []
|