raygun-apm 1.0.48-x86-linux → 1.0.49-x86-linux

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: 185e83d51208f563c0f0dd4384de7fb1123e9e8e52531da7abc3bdd22f5a43bd
4
- data.tar.gz: cb4327777a8fcba886cc0c1417682393c2a26e229d4517b76a742ea84dd28b2a
3
+ metadata.gz: '08c12128134e645fa7f9e22268d9b977f92d37b891797dad369ef20a45cbcf8b'
4
+ data.tar.gz: b5a37bc1b71caceade7a5ae225919d00ca1442940b3ac2f69b10fef12735bb10
5
5
  SHA512:
6
- metadata.gz: 6f9d8243e2d21823d5cac6243e46c5e22f3bcc38dda39a507e87abb83b8d32dbf06c8e80f7fa676acb41a1f4475fad5787a3c423a28222dca4d7995acb1d19c6
7
- data.tar.gz: 351236e8f8a5da7c1583ef179906e944d848638489e12611edd2e9d98b92b2f258cd34037c7c5f5ab82702bc4620fb3399d387cacb6a4b6852c3ce9944864a1d
6
+ metadata.gz: 19b46387b7101461ba3017741f99118bb12c199ebe487d027413c13ccb3cf5fb7030bbdffba58c1ecd833df5a7a38ff2e4d6209be05c724a6e58651777e60ce8
7
+ data.tar.gz: 1bf36b9135a5181f6ec2f0dcc3e0ca08643e5ee13d1d28ef349267a11e8d621482d2a7074f98a4a0074ae628d41732509cb9ec42191a7a01bb1a55f88b6dcbaa
@@ -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: x86-linux
6
6
  authors:
7
7
  - Raygun