tabelinha 0.0.0
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 +7 -0
- data/lib/tabelinha.rb +7 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9507fda9f6f495cd8e7d28fe0bcd4640701f709e657704b1b8cb08d90776a852
|
|
4
|
+
data.tar.gz: 2c75bcf8ba13868f7f7a198a98e8247fc96e45db52a6803ca0216c66cd177dc5
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 8156c62ae068e634191575369b7b44aec4901acb140513c3e0144c712dfa6382524304f01fd21f8c7a71bbf73b8c4901ee01e202d67ade9a75fbe80e24c58e51
|
|
7
|
+
data.tar.gz: 2fd0affdc0b1d8390cd32a4328d93d5abe0f8fceec7291eb69df05106bf55109ba530e60556cc24f8c09c317ab72ade4a4b65f5ea1b3fbd69081920c20932223
|
data/lib/tabelinha.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tabelinha
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Hikari Luz
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2023-10-08 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: This gem generates tables from a array of rows, allowing options and
|
|
14
|
+
tools ranging from what character the table is made of, to breaking lines if the
|
|
15
|
+
requested table width is too small
|
|
16
|
+
email: hikaridesuyoo@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- lib/tabelinha.rb
|
|
22
|
+
homepage: https://rubygems.org/gems/tabelinha
|
|
23
|
+
licenses:
|
|
24
|
+
- GPL-2.0
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubygems_version: 3.4.18
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Customizable ASCII table generation
|
|
45
|
+
test_files: []
|