eitil 1.4.0 → 1.4.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: d985dbc296bd78a423d691f54ecc68254cd4b946ac29bd28f058cb17a74fac3d
4
- data.tar.gz: 45f01bc4a88addf6c8f570918a870b20cb75811e699172f3482fffd6ef7e731b
3
+ metadata.gz: d2b711724f69a784e0bc3c374d20fc69a333d7aaf13d14b385eda5e4555f7460
4
+ data.tar.gz: 77634b67694ccc4b3491c3109f9f8ce09fb076f7a501bc5bbfee852703b51487
5
5
  SHA512:
6
- metadata.gz: c95f91fdbd7a3136b0cead6b950e0c2fbd53961171a5ddf6b65055a97805e364ee8f423f3e17e18f83bf8cde104ac1bfaa3e12ae8ede8d9f163dad8d02c35102
7
- data.tar.gz: 404fe576c4b24d4cb101cae1515f89de2a87d51c963c0de616ded4922a294c36aa60ba2831d8fed44f6f36b30f38dd675f1c60c4c12d9491b930231125300873
6
+ metadata.gz: 4cdd22e13e5bfb4225187171da7bb0f4fb600c35b72dd007f0bbada16e0d2f349ad97b1c8355aa5e89cd4a6b42b9776027232f278a97aa5e91a2a6bfa5de7922
7
+ data.tar.gz: f3084558965176db0aceebb82e218b6dde618e57ab6cb6ab768a9b5f9a36d98f657d28967d08ddcfe5928dc8529382a6971bc1a94a4bc179f4e15c32167dceb1
@@ -36,6 +36,10 @@ module EitilWrapper
36
36
  # works for non database supported instanes, such as an Exporter instance.
37
37
 
38
38
  module ::EitilWrapper
39
+
40
+ class ::ApplicationJob < ActiveJob::Base
41
+ end
42
+
39
43
  class SingleMethodJob < ::ApplicationJob
40
44
  def perform(*args, _class:, _method:, id: nil, _self: nil, **kwargs)
41
45
  object =
@@ -85,5 +89,6 @@ module EitilWrapper
85
89
  end; end; end; end; end
86
90
 
87
91
  end
92
+
88
93
  end
89
94
  end
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '1.4.0'
3
+ VERSION = '1.4.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eitil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer