scout_apm 2.1.10 → 2.1.12

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: fc600fff93b25a071d1b42340ee61d917dba6311
4
- data.tar.gz: dee033882c62adf993a8b9d03a4117f44e88e500
3
+ metadata.gz: 8d01f68861b6803d09d9780d51233cd1eb66db7c
4
+ data.tar.gz: 8ef93aab69a31d695e98e56bb2b9c0f8ca8a4cd4
5
5
  SHA512:
6
- metadata.gz: 3ba8573913896bb345a27a4af9e41023ce7373fb012dcc906ceb2ed5f40c68f51bd61111ef5168d6fabce50286d63173d78b887cbe00f67faf72da7a7e279663
7
- data.tar.gz: 7b9190354b3ecb0148e708d5c8df2927dc1fa345fe6a61dd6ecb243d88140a6a393371894b0d1ea072b52d66bfc7b77d7d8faa1a1542cfefbaeaaa6480397e74
6
+ metadata.gz: 77ed9e84c4fda4c8c4f7786ad854e23cf991ce24b71750e239ac61681f256fd02d2b9dfd0be496550dec3e7a9f901dec4a05e596d4d628e47d611d3378a3ffaa
7
+ data.tar.gz: 717459f9e898f05a969713ae6840b182357e0701a5c37cb8cee835310b4eeeebf8f004add0f2addfab05cfe1a132b482ee8ae00c0e2212b5e3939622f5bd9910
@@ -1,3 +1,11 @@
1
+ # 2.1.12
2
+
3
+ * Revert 2.1.11's Delayed Job change - caused issues in a handful of environments
4
+
5
+ # 2.1.11
6
+
7
+ * Support alternate methods of launching Delayed Job
8
+
1
9
  # 2.1.10
2
10
 
3
11
  * Fix issue getting a default Application Name when it wasn't explicitly set
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "2.1.10"
2
+ VERSION = "2.1.12"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.10
4
+ version: 2.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-16 00:00:00.000000000 Z
12
+ date: 2016-09-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest