Sets workflower_base as nil so that it can be reinitialized

This commit is contained in:
Brusk Awat 2022-08-02 13:06:08 +03:00 committed by GitHub
parent ace5d75749
commit 9f00ca6e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ module Workflower
def workflower_uninitializer
@workflower_base.uninitialize
@workflower_base = nil
@possible_events = []
@allowed_events = []

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Workflower
VERSION = "0.2.4"
VERSION = "0.2.5"
end