raygun-apm 1.0.3-x86-linux → 1.0.4-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aadfe6147803027a088ca97d7591020273eff18798ae734023ffb1f675e0f98c
4
- data.tar.gz: 6901d52937af24d7e61fdcfc6154e8481833e739cf541c0a9828aa738b4fd983
3
+ metadata.gz: 66fe0a5ec00e095c6752aa7b2b0cca139160f96ae1c2330c217c9c87d0798470
4
+ data.tar.gz: 3fefe809699d1264dd434279e09794593e19ff4fa2adf41678a81af73b8e1823
5
5
  SHA512:
6
- metadata.gz: 71785eb6e56f3146aa5297dd714ed0a6a752afc45366f6736fa0c25216d30ac9d0112a930092efbc6166cf3e0d568a4135ed7c8d3113fbe5cae73341eebc8333
7
- data.tar.gz: 6c0c1006c5e4c75046afa07c97012ad5dba0dbe2e38e9dcdf0992d6984f146a9f0f619ce07a57a6f1b58e5ec1d2de608f0b61d27d85644d88ed9c2f909fc6bca
6
+ metadata.gz: 77a822088e3aec7a8642130e5ef0e808f9647884c4003fc90202116cf0c9487d5ee50801fd262bd3f34791ac8f221d64c8e17a2931f88e39d515f100376d4669
7
+ data.tar.gz: fe24416b1fe15f747e2912c07f623cd74bd89393899b889fdb2b4697125b73e9aa038bca60d905119c3e119ae83831076727454aaaa11a2d9d1083adffb0f09a
Binary file
Binary file
Binary file
@@ -15,7 +15,7 @@ module Raygun
15
15
  # Ignore comments set to false here to account for #<Class: etc. in Rails blacklist
16
16
  add_filters Raygun::Apm::Blacklist.resolve_entries, ignore_comments: false
17
17
  show_filters if config.loglevel == Tracer::LOG_BLACKLIST
18
- log_level = config.loglevel
18
+ self.log_level = config.loglevel
19
19
  ObjectSpace.define_finalizer(self, proc{ disable_tracepoints })
20
20
  # Any fails here is kamikaze for the tracer
21
21
  rescue => e
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
data/raygun-apm.gemspec CHANGED
@@ -4,15 +4,14 @@ require File.expand_path('../lib/raygun/apm/version', __FILE__)
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "raygun-apm"
6
6
  spec.version = Raygun::Apm::VERSION
7
- spec.authors = ["Erkki Eilonen"]
8
- spec.email = ["erkki@bearmetal.eu"]
9
7
 
10
- spec.summary = %q{Raygun application performance monitoring}
11
- #spec.description = %q{TODO: Write a longer description or delete this line.}
12
- #spec.homepage = "TODO: Put your gem's website or public repo URL here."
8
+ spec.authors = ["Raygun", "Erkki Eilonen"]
9
+ spec.email = ["support@raygun.com", "info@bearmetal.eu"]
10
+
11
+ spec.summary = %q{Raygun application performance monitoring core Profiler}
12
+ spec.homepage = "https://raygun.com/platform/apm"
13
+ #spec.license = "MIT"
13
14
 
14
- # Specify which files should be added to the gem when it is released.
15
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
16
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|vendor|tools|ext)/}) || f.match(%r{Rakefile|Gemfile|.git}) }
17
16
  spec.files += Dir['lib/raygun/**/{2}*/raygun_ext.*']
18
17
  spec.bindir = "exe"
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: x86-linux
6
6
  authors:
7
+ - Raygun
7
8
  - Erkki Eilonen
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2020-02-21 00:00:00.000000000 Z
12
+ date: 2020-02-26 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: debase-ruby_core_source
@@ -110,7 +111,8 @@ dependencies:
110
111
  version: 0.15.9
111
112
  description:
112
113
  email:
113
- - erkki@bearmetal.eu
114
+ - support@raygun.com
115
+ - info@bearmetal.eu
114
116
  executables: []
115
117
  extensions: []
116
118
  extra_rdoc_files: []
@@ -130,7 +132,7 @@ files:
130
132
  - lib/raygun/apm/tracer.rb
131
133
  - lib/raygun/apm/version.rb
132
134
  - raygun-apm.gemspec
133
- homepage:
135
+ homepage: https://raygun.com/platform/apm
134
136
  licenses: []
135
137
  metadata: {}
136
138
  post_install_message:
@@ -155,5 +157,5 @@ requirements: []
155
157
  rubygems_version: 3.1.2
156
158
  signing_key:
157
159
  specification_version: 4
158
- summary: Raygun application performance monitoring
160
+ summary: Raygun application performance monitoring core Profiler
159
161
  test_files: []