ntq_excelsior_engine 1.0.4 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/ntq_excelsior_engine/application_controller.rb +1 -1
- data/app/controllers/ntq_excelsior_engine/importers_controller.rb +1 -1
- data/app/controllers/ntq_excelsior_engine/imports_controller.rb +1 -1
- data/app/views/ntq_excelsior_engine/importers/show.json.jbuilder +2 -0
- data/lib/ntq_excelsior_engine/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d28f21aa45d1b2035362612ad1572ca0984b10ce5bc012924920e5077823b241
|
4
|
+
data.tar.gz: 41c467fbd6d7244b010f66626b97c1daeba987a507232c58a8cd322808a3b90f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 010fd01a27833b9e57333e14bbeb6745b39d04767a8c2adec6252ba233fcc4bc469c3daebdb9508f67d84b96d2c9d35a59579f56a6288372ff7701790c91ea0f
|
7
|
+
data.tar.gz: bbada930be6304b4c547c0d0f4012427d72249c0a1131a352a1f51c8918bfa2ed615806e33128a1b0023dbb190739a03c6ef033625f8c460534c27cff672d44b
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'csv'
|
2
2
|
|
3
3
|
module NtqExcelsiorEngine
|
4
|
-
class ImportsController < ::ApplicationController
|
4
|
+
class ImportsController < NtqExcelsiorEngine::ApplicationController
|
5
5
|
skip_before_action :verify_authenticity_token
|
6
6
|
before_action :ensure_valid_importer_type!, only: [:create]
|
7
7
|
|
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: 1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -51,6 +51,9 @@ dependencies:
|
|
51
51
|
- - "<"
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '2'
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 1.5.0
|
54
57
|
type: :runtime
|
55
58
|
prerelease: false
|
56
59
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,6 +61,9 @@ dependencies:
|
|
58
61
|
- - "<"
|
59
62
|
- !ruby/object:Gem::Version
|
60
63
|
version: '2'
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 1.5.0
|
61
67
|
- !ruby/object:Gem::Dependency
|
62
68
|
name: caxlsx
|
63
69
|
requirement: !ruby/object:Gem::Requirement
|