dispatch-rider 1.2.6 → 1.2.7

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: 8b2a450fdfb7f70a39a884732ab3ebc2edc1c4f6
4
- data.tar.gz: b6ecac9b143dc5663aec9b5d927d7e531c28996b
3
+ metadata.gz: 252461672ed1c07fd24c7cc83540caff83a12e9f
4
+ data.tar.gz: 07a439f4a66e1ac9e3a1b66ad3d57e318cd371f4
5
5
  SHA512:
6
- metadata.gz: 900ea527db3e37289a59181497ed053af458f5f4f0778c45a8f98b012a38c357a5fa844851e9299820e8f5a435ba03e488ece46f7b17666a6efc358290d00a92
7
- data.tar.gz: e1443afe39fde5577cab6885d2f43c1e3cca1e7efae78ad4aca5ea52abfb458ea575350451d30f6856fe9563405b53c40be2e4453b51a9676dd57a80d675b091
6
+ metadata.gz: a202f8492f998807bd0025d0662bd461d7942b39e2e3e44b8d441b2a0cd4c298ee5c3ef831d604f70056651ba424e21b48560033326b1c51d78d61357da730f6
7
+ data.tar.gz: dae8558b1ce89a6f775b712ba5aed8af08d1ba800ebd9359b7bd2f327306a8453c59d8d6d7520998afa07b6c6b41cb6cfaf87162fa08e0023d957187e68bc53b
@@ -33,11 +33,6 @@ if defined? Appsignal
33
33
  end
34
34
  end
35
35
 
36
- Appsignal.config = Appsignal::Config.new(
37
- Rails.root,
38
- ENV.to_hash
39
- )
40
-
41
36
  if Appsignal.active?
42
37
  Appsignal.start
43
38
 
@@ -1,4 +1,4 @@
1
1
  # This file specifies the current version of the gem.
2
2
  module DispatchRider
3
- VERSION = "1.2.6"
3
+ VERSION = "1.2.7"
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.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suman Mukherjee