csv_step_importer 0.11.1 → 0.11.2
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 +4 -4
- data/CHANGELOG.md +8 -1
- data/Gemfile.lock +1 -1
- data/lib/csv_step_importer/model/importer.rb +1 -1
- 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: 364fc1eeae6383c6eb807dd0465db9a1e234fa52ee3b7d24df31593f52d5db64
|
|
4
|
+
data.tar.gz: 382c087af1d90bdaa69027e4877db716aa5e7ee4ecc7d9c5c3c4eea88efd7004
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecff99122347cbb5850788383793df8406ce6cbda00fbb4883b72757b06bb55d2cf119b03806662c671f7fd289d26a227d7b1a15eab5599fd87bb50f31f8be67
|
|
7
|
+
data.tar.gz: '08a4c0ae13854c7b0e265ecb8590213fe27733b5f3698386c19e69371cd7610416ca2ed17ed4f858f8ec1a662292b009ab3bac7a1312cefdc4cf0543c813692b'
|
data/CHANGELOG.md
CHANGED
|
@@ -130,7 +130,14 @@ See lib/csv_step_importer/file.rb for more options
|
|
|
130
130
|
- ImportableModel's finder_keys method now defaults to composite_key_columns
|
|
131
131
|
- ImportableModel's Importer (uses ActiveRecord::Import) now raises an exception if the import fails
|
|
132
132
|
|
|
133
|
-
## 2018-09-
|
|
133
|
+
## 2018-09-12 Version 0.11.1
|
|
134
134
|
### Added
|
|
135
135
|
### Changed
|
|
136
136
|
- Fixed `composite_key_columns` filter functionality
|
|
137
|
+
|
|
138
|
+
## 2018-09-13 Version 0.11.2
|
|
139
|
+
### Added
|
|
140
|
+
### Changed
|
|
141
|
+
- Revert "ImportableModel's Importer (uses ActiveRecord::Import) now raises an exception if the import fails"
|
|
142
|
+
Since import! runs validations on the model, I reverted import! to import (validations should be performed inside csv_step_importers logic)
|
|
143
|
+
|
data/Gemfile.lock
CHANGED
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.11.
|
|
4
|
+
version: 0.11.2
|
|
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-09-
|
|
11
|
+
date: 2018-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|