kbaum-munger 0.1.5.1 → 0.1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/.gitignore +1 -0
  2. data/lib/munger/data.rb +1 -1
  3. metadata +1 -1
data/.gitignore CHANGED
@@ -3,3 +3,4 @@ pkg
3
3
  report.html
4
4
  coverage
5
5
  doc
6
+ *.gem
@@ -63,7 +63,7 @@ module Munger #:nodoc:
63
63
  else
64
64
  row[names] = col_data
65
65
  end
66
- @data[index] = Item.ensure(row)
66
+ @data[index] = clean_data(row)
67
67
  end
68
68
  end
69
69
  alias :add_columns :add_column
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kbaum-munger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.1
4
+ version: 0.1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Baum