ntq_excelsior_engine 0.4.3 → 0.4.5
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: 41e3c2e671cd590ae581e6fe6239274867a2c62ffef2ce9dadf72e0362b46d71
|
4
|
+
data.tar.gz: 7de596c0ede044bb3a3f563e415aafcb85a05178619f9422b4802ae71220eaa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a2969c5f9f1151ce5273cd76b31889b5b6f9a4b7b21c04bf9a6ff98be80d9a6990070b457aabf4788de47a9b3aaebac014b4b9de0f9144f5088693564c09702
|
7
|
+
data.tar.gz: 773b4763f3137500fab941b0288ed714fd58fc9b932bfa2b9b9b1b8ea2d566d15161b1d3d2650aff53ca8228926388c8ac0082b863d019601c4dc0908da54fac
|
@@ -18,7 +18,7 @@ module NtqExcelsiorEngine
|
|
18
18
|
line.update(status: result[:status], line_errors: result[:errors], action: result[:action])
|
19
19
|
end
|
20
20
|
sleep 2 if NtqExcelsiorEngine.debug
|
21
|
-
import.update(state: import.import_lines.in_error.any? ? 'error' : 'checked')
|
21
|
+
import.update(state: import.import_lines.in_error.any? && NtqExcelsiorEngine.skip_import_on_errors ? 'error' : 'checked')
|
22
22
|
rescue => e
|
23
23
|
p e.inspect
|
24
24
|
Appsignal.send_error(e)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ntq_excelsior_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|