raygun-apm-sidekiq 1.0.1 → 1.0.2

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: 9fefe846c47005d570447dd05aaf91d12d8b96c8e2a438b7c7adad0a10a493c1
4
- data.tar.gz: 623e1e4cac445ccc7b35406194f7ff9ffd5b0f675f205d45d4342346a8912633
3
+ metadata.gz: af30f0eb1dcdac88891a8d6a68093a8275b25e01be4dd64706a75f772fa5fa46
4
+ data.tar.gz: 242d6c907a69718a33930f7551c9175558df8c179ce006fa26a6aa2aaca55a74
5
5
  SHA512:
6
- metadata.gz: 6e62bcf69a209296784af96e23607a095cac470abbbed0d381a87ab7b83e7c367ec87f6b8aa57c16f410dd40932f7d55c444ee600a2ec3192093a204777e0593
7
- data.tar.gz: 622da82a8a9ec3e16c875430c4c58b98e612b118309f1922f886d642784ec340140ae4e4750ba669ca307d41af7c8e9725356738f09a049dafc78d078937a706
6
+ metadata.gz: 16e440bda991367fb6efe4c6deef06febbdd47f73af85558576e52da7bc36709ca07d3e5be856ff4598dd4463bc88b229ab16c399e8d7b0fbdcf1a2c7d70f159
7
+ data.tar.gz: be5e486505b3c0d2771ffa124468257fcdf6ec1ca24bc051b56c6f2bf9a6f1d729fe6bd9581ecf86f7016df27c927f025219bc6d78a7abc54b1fa3feefbc2528
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Raygun Application Performance Monitoring
2
2
 
3
- {Sidekiq}[https://github.com/mperham/sidekiq] for {Raygun Application Performance Monitoring}[https://raygun.com/platform/apm].
3
+ {Sidekiq}[https://github.com/mperham/sidekiq] for {Raygun Application Performance Monitoring}[https://raygun.com/platform/apm].
4
4
 
5
5
  Distributed as a Rails and Sidekiq wrapper to inject the precompiled native profiler gem into Sidekiq jobs.
6
6
 
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Sidekiq
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
  end
7
7
  end
Binary file
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erkki Eilonen
@@ -83,6 +83,7 @@ files:
83
83
  - lib/raygun/apm/sidekiq/middleware.rb
84
84
  - lib/raygun/apm/sidekiq/railtie.rb
85
85
  - lib/raygun/apm/sidekiq/version.rb
86
+ - raygun-apm-sidekiq-1.0.0.gem
86
87
  - raygun-apm-sidekiq.gemspec
87
88
  homepage:
88
89
  licenses: []
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
103
  - !ruby/object:Gem::Version
103
104
  version: '0'
104
105
  requirements: []
105
- rubygems_version: 3.0.3
106
+ rubygems_version: 3.0.6
106
107
  signing_key:
107
108
  specification_version: 4
108
109
  summary: Raygun application performance monitoring for Sidekiq