raygun-apm 1.0.80-x86-linux → 1.0.81-x86-linux

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: 7b60ae0bc49b712d454bfe3ce835e595908186abacfcf63eaf538d06a7e4e44a
4
- data.tar.gz: b77d5974bf04fde7fedb488e360e0431d216c5d256ff82e631a29e501f54e59d
3
+ metadata.gz: b315511459c3e9b4405815abba47f1aa4471dde9c48a85fb575f39d74c1d5c68
4
+ data.tar.gz: 3bae1d6d64886c6e61b5a80583a08fb43c14fa1147f1f2c927c566ef0faa9d44
5
5
  SHA512:
6
- metadata.gz: bce5c12cf34a3a92039d07c6dcf756f3ce2979eb07d369dcc116a6b80b47e7fcc30eec60f1282cfec2e77c6797d906b8cce1ea0ff679fa79888ade4799e52417
7
- data.tar.gz: 2358897888c64534b6250ea10f2f127c80f974fcc68b0b55a2120efc8ed5191f4e3d5b5ae233022873eea113034b7b0c2f0b25c00feb9c59bd45fe597795965c
6
+ metadata.gz: '0918464ff3ed4b59ecd48741e31d497424b75a0dc2245967c6cd66ccbac08518d8bd1ba9da5c5c20b5cb3ea0a424eb3f4f046b5eb1e01e8e1aad9d9ff3f64337'
7
+ data.tar.gz: ee5b89d30058366ffaea9b66395d7fa8c91459ae94845abd48674852d8b6252e2b4fca60ba6d63b8582935d23a481c6335e08b5b4325461546f896958ba310f7
@@ -27,6 +27,8 @@ module Raygun
27
27
  end
28
28
 
29
29
  def raygun_apm_url(uri, query)
30
+ uri = uri.to_param if uri.respond_to?(:to_param)
31
+ query = query.to_param if query.respond_to?(:to_param)
30
32
  query && uri ? URI.join(uri, query).to_s : uri.to_s
31
33
  end
32
34
 
@@ -1,6 +1,6 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.80"
3
+ VERSION = "1.0.81"
4
4
  MINIMUM_AGENT_VERSION = "1.0.1190.0"
5
5
  end
6
6
  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: 1.0.80
4
+ version: 1.0.81
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Raygun Limited