raygun-apm 1.0.48-x64-mingw32 → 1.0.49-x64-mingw32

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
  SHA256:
3
- metadata.gz: 1ec97f303d463982f15fab16313459571d0871424f770e709e94bb76e0991288
4
- data.tar.gz: 9067c48caa34ce501b85f0d32d6b9772739fb00dda72ed5f01c3a613f9e42f3a
3
+ metadata.gz: 2a1abf77c275bb0167d6e17da5bfcd41cdbb552fa93da1d59aa1aed2a5e6a741
4
+ data.tar.gz: 77cc991ecf48959a20df63f51c324a8ab79eb3a5f2b87dedd0865e0d87875dea
5
5
  SHA512:
6
- metadata.gz: 1ab6d632f3610dc78b12817ac365ef8c2955f2162655ce6ba2e0fb19b274074aa97acb4c1829e0ff6fa3bd68d999744538d740ea9754754540aedb03aeb49557
7
- data.tar.gz: cc402919aa796d2fd6f5bb4b1d416ff6ce4e7298d63cf2b8f36c8627af87b1a49584618de6605306be800d821ff39d64215d9281345727a151a8d9fbad23ae0e
6
+ metadata.gz: 2ec78d4b56bddd48815d2146dcef1094a677d8f51ea96a111fe733fa7299766b9e123d8020863f1e347fb9e1f09dbd25221b50102987954e38de5b024ba8e86a
7
+ data.tar.gz: cc3edca6bae7fc51638ada0bd1bbd8b56f7e400a0a17860c636935e3e98b7dda2c6260d7d42924ad624b4cadf82be8d3716335939bfbd334bab937a39e4a05a0
Binary file
Binary file
Binary file
@@ -16,7 +16,7 @@ module Raygun
16
16
 
17
17
  def verify_agent
18
18
  socket.write "GetAgentInfo"
19
- response = rJSON.parse(socket.gets)
19
+ response = JSON.parse(socket.gets)
20
20
  if response['Status'] == 1
21
21
  puts AGENT_STATE_UP_CONFIGURED
22
22
  elsif response['Status'] == 0
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.48"
3
+ VERSION = "1.0.49"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.48
4
+ version: 1.0.49
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Raygun