raygun-apm 1.0.48-x86-mingw32 → 1.0.49-x86-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: 8810c09ceeb47f6077ead12e514813c02f9f7b6fcf78214228bf6f1ab32fcffd
4
- data.tar.gz: 42f80be10baeddf2ea7ac879e3cce0dac4ced4adf3c95dfbfaeafb6bc7ad5dbd
3
+ metadata.gz: f9a46138da068e2059214c02a4a9cfeb942900cc28fc88c9845e6ba0e5d3fe43
4
+ data.tar.gz: 84e718e2f39a82e168e676f1accb58333bbfb5f8b402267f650589f2576dbdb2
5
5
  SHA512:
6
- metadata.gz: 382b03866418e44d6cb250ad47620c8e6cc8bf8415d7abca42f075971354746dc161b0c0ba20b857e3cafe5916fa9713899d93b104d891a7eb008f44091d3f8f
7
- data.tar.gz: b61f6bf6caa36abadd177c7d25fe4a8a577e40935e79fcf1bfc4fc24252208b16f2ea05ec80dbe94ca4279b1c381285465b7ce0c47ba701c985d7a788c04be02
6
+ metadata.gz: 024a04c371afe8ac34be7f9d47d89774e0b16610e34c43326dc72ec80cefb8ee20ae5905d48e992db1d96297f878199e30d5ea423a1d556cd3e2c0c5191d05f4
7
+ data.tar.gz: fff4da85bd530e6e626510be7738d5b30fc706c1cdc030b27ffddfefab070b864f04fed960cb6748e469a385fbbaa11eeb0b047a6f916d9270c29c913b267c27
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: x86-mingw32
6
6
  authors:
7
7
  - Raygun