raygun-apm 1.0.3-x86-mingw32 → 1.0.4-x86-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: 788a0d315261c3ee2720ac256a3d35f45204bfef4983c260aa501f2405cb0fd6
4
- data.tar.gz: 4a003486ef00cb60c3f78dbbe8ec815d3164e385d7d7dc7fd5c6bb0a39ce0833
3
+ metadata.gz: c7be19ff4dd0342cb855750cefa736006be3ef05f4f7f19767811c3b863ea0b4
4
+ data.tar.gz: d58cf5ee1da2ae09b8d3a0cdb92d5525f8ae77ccbd7c5b7000624b84092bb35c
5
5
  SHA512:
6
- metadata.gz: 1ad36eb4be14906a4f4d005621f0b18fe496a375fa04072a1d8796e07d94250c6fec70e41e78e2dd45ce6545d85048c39bf022584a93d2532f65bf100bf25f82
7
- data.tar.gz: 7bd746d99c246d1a8cddd84c0e21d958671762624410a0042548bd534a1088f8912f394549030b8ebb0e044eb1d12a5d949b79cbb4c733dd29191329134e479e
6
+ metadata.gz: ed61faab9cfd289084a5b00c6e0e84b26b76b29e148d81ead30531c8fb19799121d78d7d7a91c604f1005d382a81c392e415e917fd47f62c1ee6c0f39ede0124
7
+ data.tar.gz: d03c9e8e9be6518fa6a45dde3f4b76c0b455bf2aa1435f3c99606514be509ce536b993ea654008aca55361fd27cb635dfd22094d0da3a573d452e0f20c002e0b
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-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: []