table-formatter 0.3.0 → 0.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56ff8ada05a246d2184ea4fed379eb0324a95719
4
- data.tar.gz: 3ca9233356b47601cb4cf73a0f7d2c8e1f1f68ad
3
+ metadata.gz: c879cf9f1dbc62005f469f7bb47ba97db0a5b1aa
4
+ data.tar.gz: 6bd2c0898902a152862529836da885c07e20c62f
5
5
  SHA512:
6
- metadata.gz: 5b777176fc5f4b9f413caae17d92fda82f48d4037ce883917eeb7bf8fe95e7e6c5d9f061004f1b02bb7fafa027c4f8c6716b9f751e9f086addf6dc76b6aec352
7
- data.tar.gz: 2399d85f2b8af41caf38c833031e18a8176476233c3f08444e3889f316ab280ab95b574b15f17e0371dfe755a57988b4c169db3b679832db221832282a8044bb
6
+ metadata.gz: 88615ee2dbe61020008b9bb1e8c6229ca5542636a8f501eb214447c54b8789189bb5e67384e168f5ee8363246bd0830c53ec421abab7b205922f14268cd0657e
7
+ data.tar.gz: 7c744c2bf61b9d41e5110506b4b90c3e45380af3b898c8b098d101ad1ddb72c41f2b8a2aabdab775b9b569f83fdf32d29820692af1a4a14fd27bfcc91d0cc9c7
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -4,9 +4,10 @@
4
4
 
5
5
  class TableFormatter
6
6
 
7
- attr_accessor :source, :labels, :border, :divider
7
+ attr_accessor :source, :labels, :border, :divider, :markdown
8
8
 
9
- def initialize(source: nil, labels: nil, border: true, wrap: true, divider: nil)
9
+ def initialize(source: nil, labels: nil, border: true, wrap: true,
10
+ divider: nil, markdown: false)
10
11
 
11
12
  super()
12
13
  @source = source
@@ -15,10 +16,11 @@ class TableFormatter
15
16
  @wrap = wrap
16
17
  @divider = divider
17
18
  @maxwidth = 60
19
+ @markdown = markdown
18
20
 
19
21
  end
20
22
 
21
- def display(width=nil, widths: nil, markdown: false)
23
+ def display(width=nil, widths: nil, markdown: @markdown)
22
24
 
23
25
  return display_markdown(@source, @labels) if markdown
24
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: table-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file