softwear-lib 1.9.1 → 1.9.2

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
  SHA1:
3
- metadata.gz: bd2bfc8fbc78ebe17936514eaef9a6f4d8cb9962
4
- data.tar.gz: a30d588903f115cc87376fbba63d586f5e8c573b
3
+ metadata.gz: 0ca24f93670ddabbc110c55f78c58b682f19df82
4
+ data.tar.gz: 6a8335b7d3f6b251cad4c6e052baf27458ce69e4
5
5
  SHA512:
6
- metadata.gz: fba62c2a34c207f404871b4f2b44ebba433304b8c2e5f8ab392a395e718ef6e46fccc587d1cd2caabad1b198d927c7f684a7783dab86a6a0e160d72cd21591de
7
- data.tar.gz: f326befa0e66848e3e4bbe111f8519de45c9da5f023be8d621a26d0f3af6086d0138a74933b1c7027440c994acc10bd55d07a34677e90326e388e379302fd993
6
+ metadata.gz: fae5012755901d9324e9a64fb013c81ac50323fc9cf5dd08cbd0e702404e3151083f814a1fe427ff786cb92eebbcf4940988f5edca1863b8a1eb2cbd2767fb1f
7
+ data.tar.gz: c146329e439311a1745d5cf6d48da64cd96ea4c8817d1cc69102d7beb557cd4a492f3e40740fb3fa5d92929e1bfdd24db360456a976829aad783368cf5e5d4c6
data/lib/softwear/lib.rb CHANGED
@@ -1,7 +1,10 @@
1
1
  require "softwear/lib/version"
2
2
  require "softwear/lib/spec"
3
3
  require "softwear/lib/api_controller"
4
- require "softwear/lib/enqueue"
4
+ begin
5
+ require "softwear/lib/enqueue"
6
+ rescue LoadError
7
+ end
5
8
 
6
9
  require "softwear/lib/controller_authentication"
7
10
  require "softwear/auth/helper"
@@ -1,4 +1,4 @@
1
- require 'sidekiq' rescue nil
1
+ require 'sidekiq'
2
2
 
3
3
  module Softwear
4
4
  module Lib
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Lib
3
- VERSION = "1.9.1"
3
+ VERSION = "1.9.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie