csv_step_importer 0.5.0 → 0.5.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4caae3839b1bd0f1183e3010f5a313882d55b327558089752ed1eb0a4dc6d437
4
- data.tar.gz: 719436ba5ed705ef54b824ef2968366877dd2e24ab11aaec50fc89b8f43c048a
3
+ metadata.gz: b7e2c4a498a92662b67a12b4b17ce08a401204a193d892d13a1c25b3d178a3b2
4
+ data.tar.gz: ebdc0151205c42a65e71d374adf0eb09180ce0ebb2f9d4021ee8c148edd97aca
5
5
  SHA512:
6
- metadata.gz: 574968999c2b473da6de3d2e48b3170eb6c13ed9ec69265369d77f06b1546ef90d6e8785c02a899b9c9177646160178512c57b905fe7c3033d37c5a4f2f33a51
7
- data.tar.gz: f9bde53332d316b0f03daaafa167c2234caf9cf9dc9c9853129f870e2b5028918194172b7b51110fc09db313e998820753a44502948ebcdadff9694a5fd13d33
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.5)
14
- actionview (= 5.1.5)
15
- activesupport (= 5.1.5)
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.5)
21
- activesupport (= 5.1.5)
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.5)
27
- activesupport (= 5.1.5)
28
- activerecord (5.1.5)
29
- activemodel (= 5.1.5)
30
- activesupport (= 5.1.5)
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.5)
34
+ activesupport (5.1.6)
35
35
  concurrent-ruby (~> 1.0, >= 1.0.2)
36
- i18n (~> 0.7)
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.9.5)
46
+ i18n (1.0.0)
47
47
  concurrent-ruby (~> 1.0)
48
- loofah (2.2.1)
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.4)
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.8.3)
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.3)
67
- loofah (~> 2.0)
68
- railties (5.1.5)
69
- actionpack (= 5.1.5)
70
- activesupport (= 5.1.5)
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.53.0)
89
+ rubocop (0.54.0)
90
90
  parallel (~> 1.10)
91
91
  parser (>= 2.5)
92
92
  powerpack (~> 0.1)
@@ -9,6 +9,7 @@ module CSVStepImporter
9
9
 
10
10
  self.cache = {}
11
11
  self.attributes = attributes
12
+ self.row_number = row_number
12
13
  end
13
14
 
14
15
  def create_or_update
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CSVStepImporter
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
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.0
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-23 00:00:00.000000000 Z
11
+ date: 2018-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler