fasterer-csv 0.0.11 → 0.0.12

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.
Files changed (2) hide show
  1. data/lib/fasterer_csv.rb +0 -12
  2. metadata +3 -3
data/lib/fasterer_csv.rb CHANGED
@@ -379,15 +379,3 @@ module FastererCSV
379
379
  end
380
380
  end
381
381
 
382
- data = <<-CSV
383
- a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p
384
- ,0,1,-1,0.0,1.1,-1.1,~1~,~~,~-1.1~,~1
385
- .1~,x,~x~,,~1~~1~,
386
- CSV
387
- FastererCSV.parse(data, '~', ',', true, FastererCSV::NumericConversion.new)do |row|
388
- h = row.to_hash
389
- h.keys.sort{|a,b| a.to_s <=> b.to_s}.each do |k|
390
- v = h[k]
391
- puts "#{k} : #{v} : #{v.class}"
392
- end
393
- end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fasterer-csv
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mason