raygun-apm-rails 1.0.29 → 1.0.30

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: e567390642459df542d2c963cd1645630b5ed2a582ad662b320f57ea3d68f459
4
- data.tar.gz: 751266bac6d8bf6c5cd8998a433d053cde43c8e10c474122f57f06b390abb8cb
3
+ metadata.gz: 897a877f3630316bee9e80b1951b18ca806eda40ac0952aa1589e95f691c6b0d
4
+ data.tar.gz: 364135d563e035092c4d079ff78eac9f39703d235a1fe81143851614001c2e31
5
5
  SHA512:
6
- metadata.gz: c07ed396344b2cc9a68b74c7c38a01775c82add5a2e7fabe931649dbc377387b38403d04807a7ddeed716184ac8bdea633ef046c58989b54b855155e5102d931
7
- data.tar.gz: d8d9503e66e563ddc794b38be3e7e22a0e5e0250c3a463795b76b1b1e5fedfafde1a0fe256175fb2aa22719da3e4f05304219180c05c0e38288cc7afd383b347
6
+ metadata.gz: 75794c8fd57b9da0aeaee89968648b616851bf50cc3562cef4458815a1c300fa2e5f4321b6445fc4e8395af50183efa6bd57f74439c891be8d4613717e590d73
7
+ data.tar.gz: 5ea76ced6f0bbf49391b88e5b5f89cfd429e0a4e622775382b2dfebadeaaaac98a31ca7218e13d6e5b09e2f2be464290a4be3db26a8f11ed67feb93f73bba128
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ == 1.0.30 (May 15, 2020)
4
+
5
+ * Introduce support for Redis as client adapter
6
+
3
7
  == 1.0.29 (May 3, 2020)
4
8
 
5
9
  * Blacklist a new set of methods injected at runtime by Rails which leads to messy traces
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm-rails (1.0.29)
4
+ raygun-apm-rails (1.0.30)
5
5
  raygun-apm (~> 1.0.15)
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ GEM
9
9
  specs:
10
10
  minitest (5.13.0)
11
11
  rake (10.5.0)
12
- raygun-apm (1.0.33-universal-darwin)
12
+ raygun-apm (1.0.37-x86-linux)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
@@ -13,6 +13,7 @@ module Raygun
13
13
  app.middleware.use Raygun::Apm::Rails::Middleware
14
14
  # Explictly enable instrumenting HTTP until a good control API is figured out
15
15
  require "raygun/apm/hooks/net_http"
16
+ require "raygun/apm/hooks/redis" if defined?(Redis::Client)
16
17
  end
17
18
  end
18
19
  end
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.29"
4
+ VERSION = "1.0.30"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.29
4
+ version: 1.0.30
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-05-04 00:00:00.000000000 Z
12
+ date: 2020-05-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: raygun-apm