raygun-apm 1.0.3-x64-mingw32 → 1.0.4-x64-mingw32

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: e4ddf144534055c3e63f29f425e2bd2ba66bfce14684cf3f7fd7451539bf7c3e
4
- data.tar.gz: 0ffb85e5da14a3d464f8ef6af71ce4eb1487409aa8651ea4ad6bce23223a8751
3
+ metadata.gz: f370e0943c029fb4af2f14e43519435e63b76e877cfa88f599a4f3f4bed2067a
4
+ data.tar.gz: a0a33515a144a4db8e46c916ee1d826c8c6f48b6cc208198741c0b52556596e2
5
5
  SHA512:
6
- metadata.gz: d4243c3b02d8885e46a2a5015a9e5ca49da3b474ce8e48e0770eca51eadbc506e3a0bfa19da9bd604a19cf478b75fadc78ae36604b9c83c47e56e9992ac4e43b
7
- data.tar.gz: b8184a03290d88de3f89570161988ed12fea81d552da3b886e57fa1b5e0a1056fa488f5d8bea4890e6aa7639a0969f846cd32302d0dfb4a593a6cbadfcefae78
6
+ metadata.gz: 92023196cb9cea81e4ed5348dc554a15dede58d53a3b5b86eb6bd62f03319e7fe0dffd1f659b88249373510692140c2414b4c8443a9860ba22475b076bcb0193
7
+ data.tar.gz: 3bfb1a370533adcb2fa7df3e709567409940bc9b0362ba37852c04a8d049ede104a458d0d12bff9ec455bffcd2659f7f80b7dd58bf0135e3bd6cc59d03f80dac
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: x64-mingw32
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: []