raygun-apm 0.0.9-x64-mingw32 → 0.0.10-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e75ce284f80f20e1212d2579eec6f4d66224817438d28c4493d277a22833e0d5
4
- data.tar.gz: 9bd13efb14348c61fc02b3ed5de0a2b19c946da5711a6834f4e57db5524fca2e
3
+ metadata.gz: a71ae0c5de2c5f095db83b08253df8f8beb48e8a056d6443fcc7dd8f55dfec9f
4
+ data.tar.gz: 7b7cb1d64497f519920dcc5a3c2d53b830a54d2723c9aef23809da0911c40ed4
5
5
  SHA512:
6
- metadata.gz: d01c00f0252ef8171f55d2d572a52e56bad983c3e75b0f7e4d17e55b3cccde5e0550c68f5e7a416845c6277d981a9b3bc1e8dc0a4478d7514c3489f3eb825327
7
- data.tar.gz: 44f19b5207ee9eaa95d2dd0529a4b8244b6eebb8421803da155e281417c26554a3394327a62cf61c724f260b6583a5df799ff196b950c16df89f1f5dadd19025
6
+ metadata.gz: 8917311326090f334b588694d95dec09641ef8a750d96735daf930c2dfe47e3896fc455f62ef77fa8b829d4b5e2e6edd46bf2a93b13ea0c3f8305395495c3161
7
+ data.tar.gz: 5a6f412455ae892e1a5909e7e4e60bd31560b7d8b7a1c4dd17e20ef388bac34bb22cdf31654df829302dfeb24de7d6a3234d91f8891810091283dd9464cbd903
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm (0.0.9)
4
+ raygun-apm (0.0.10)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- benchmark_driver (0.14.17)
9
+ benchmark_driver (0.14.22)
10
10
  debase-ruby_core_source (0.10.7)
11
11
  irb (1.0.0)
12
- minitest (5.11.3)
12
+ minitest (5.13.0)
13
13
  rake (12.3.3)
14
14
  rake-compiler (1.0.8)
15
15
  rake
@@ -17,7 +17,6 @@ GEM
17
17
 
18
18
  PLATFORMS
19
19
  ruby
20
- x64-mingw32
21
20
 
22
21
  DEPENDENCIES
23
22
  benchmark_driver (~> 0.14.17)
data/README.rdoc CHANGED
@@ -33,6 +33,10 @@ To launch Raygun Agent using docker
33
33
  docker pull raygunowner/raygun-apm
34
34
  docker run -v raygun-agent:/usr/share/Raygun -e "RAYGUN_AGENT_TOKEN=<token>" -p 2790:2790 -p 2788:2788 -p 2799:2799/udp -it raygunowner/raygun-apm:latest
35
35
 
36
+ === Ruby on Rails
37
+
38
+ For Rails support see {documentation}[https://www.rubydoc.info/gems/raygun-apm-rails/0.1.0] of the railgun-apm-rails gem.
39
+
36
40
  == Profiler Setup
37
41
 
38
42
  Include the gem in your Gemfile
@@ -90,16 +94,3 @@ Extended events can be sent where appropiate
90
94
  event[:query] = 'SELECT * from FOO;'
91
95
  event[:duration] = 1000
92
96
  tracer.emit(event)
93
-
94
- === Ruby on Rails
95
-
96
- For Ruby on Rails integration the following needs to be added to the <code>application.rb</code> file
97
-
98
- require 'raygun/apm/middleware'
99
- config.middleware.use Raygun::Apm::Middleware
100
-
101
- ==== Supported versions
102
- The gem has been tested with the following Ruby on Rails versions:
103
- * 5.2.2
104
-
105
- Other versions may work as long as the same Active Support Instrumentation interface is being used.
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Erkki Eilonen