dispatch-rider 1.2.4 → 1.2.5

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: a4b664f9730b120cfb18dcfd805bd95d2109af00
4
- data.tar.gz: d2e134dbfd66ce97a67136dce3141d3f7bd17eaa
3
+ metadata.gz: a4f9e349b39a2f7c2fd4acf77696c5f976ae380c
4
+ data.tar.gz: ce250b323407cbac3f7d229d54af5e58ff64cd93
5
5
  SHA512:
6
- metadata.gz: e141da35d30d9fd8bcfeb5e5afbbb91814437309f4b3056f5af0bcd092c586964aad805071d905a47cc8efc280bd38097b1b67eeae8ae69434be6af434a38c4b
7
- data.tar.gz: 8f1c6d745551e92d75ae1efcff22c629fbfde8c6cad3f4366e9d3f17a611a9ed92f3bba3f46fb83a4fd3d35fd5fd0483efcb95a13797e723e62a6c29f1d4d967
6
+ metadata.gz: 95562d5dae6c3327fcefb6670c9a5bc635a81d2d6cc37eaf3a22d979447e62465e5ab8102f0d063a8121c62c3cd1c861bd4719fbd807ee334f1831f0cc5774ef
7
+ data.tar.gz: 2f18027178b3f98bf97ceb68de6a1d23348540bda5201d89c1000b36a8d6591dc6bfa3a9cafd4c9444d83848fa1fe9e00652b2bcc822e11a961d9382f08f31c3
@@ -38,15 +38,13 @@ if defined? Appsignal
38
38
  ENV.to_hash
39
39
  )
40
40
 
41
- Appsignal.start_logger(Rails.root)
42
-
43
41
  if Appsignal.active?
44
42
  Appsignal.start
45
43
 
46
44
  DispatchRider.config do |config|
47
45
 
48
46
  config.around(:dispatch_message) do |job, message|
49
- DispatchRider::Appsignal.wrap_message(job, message)
47
+ DispatchRider::Integrations::Appsignal.wrap_message(job, message)
50
48
  end
51
49
 
52
50
  end
@@ -1,4 +1,4 @@
1
1
  # This file specifies the current version of the gem.
2
2
  module DispatchRider
3
- VERSION = "1.2.4"
3
+ VERSION = "1.2.5"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dispatch-rider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suman Mukherjee
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-07-21 00:00:00.000000000 Z
14
+ date: 2014-07-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport