patches 3.1.0 → 3.2.0

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: 0c64a7680b2e1f703e7b66026113aa41a1c8a4eb6150eddf41d57fe3dc73cc3a
4
- data.tar.gz: 1857e2c1a65df0e1df26dff96b65db37380f1f8887d855d906ca7791be410e03
3
+ metadata.gz: ee9d2a7ad9476606358ef1f9d07d4357c51257a2553677310191b0969980ef1b
4
+ data.tar.gz: bd02a484a3814d0a6ef0eb10b9f391e17c6ea0dfbd84ad83ff3bb18aab514e26
5
5
  SHA512:
6
- metadata.gz: 2ba176d20d1b4212da9c5f6170a8e9aaca2060074d908ad0bf1638b100ba7acd7089a90db000ad33eb81a5297dda2a4f54eee0801de0bc73e1a0e1292a060cd1
7
- data.tar.gz: dca92ff447b236a9e47b28f5b1ce31739d7eb8a40f5325d53f977263655929a727a2f0089842b2fe7fccfb9b4fe4390ccfd0beaf629764d403bbd1c4bf0686d9
6
+ metadata.gz: 240517aa974013c588bbda1f94dcd387ba4bc4175c8c875cec6a640bc22169ed7e6ef73177d1fc449923f5216c90705fcf1abcad06c7f035ad52aa0e79dcceb9
7
+ data.tar.gz: bf675bf446a70b10796e4484cdbd69d0e79ef4e1d9c203851fced9b7089a633fedfabbd3ca26c67361fa3acde9da40560c0f8849e80447552f0586f2a4d7c07a
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ## [3.2.0] - 2020-07-16
9
+ ### Added
10
+ - Added `Patches::Worker` extra parameters to support forward compatibility with the upcoming releases
11
+
12
+ ## [3.1.0] - 2019-11-25
13
+ ### Fixed
14
+ - Gem compatibility with Apartment 2
8
15
 
9
16
  ## [3.0.1] - 2018-11-19
10
17
  ### Added
@@ -1,6 +1,6 @@
1
1
  module Patches
2
2
  MAJOR = 3
3
- MINOR = 1
3
+ MINOR = 2
4
4
  PATCH = 0
5
5
  VERSION = [MAJOR, MINOR, PATCH].compact.join(".").freeze
6
6
  end
@@ -5,7 +5,7 @@ class Patches::Worker
5
5
 
6
6
  sidekiq_options Patches::Config.configuration.sidekiq_options
7
7
 
8
- def perform(runner)
8
+ def perform(runner, params = {})
9
9
  runner.constantize.new.perform
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patches
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JobReady