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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 376e9a6bb626a4bba0315494f4d2e87ae960efa4c260365eceb9a3cfc276ea05
|
4
|
+
data.tar.gz: 545aaac12ca5cb96a1b0caaa62fdf3380153e9f039b987d510d524f91f4a58fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
10
|
+
attribute :encoding, String, default: 'UTF-8'
|
11
11
|
|
12
12
|
def csv_rows
|
13
13
|
@csv_rows ||= begin
|
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.
|
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-
|
11
|
+
date: 2020-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: virtus
|