activerecord_csv_importer 0.2.2 → 0.2.3

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
  SHA256:
3
- metadata.gz: 147032026b8134252dc7ba00893ebcf36a9bbc1dde2ad6ea21c97b67a285455d
4
- data.tar.gz: 636aae65bed064b82f1abd2c5bbadaf9522d918de104909e7fea9d01b566e6cd
3
+ metadata.gz: 376e9a6bb626a4bba0315494f4d2e87ae960efa4c260365eceb9a3cfc276ea05
4
+ data.tar.gz: 545aaac12ca5cb96a1b0caaa62fdf3380153e9f039b987d510d524f91f4a58fe
5
5
  SHA512:
6
- metadata.gz: 56835d93d4e6236d214bab250778571b3cce68f59a38ef5b7bcdf989f4d39e1e3942319600ba28617d69effd5ad9aa46407f819223e02c2004e7507858f5bb8e
7
- data.tar.gz: 7ea6072403f6697b522a0042c626f69664ec6944739cde28cc7ac9045271bb06e77b8dd5f5bf49e3db609b2ecfa83ba93ebf8ac264f0003173eb7d65dced0d15
6
+ metadata.gz: c909f70e073cfb45a24d8b06c22da48c44282d96b34ab4d09cb418b777c1b6cd4d7710b5ea181895dff0eab752a711ecd4ca7205f6c36038125ca603a1a93f28
7
+ data.tar.gz: fe870a1a565f38475c3a7832e07441adafc93dcc89616e793a9e040af2e465a6f1d24d7946903593e46c910d0fa397a28d7dba2b2bdc25ef747a225221104543
@@ -7,7 +7,7 @@ module ActiveRecordCSVImporter
7
7
  attribute :file # IO
8
8
  attribute :path, String
9
9
  attribute :quote_char, String, default: '"'
10
- attribute :encoding, String, default: 'UTF-8:UTF-8'
10
+ attribute :encoding, String, default: 'UTF-8'
11
11
 
12
12
  def csv_rows
13
13
  @csv_rows ||= begin
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordCSVImporter
2
- VERSION = '0.2.2'.freeze
2
+ VERSION = '0.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_csv_importer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zulfiqar Ali
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-28 00:00:00.000000000 Z
11
+ date: 2020-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus