raygun-apm 0.0.8-x86-linux → 0.0.9-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: a95f4b973cb724f6c5e1bdcdb1e02fc2836b5b324d5babbc7b43b10b3d62a371
4
- data.tar.gz: 65d785ebc487084ab6abe7df6ae80145f0b0543235c090c812e092d80c85b1e8
3
+ metadata.gz: d73d12f16c824cbaa6a38a5a664cdb9de63afa38cf4ec30c6c8694a0628fad5b
4
+ data.tar.gz: 286a81e6af792ddf27c6b6ae92df3edb365824a07e3fd5c3e73cdb727fe7e3f5
5
5
  SHA512:
6
- metadata.gz: 1d15f1fcc8812fbb3f2832054dd1906a9a17c13b8981a3526ad6337e6e465ed008285e738bc6fb2defec79761595df64b86267a9488ea7a12903fb0a1e67f655
7
- data.tar.gz: 44696efa00be415f9b4c325d58b67c3f692aa913b899d5fa3c4ee0f647d5e2fbfc06020c9b7ba652f95401d098721c7feae71b19b0b23e978d3946e3d25b19e7
6
+ metadata.gz: f3d34e97f1fe777b1d50984c59ff955066912b05729a4928c6755a29f11f7e82466f8926469088ca938bbdf689ccd4c1664b8e67e9e5a19882ddebd13891f688
7
+ data.tar.gz: 8c34071a05cd8ad54d98a1d192bd50e2959c29411253030387e4d105a24c3066d1521631ceaab34d57712eb1e1633b3d74cf270c64e080e6860107b6d91f7576
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm (0.0.8)
4
+ raygun-apm (0.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
data/raygun-apm.gemspec CHANGED
@@ -18,12 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib", "ext"]
20
20
 
21
- if RUBY_PLATFORM =~ /darwin/ && !ENV['GEM_CROSS_COMPILING']
22
- spec.files << 'lib/raygun/raygun_ext.bundle'
23
- spec.platform = 'universal-darwin'
24
- else
25
- spec.platform = Gem::Platform::RUBY
26
- end
21
+ spec.platform = Gem::Platform::RUBY
27
22
 
28
23
  spec.extensions = ["ext/raygun/extconf.rb"]
29
24
  spec.required_ruby_version = '>= 2.5.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Erkki Eilonen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-18 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: debase-ruby_core_source