raygun-apm 0.0.15-x86-mingw32 → 0.0.16-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: 9b68aa2ee09974dd5c8533a2981de3921d434aefaf3df956b227d89bad41436f
4
- data.tar.gz: f4c3b5b8d17f86e7b47e5f2c04262fc5043f419a29e158d83de3c5df656db2a8
3
+ metadata.gz: ca7283dc1394517793fd926670ef93bc4aff750f64e7be0dc6cecf2e426527ad
4
+ data.tar.gz: 4fdb4ff202243091a99df5eab081c6e7b7e537241f6b505fcbb79ec1cb724d7e
5
5
  SHA512:
6
- metadata.gz: 165358e39b5e674ac1567fe60fb2dc23969b73641bd10e9eaf538f7e7e3666f0f9ca11ec1418d431ee88fb8e0a61e96284ff97a462a3ea6116a3e1c191d748b2
7
- data.tar.gz: c33065cf7a4df4102e73aad49af260149af40e5a3820e2e0122c5e1922883f3d6f761cb1d633a6f368e5869d3dca4300f2f3a3c64c5caced2f57f574f3c56650
6
+ metadata.gz: 7b711b6a148f2ca8ec88148d353f4332cab0bec155c14419b2a4dc90ab2805582c90610420ad7d81978173e0230aa9da6845116fd5cd26104474db86ad902d87
7
+ data.tar.gz: 8d24d2ff55f9047f6619003d7fb5885a73c73c701b6f6cbca18b8f5164958b908ce5611477fa8bc92a37f25d5687ed44a1de907da576fe195218a484a556fd0d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm (0.0.15)
4
+ raygun-apm (0.0.16)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
Binary file
Binary file
@@ -90,6 +90,7 @@ module Raygun
90
90
  Process::Status
91
91
  Process::Sys
92
92
  Process::UID
93
+ Psych
93
94
  Queue
94
95
  Random
95
96
  Random::Formatter
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
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: 0.0.15
4
+ version: 0.0.16
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Erkki Eilonen