csv_step_importer 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +22 -22
- data/lib/csv_step_importer/row.rb +1 -0
- data/lib/csv_step_importer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7e2c4a498a92662b67a12b4b17ce08a401204a193d892d13a1c25b3d178a3b2
|
4
|
+
data.tar.gz: ebdc0151205c42a65e71d374adf0eb09180ce0ebb2f9d4021ee8c148edd97aca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1884d27ba49352713d9ffc9c9fd47c3b8d6fc5086241c1cfd25d124500ff0104b1a21d3c84b6f9d24586eee286f807b8f3652c2ef5f73215182646309786e346
|
7
|
+
data.tar.gz: 63d613b8c3c6a8577b0ab0928b41b41fdcdec78ab95310f72f735fc910b3b3edb82fc5266efed3019ea5cf7266f3b635710ded380aeabb9d86c6ae4df9324669
|
data/Gemfile.lock
CHANGED
@@ -10,30 +10,30 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actionpack (5.1.
|
14
|
-
actionview (= 5.1.
|
15
|
-
activesupport (= 5.1.
|
13
|
+
actionpack (5.1.6)
|
14
|
+
actionview (= 5.1.6)
|
15
|
+
activesupport (= 5.1.6)
|
16
16
|
rack (~> 2.0)
|
17
17
|
rack-test (>= 0.6.3)
|
18
18
|
rails-dom-testing (~> 2.0)
|
19
19
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
20
|
-
actionview (5.1.
|
21
|
-
activesupport (= 5.1.
|
20
|
+
actionview (5.1.6)
|
21
|
+
activesupport (= 5.1.6)
|
22
22
|
builder (~> 3.1)
|
23
23
|
erubi (~> 1.4)
|
24
24
|
rails-dom-testing (~> 2.0)
|
25
25
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
26
|
-
activemodel (5.1.
|
27
|
-
activesupport (= 5.1.
|
28
|
-
activerecord (5.1.
|
29
|
-
activemodel (= 5.1.
|
30
|
-
activesupport (= 5.1.
|
26
|
+
activemodel (5.1.6)
|
27
|
+
activesupport (= 5.1.6)
|
28
|
+
activerecord (5.1.6)
|
29
|
+
activemodel (= 5.1.6)
|
30
|
+
activesupport (= 5.1.6)
|
31
31
|
arel (~> 8.0)
|
32
32
|
activerecord-import (0.22.0)
|
33
33
|
activerecord (>= 3.2)
|
34
|
-
activesupport (5.1.
|
34
|
+
activesupport (5.1.6)
|
35
35
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
36
|
-
i18n (
|
36
|
+
i18n (>= 0.7, < 2)
|
37
37
|
minitest (~> 5.1)
|
38
38
|
tzinfo (~> 1.1)
|
39
39
|
arel (8.0.0)
|
@@ -43,9 +43,9 @@ GEM
|
|
43
43
|
crass (1.0.3)
|
44
44
|
diff-lcs (1.3)
|
45
45
|
erubi (1.7.1)
|
46
|
-
i18n (0.
|
46
|
+
i18n (1.0.0)
|
47
47
|
concurrent-ruby (~> 1.0)
|
48
|
-
loofah (2.2.
|
48
|
+
loofah (2.2.2)
|
49
49
|
crass (~> 1.0.2)
|
50
50
|
nokogiri (>= 1.5.9)
|
51
51
|
method_source (0.9.0)
|
@@ -54,20 +54,20 @@ GEM
|
|
54
54
|
nokogiri (1.8.2)
|
55
55
|
mini_portile2 (~> 2.3.0)
|
56
56
|
parallel (1.12.1)
|
57
|
-
parser (2.5.0.
|
57
|
+
parser (2.5.0.5)
|
58
58
|
ast (~> 2.4.0)
|
59
59
|
powerpack (0.1.1)
|
60
60
|
rack (2.0.4)
|
61
|
-
rack-test (0.
|
61
|
+
rack-test (1.0.0)
|
62
62
|
rack (>= 1.0, < 3)
|
63
63
|
rails-dom-testing (2.0.3)
|
64
64
|
activesupport (>= 4.2.0)
|
65
65
|
nokogiri (>= 1.6)
|
66
|
-
rails-html-sanitizer (1.0.
|
67
|
-
loofah (~> 2.
|
68
|
-
railties (5.1.
|
69
|
-
actionpack (= 5.1.
|
70
|
-
activesupport (= 5.1.
|
66
|
+
rails-html-sanitizer (1.0.4)
|
67
|
+
loofah (~> 2.2, >= 2.2.2)
|
68
|
+
railties (5.1.6)
|
69
|
+
actionpack (= 5.1.6)
|
70
|
+
activesupport (= 5.1.6)
|
71
71
|
method_source
|
72
72
|
rake (>= 0.8.7)
|
73
73
|
thor (>= 0.18.1, < 2.0)
|
@@ -86,7 +86,7 @@ GEM
|
|
86
86
|
diff-lcs (>= 1.2.0, < 2.0)
|
87
87
|
rspec-support (~> 3.7.0)
|
88
88
|
rspec-support (3.7.1)
|
89
|
-
rubocop (0.
|
89
|
+
rubocop (0.54.0)
|
90
90
|
parallel (~> 1.10)
|
91
91
|
parser (>= 2.5)
|
92
92
|
powerpack (~> 0.1)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: csv_step_importer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian-Manuel Butzke
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03
|
11
|
+
date: 2018-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|