raygun-apm-rails 0.1.11 → 0.1.12

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: 5900138251a3565aed5ea97e891612937933fc6332848e67c29b3cb383d5bfd9
4
- data.tar.gz: d55c239c8204734478c954f4d1eb771450bc0833a4dd6a47591ca1b1caa3820a
3
+ metadata.gz: 0a4b9163fa7ad19d6a57734000d788288c5f1ca74ce4d3729d4ff9acd81036d0
4
+ data.tar.gz: 76a7c8afa228f0586528f1009d0ae7fed3c596b5b332a9b61534dcdac37a7fdc
5
5
  SHA512:
6
- metadata.gz: b8cba67519311b80693f8dc5f16564c8556ec9da2d7d3227c5a3e6680ff7882e1fd95c9b0e30df47a18821617ccb2fc06e713d9b1ce4d0cf4e93582d9c5fa015
7
- data.tar.gz: 40c4f280a7f1aa7d83587eae23a37114bef346518fbbff9e62f6bb1bd68f0e57aee8ba1c956036bbd27e0cb75756639849a5cf8b3b5ac5084af846fd4a76eca3
6
+ metadata.gz: ac85078db0464c339ece99a1099e7ba0d4beaef0c36b2202efb007635f7344c14f78b0c2f15a318ffd1ad1f6a6e247cdeee41942e434b8fab4ea8a84134fd8e5
7
+ data.tar.gz: dedc829409e7e9a581b2b5a1d028338d1e4171f71ec937845de11267b1fd1f69654e6758322cc1c7421f82bff747e2def7f0702c8da49ed8e8e62079caf7fb50
@@ -17,10 +17,9 @@ Distributed as a Rails wrapper to inject the precompiled native profiler gem.
17
17
 
18
18
  The profiler only supports CRuby, also known as Matz's Ruby Interpreter (MRI).
19
19
 
20
- * 2.4.x (End of life upstream release that does not receive backports anymore)
21
20
  * 2.5.x
22
21
  * 2.6.x
23
- * 2.7.x (Preview release, still officially unreleased, but supported)
22
+ * 2.7.x
24
23
 
25
24
  {Contact us}[https://raygun.com/about/contact] to support other Ruby versions.
26
25
 
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erkki Eilonen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-22 00:00:00.000000000 Z
11
+ date: 2020-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raygun-apm
@@ -84,7 +84,6 @@ files:
84
84
  - lib/raygun/apm/rails/middleware.rb
85
85
  - lib/raygun/apm/rails/railtie.rb
86
86
  - lib/raygun/apm/rails/version.rb
87
- - raygun-apm-rails-0.1.0.gem
88
87
  - raygun-apm-rails.gemspec
89
88
  homepage:
90
89
  licenses: []
@@ -104,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
103
  - !ruby/object:Gem::Version
105
104
  version: '0'
106
105
  requirements: []
107
- rubygems_version: 3.0.3
106
+ rubygems_version: 3.1.2
108
107
  signing_key:
109
108
  specification_version: 4
110
109
  summary: Raygun application performance monitoring for Rails