raygun-apm-sidekiq 1.0.18 → 1.0.19

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: 54382f4a9e7c847d1a026bb5bfaaa8bc4b4576d780b48994001c286f6077d072
4
- data.tar.gz: 8dea545d6a83ca9e8b4f0587206799903b66ebd6a8550470df25c195caf5e7a6
3
+ metadata.gz: 29af41490ef21134ec18bc69a21a333b8056bd349bb5d08a2d3de261997f09b9
4
+ data.tar.gz: e4fd949327fecb5aee42d33bcafffff4afd8cd595330aa0dbba428c43d3ee7fe
5
5
  SHA512:
6
- metadata.gz: 8eb4abc49fce7632e1428690ac70c517296354a5e9886b310f06d75569cd8b390f0627c724f3410ad3db7b797fdaf5ee09d3eeec25ba6a9f5ed1b9f57d7252dd
7
- data.tar.gz: da85e668e1b8895db3b2c9bc7e39628f1dc6fc5a6c21bc24912867ed461f21ffc3969b93f96212e707bdbed409161494e7fa494a948b00c00643d1b435525e55
6
+ metadata.gz: '069f7be7b9d1c0e1977c27c4386f543043a66af4efddecf77bcae197f05879c30ee86a87000bd1b707ade1d9a82b167989d39251906d23993766eb936ca4a068'
7
+ data.tar.gz: d7e06ba4b1241bc8ec93326562879ac5c142f780907173d499165e6a6ce4a4eb3826fdb4a4b043c990f160440423730ad8fb27a4813473ac4adca5caa0337069
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Sidekiq
4
- VERSION = "1.0.18"
4
+ VERSION = "1.0.19"
5
5
  end
6
6
  end
7
7
  end
@@ -13,9 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "https://raygun.com/platform/apm"
14
14
  #spec.license = "MIT"
15
15
 
16
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- end
16
+ spec.files = Dir['README.rdoc', 'raygun-apm-sidekiq.gemspec', 'lib/**/*', 'bin/**/*']
19
17
  spec.bindir = "exe"
20
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
19
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raygun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-06-17 00:00:00.000000000 Z
12
+ date: 2020-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: raygun-apm
@@ -75,12 +75,7 @@ executables: []
75
75
  extensions: []
76
76
  extra_rdoc_files: []
77
77
  files:
78
- - ".gitignore"
79
- - CHANGELOG.rdoc
80
- - Gemfile
81
- - Gemfile.lock
82
78
  - README.rdoc
83
- - Rakefile
84
79
  - bin/console
85
80
  - bin/setup
86
81
  - lib/raygun/apm/sidekiq.rb
data/.gitignore DELETED
@@ -1 +0,0 @@
1
- *.gem
@@ -1,36 +0,0 @@
1
- = Changelog
2
-
3
- == 1.0.18 (June 17, 2020)
4
-
5
- * Force profiler version pin to 1.0.44 in gemspec
6
-
7
- == 1.0.17 (June 17, 2020)
8
-
9
- * Align with rubyesque blacklist syntax support from profiler version 1.0.44
10
-
11
- == 1.0.16 (June 8, 2020)
12
-
13
- * Integrate exception correlation with rayrun4ruby
14
- * Move raygun4ruby whitelisting and blacklisting out to profiler core
15
-
16
- == 1.0.15 (May 17, 2020)
17
-
18
- * Remove the Tracer#process_started callback (set on begin transaction command now)
19
-
20
- == 1.0.14 (May 15, 2020)
21
-
22
- * Introduce support for Redis as client adapter
23
- * Prefer hooking Sidekiq::Processor as Middleware does not wrap enough to intercept the raygun4ruby error handler as an HTTP OUT event
24
-
25
- == 1.0.13 (April 2, 2020)
26
-
27
- * Prefer hooking Sidekiq::Processor as Middleware does not wrap enough to intercept the raygun4ruby error handler as an HTTP OUT event
28
-
29
- == 1.0.12 (March 25, 2020)
30
-
31
- * Do not cache PID on HTTP OUT and SQL events
32
-
33
- == 1.0.11 (March 15, 2020)
34
-
35
- * Emit the happy path and error state HTTP IN events for Sidekiq jobs WITHIN the entrypoint function for the agent to pick it up
36
- * Prefer the singleton interface on the Tracer
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec
@@ -1,24 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- raygun-apm-sidekiq (1.0.18)
5
- raygun-apm (~> 1.0.44)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- minitest (5.13.0)
11
- rake (10.5.0)
12
- raygun-apm (1.0.44-x86-linux)
13
-
14
- PLATFORMS
15
- ruby
16
-
17
- DEPENDENCIES
18
- bundler
19
- minitest (~> 5.0)
20
- rake (~> 10.0)
21
- raygun-apm-sidekiq!
22
-
23
- BUNDLED WITH
24
- 1.17.3
data/Rakefile DELETED
@@ -1,16 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rake/testtask"
3
- require 'rdoc/task'
4
-
5
- RDoc::Task.new do |rdoc|
6
- rdoc.main = "README.rdoc"
7
- rdoc.rdoc_files.include("README.rdoc", "lib/raygun/apm/*.rb", "lib/raygun/apm/sidekiq/*.rb")
8
- end
9
-
10
- Rake::TestTask.new(:test) do |t|
11
- t.libs << "test"
12
- t.libs << "lib"
13
- t.test_files = FileList["test/**/*_test.rb"]
14
- end
15
-
16
- task :default => :test