raygun-apm 1.0.3-universal-darwin → 1.0.4-universal-darwin

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: e6128c3d95f1c12aded9f821ef4e935bfc7bf9435387f58199118a9d92b090ab
4
- data.tar.gz: fd9b130fb4cdf2d554792bf42f90c4b164526161160e664996ac447ad18b4ee5
3
+ metadata.gz: 90eafaa5a68acde659f9c4b283bf1c6c3e63bcfbd6fa6134d4a29f21b4b1746d
4
+ data.tar.gz: cf3084f840d736887a591501c2474df714104ea999fea0c704eca23c35966b40
5
5
  SHA512:
6
- metadata.gz: 879d449d4080c1639d0b81232b3f1be06d43668146d5cdfec5267e46a4f1b927f47e0b223d9ccaccfd55bc43e893d30ced921cbdd33580415a486f85b861d5ab
7
- data.tar.gz: 663565d9d150ff757ae14ffb792e793c9894223fdfefbe4d82745208c1b94907b13369e73a9199e4f00b77d4546a19e70ca685d5df3318c5cc75be54c09e4dea
6
+ metadata.gz: d2dd38bcf1af46361b11b08a573d675b4ea75262807098a78e33a5b69e00c8b9d2bacbc375c1118dc18a496b746a094cc9c234162de89bbf85743603cd732c01
7
+ data.tar.gz: 15326a3421c2576bbf6595bfbfe301392ab7db78916acc87d653ed7152bf061b9c51a4a65e15a280853db6df42d9b07e175ca387aa22c85e99a8dd0472d02d05
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: universal-darwin
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-29 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: []