csvtomd 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f3839569ff6e52b08f856889ec6188f05028abe
4
- data.tar.gz: 79e687699df2a3366e2211bea9bae8402bf6b889
3
+ metadata.gz: 11a7221decb17812cc041b0aa410841f1c3f9fc9
4
+ data.tar.gz: a8ae9a872552810bbe6597cc4689c086b4f241a7
5
5
  SHA512:
6
- metadata.gz: a8888b08be0a0c7ef9903aa6e45094075e0df97e8daa3c514b7af6d86c3b605d87dd14e0669390e59a6c66d04c88b91b1019331fc8b666016a634149facedba2
7
- data.tar.gz: 36fe3079645cf34354ac6d835625361bd316934929a1958eee1630ee0da63f08e93b98116bb50292f879b9150a885cb324e5ee07548a2ebc770394f0d58a19ad
6
+ metadata.gz: 6e1b8d28c185bdd30ea17dbc8d606c80a34d3030853f844f536ed60c1c8a9fcd5127dc2a6618bfb9ab750258ee5b6f70ef3fbb857f708b22ad6ba777683c2ae7
7
+ data.tar.gz: b659e52d6b38c78f89279b726f2dd9f511968f66b842f74303349855bad7d2fe87288a09301f71456a3b7b964837a753b07e1bac5ce2d61fe308ead43106e481
@@ -6,7 +6,7 @@ module CsvToMd
6
6
  return nil unless text.class == String
7
7
 
8
8
  @column_count = nil
9
- @text = text.gsub(" ", "")
9
+ @text = text
10
10
 
11
11
  if @text.lines.count > 1
12
12
  table_lines = @text.lines.map { |l| convert_line(l) }
@@ -1,3 +1,3 @@
1
1
  module Csvtomd
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -1,5 +1,5 @@
1
- |head1|head2|head3|head4|
1
+ |head1| head2| head3| head4|
2
2
  |---|---|---|---|
3
- |line1-1|line1-2|line1-3|line1-4|
4
- |line2-1|line2-2|line2-3|line2-4|
5
- |line3-1|line3-2|line3-3|line3-4|
3
+ |line1-1| line1-2| line1-3| line1-4|
4
+ |line2-1| line2-2| line2-3| line2-4|
5
+ |line3-1| line3-2| line3-3| line3-4|
@@ -1,4 +1,4 @@
1
- ||||head||
1
+ || | | head||
2
2
  |---|---|---|---|---|
3
3
  ||||||
4
4
  ||||||
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csvtomd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - xoyip
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-23 00:00:00.000000000 Z
11
+ date: 2014-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler