fanforce-plugin-factory 0.38.0 → 0.38.1

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.
@@ -39,5 +39,5 @@ Gem::Specification.new do |gem|
39
39
  gem.add_runtime_dependency 'fanforce', '~> 0.18'
40
40
  gem.add_runtime_dependency 'fanforce-api', '~> 0.20'
41
41
  gem.add_runtime_dependency 'fanforce-exceptions', '~> 0.5'
42
- gem.add_runtime_dependency 'fanforce-worker', '~> 0.17'
42
+ gem.add_runtime_dependency 'fanforce-worker', '~> 0.18'
43
43
  end
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module PluginFactory
3
- VERSION = '0.38.0'
3
+ VERSION = '0.38.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-plugin-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.38.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -338,7 +338,7 @@ dependencies:
338
338
  requirements:
339
339
  - - ~>
340
340
  - !ruby/object:Gem::Version
341
- version: '0.17'
341
+ version: '0.18'
342
342
  type: :runtime
343
343
  prerelease: false
344
344
  version_requirements: !ruby/object:Gem::Requirement
@@ -346,7 +346,7 @@ dependencies:
346
346
  requirements:
347
347
  - - ~>
348
348
  - !ruby/object:Gem::Version
349
- version: '0.17'
349
+ version: '0.18'
350
350
  description:
351
351
  email:
352
352
  - cclark@fanforce.com