anachronic 0.42.6 → 0.42.7

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: a94b2596cc6701797823e11d54f2033cf761befcd3bc7b02a698971b76e15fac
4
- data.tar.gz: 14d03b753290f1aa7a8aba961e7bc26ad7e399413b7212897da1c2ea201844f4
3
+ metadata.gz: 4461c6dcc692bc00a5a1206887182c095be2fc081ed065d58b8cb463750f2c21
4
+ data.tar.gz: c1ce7c68f61900edb534d3e76ec78fff67a0cd86bcb99e1a8743a69b4320deb1
5
5
  SHA512:
6
- metadata.gz: 692188099eb895cdb4e46511dbf67fe5faedd78973193aa1d56eb4157091ab45b52301dea34ffb39352ebe2732575b4af2985c9d17cd3e99378c4cee1d343093
7
- data.tar.gz: 16d009f6e1054d8e4757538f20fb42cf0f8387cd71392aad10cc83ee133f4c1f3482d2127a0d1df28a0b179b825939973d3b770e15054bd20c26c6a75579dbe7
6
+ metadata.gz: df8e237a8230c563be2654cf506d54c51b725ec041274fd9f68e032cb1c6c57af04fc091fc3a8d2b5484b12ee55e98a9c263d8d31eaec24aa34ff56384aca3c6
7
+ data.tar.gz: 45cdbf8e69e75da8481205adaefc84a45e3801e3cd177e552d67764a36082e87cd857a290c622738a22596001aec71a146bd0fa96c1e08a938fbe7f1503c9ca8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anachronic (0.42.6)
4
+ anachronic (0.42.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,7 +10,7 @@ module Anachronic
10
10
  def self.default_executor
11
11
  @default_executor ||= begin
12
12
  Class.new(ApplicationJob) do
13
- def perform_later(instance, method, *args)
13
+ def self.perform_later(instance, method, *args)
14
14
  instance.public_send(method, *args)
15
15
  end
16
16
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Anachronic
4
- VERSION = '0.42.6'
4
+ VERSION = '0.42.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anachronic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.6
4
+ version: 0.42.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danielius Visockas