raygun-apm 0.0.14-x86-mingw32 → 0.0.15-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: 1d4a8fa87406e60c21b292dd1f1030f8e3b042e1e0134102869e39570111e84d
4
- data.tar.gz: 52d30def213400058f31777a334f7cda2a7bddf04bb903b0f445231968d02d94
3
+ metadata.gz: 9b68aa2ee09974dd5c8533a2981de3921d434aefaf3df956b227d89bad41436f
4
+ data.tar.gz: f4c3b5b8d17f86e7b47e5f2c04262fc5043f419a29e158d83de3c5df656db2a8
5
5
  SHA512:
6
- metadata.gz: 0a7eacd1c60facc936d7f16d976bac414e3a3af12c3340a2b9436e7b35e8db770b791df6d574a3f52d192c3106cc7e77da1115573392dd4d439843b95e671aff
7
- data.tar.gz: 4572eecc1e58ff0bf56ba993d1b8855fe900fce5e54e3ce8074ae6fae22d4093488e2abad8a436cf852b19a424a7c6565d1dacb491ada4b22c753ca129f03754
6
+ metadata.gz: 165358e39b5e674ac1567fe60fb2dc23969b73641bd10e9eaf538f7e7e3666f0f9ca11ec1418d431ee88fb8e0a61e96284ff97a462a3ea6116a3e1c191d748b2
7
+ data.tar.gz: c33065cf7a4df4102e73aad49af260149af40e5a3820e2e0122c5e1922883f3d6f761cb1d633a6f368e5869d3dca4300f2f3a3c64c5caced2f57f574f3c56650
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm (0.0.14)
4
+ raygun-apm (0.0.15)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
Binary file
Binary file
@@ -8,7 +8,9 @@ module Raygun
8
8
  "Error" => Tracer::LOG_ERROR,
9
9
  "Verbose" => Tracer::LOG_VERBOSE,
10
10
  "Debug" => Tracer::LOG_DEBUG,
11
- "Everything" => Tracer::LOG_EVERYTHING
11
+ "Everything" => Tracer::LOG_EVERYTHING,
12
+ # ruby profiler specific
13
+ "Blacklist" => Tracer::LOG_BLACKLIST
12
14
  }
13
15
  attr_accessor :env
14
16
  def initialize(env=ENV)
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "0.0.14"
3
+ VERSION = "0.0.15"
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.14
4
+ version: 0.0.15
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Erkki Eilonen