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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05fe195599b4a42715271f7f82450a948581d781e7ee6bc1a7b255edcc57e386
4
- data.tar.gz: 9e473e0a7c2478a9f5f0aa17ccf90ba0f5deec883333ccc1b8a88864b833d6bd
3
+ metadata.gz: d28f21aa45d1b2035362612ad1572ca0984b10ce5bc012924920e5077823b241
4
+ data.tar.gz: 41c467fbd6d7244b010f66626b97c1daeba987a507232c58a8cd322808a3b90f
5
5
  SHA512:
6
- metadata.gz: a66e547455c8fdb704d0ac621f016e439b988ee3c6f2c86c7e135d130a9e5c14c823a4a2e1dc784905c494d353ae6287b504c9b8994f2356467483b8ea099446
7
- data.tar.gz: b4e381c57b8cefae051e765e6b738d0d7b86a87a9b2505cdf490de0334ee57bda780cece34297ca33ed65793b786ab023140fe108ae133b7a4bc9c78c1c1e220
6
+ metadata.gz: 010fd01a27833b9e57333e14bbeb6745b39d04767a8c2adec6252ba233fcc4bc469c3daebdb9508f67d84b96d2c9d35a59579f56a6288372ff7701790c91ea0f
7
+ data.tar.gz: bbada930be6304b4c547c0d0f4012427d72249c0a1131a352a1f51c8918bfa2ed615806e33128a1b0023dbb190739a03c6ef033625f8c460534c27cff672d44b
@@ -1,4 +1,4 @@
1
1
  module NtqExcelsiorEngine
2
- class ApplicationController < ActionController::Base
2
+ class ApplicationController < ::ApplicationController
3
3
  end
4
4
  end
@@ -1,5 +1,5 @@
1
1
  module NtqExcelsiorEngine
2
- class ImportersController < ApplicationController
2
+ class ImportersController < NtqExcelsiorEngine::ApplicationController
3
3
  before_action :ensure_valid_importer_type!, except: [:status]
4
4
 
5
5
  def show
@@ -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
 
@@ -1,4 +1,6 @@
1
1
  json.set! :data do
2
+ json.title @importer.title
3
+ json.description @importer.description
2
4
  json.notice @importer.structure
3
5
  json.max_error_count @importer.max_error_count
4
6
  # json.async @importer.async
@@ -1,3 +1,3 @@
1
1
  module NtqExcelsiorEngine
2
- VERSION = '1.0.4'
2
+ VERSION = "1.1.1"
3
3
  end
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.0.4
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-08-09 00:00:00.000000000 Z
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