appsignal 1.1.7 → 1.1.8

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: b424fb64f9d09997952ee57c9f5e1bc354de489e
4
- data.tar.gz: 555af50f63acb8b7bf0d0d0f0120953583245133
3
+ metadata.gz: 0fc9b28fc7b65328a8882895cc7ba7ebe212955e
4
+ data.tar.gz: 0462ba2e4bff2f22c074bb43c515cd694ca1b56d
5
5
  SHA512:
6
- metadata.gz: e1a116c8395a9015527845038ef620a5f3a146c97cdebea9e3aa58f0a184b9c3ae1c158cd3981104abae87410c951a1ed5ec5728f9a532ecbd0b5699e65cda29
7
- data.tar.gz: 79130239847b3a361381d82260bfd4b52ba988d985b744de616b96f5484e9f8be34d4139e36a1db99720c80345624dc692973792e472f774c4077038386d85b5
6
+ metadata.gz: 819f74872eba5d143fd4f82b27438b558b31606250c340383676a9721b89e13e2a05329bdca9f68a47a2636ae4915a1f29bb9824a461cd86fb1fe4a2e5677294
7
+ data.tar.gz: bcd5f522916984ee4862520f294e42ab0828ec28eae6a545b7ff091bee63de53447b8a2d87d6ca03c4364f08e82b080358aacdc9f9c871151abc0f82248c5727
@@ -1,3 +1,6 @@
1
+ # 1.1.8
2
+ * Require json to fix problem with using from Capistrano
3
+
1
4
  # 1.1.7
2
5
  * Make logging resilient for closing FD's (daemons gem does this)
3
6
  * Add support for using Resque through ActiveJob
@@ -1,3 +1,5 @@
1
+ require 'json'
2
+
1
3
  module Appsignal
2
4
  class Transaction
3
5
  HTTP_REQUEST = 'http_request'.freeze
@@ -1,5 +1,5 @@
1
1
  require 'yaml'
2
2
 
3
3
  module Appsignal
4
- VERSION = '1.1.7'
4
+ VERSION = '1.1.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appsignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Beekman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-05-31 00:00:00.000000000 Z
12
+ date: 2016-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack