switchman-inst-jobs 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35759761780a2dc32fb4e098517571bb5f4fba43435ed15771a497fd527ec133
4
- data.tar.gz: 1ec1ffde947de99b9af7ef7f75830092ae4e9fabc651edf2cbf78b78a9cda5fa
3
+ metadata.gz: 3dd65faa434868517f859fd3b90d582a671f2dc7e1275370ae133b5151748527
4
+ data.tar.gz: d0841caa3c278cc58faa39c0b0f356951c6eb0fc22d28ce1b2bb941b01ef2ad3
5
5
  SHA512:
6
- metadata.gz: e463c81e1a261e322ba4ce26974a8fc19e9ca68fbdf4c59c54cf9fc7b0a2e3fc6ca92e8092e02dbb94b2990c7152a7ca4f21254aa51e37fa951fc51630b16e33
7
- data.tar.gz: 3919ccc98ea6bed1bdc8284eec26f7c3c3a282b49f43a81e4179a4535760b9d20533b6b477ef945e98f7f6f3e0bb273ca60eaca85969ab486bc68afc75789064
6
+ metadata.gz: c9684c4c11cac2524251096d72870a293e0884a1d622083901a39528842f5e62d18c02d4a45b69130c02a1365ce978f8079056b76c8d63bf76a24d5dc6427ec0
7
+ data.tar.gz: b632c0038b97184d696254966de81436441c862ee69729102091b854315145d07be4b6ca8e8269afc5cd61cf901cf3efd7e65853d6c36caf3bb83f4b754546b4
@@ -10,8 +10,8 @@ module SwitchmanInstJobs
10
10
  @config = options
11
11
  ::Delayed::Worker::HealthCheck.munge_service_name(shard) do
12
12
  super
13
- # ensure to instantiate with the munged config
14
- health_check
13
+ # ensure we get our own copy of the munged config
14
+ @health_check_config = @health_check_config.dup
15
15
  end
16
16
  end
17
17
 
@@ -1,3 +1,3 @@
1
1
  module SwitchmanInstJobs
2
- VERSION = '1.1.4'.freeze
2
+ VERSION = '1.1.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: switchman-inst-jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Petty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-08 00:00:00.000000000 Z
11
+ date: 2018-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inst-jobs