beehive 0.1 → 0.1.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.
@@ -5,5 +5,5 @@ module Beehive
5
5
  # @author Yorick Peterse
6
6
  # @since 0.1
7
7
  #
8
- Version = '0.1'
8
+ Version = '0.1.1'
9
9
  end
@@ -109,7 +109,7 @@ module Beehive
109
109
  @options[:logger].info('Process forked, executing job')
110
110
 
111
111
  begin
112
- ::Beehive::Jobs[job].call(params)
112
+ ::Beehive::Jobs[job].call(params, @options[:logger])
113
113
 
114
114
  @options[:logger].info('Job successfully processed')
115
115
  exit
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: beehive
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Yorick Peterse