signalfx-tracing 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 20456ae4ee55db663d056e9351711cbf04207893
4
- data.tar.gz: 55a020a7ad44fb93a5a09662608a8a92afed5f8c
3
+ metadata.gz: 471cbcb22eaec9a409ac827524f93885834ab5bf
4
+ data.tar.gz: 60492957df6c2e60f51560c8978fa48f1c72e744
5
5
  SHA512:
6
- metadata.gz: e0442c92a625217ac9f41b6ec19a5c2d7f7156ecca6eab8cbaa476e0984824fd686e8544875bfd0858fc624fe4606cf54198bf90376d0f01f9b262d7a86460ab
7
- data.tar.gz: 814046f126eabb8778f8dfca1739eede6ba7ed6780cb81c465ed57991ddc5a13889d934c1b9710cf37cb0ee0bd935be00d70d15474c5398156d1620bb938b1b3
6
+ metadata.gz: 6cf787a6248ab1b57ed8bf68c2d67514bd0ff8aaccea9b27fb15c5004773f931f6dad37c2753cad43a3aa2770334df0683a7c9977a09d02fbd78cb09b17e06b8
7
+ data.tar.gz: 6580a5104cc8997402f806b65846d26509a947459ed4b644a0047e303f4e8c71d91b3dc4ba2aeb906c57463a3e3748630a50ff6b8da92573442bbc5ae26efff6
data/README.md CHANGED
@@ -128,7 +128,7 @@ When interfacing with these web servers as a Rack application, please configure
128
128
 
129
129
  | Library | Versions Supported |
130
130
  | ----------------------------------- | ------------------ |
131
- | [ActiveRecord](#active-record) | >= 5.x |
131
+ | [ActiveRecord](#active-record) | ~> 5.0 |
132
132
  | [Elasticsearch](#elasticsearch) | >= 5.x |
133
133
  | [Faraday](#faraday) | > 0.9.2 |
134
134
  | [Grape](#grape) | > 1.0.0 |
@@ -9,7 +9,7 @@ instrumentations = {
9
9
  "faraday" => ["signalfx-faraday-instrumentation", "~> 0.1.1"],
10
10
  "grape" => ["grape-instrumentation", "~> 0.1.0"],
11
11
  "mongodb" => ["mongodb-instrumentation", "~> 0.1.1"],
12
- "mysql2" => ["mysql2-instrumentation", "~> 0.1.0"],
12
+ "mysql2" => ["mysql2-instrumentation", "~> 0.2.0"],
13
13
  "nethttp" => ["nethttp-instrumentation", "~> 0.1.2"],
14
14
  "rack" => ["rack-tracer", "~> 0.8"],
15
15
  "rails" => ["rails-instrumentation", "~> 0.1.2"],
data/gem.deps.rb CHANGED
@@ -2,7 +2,7 @@ group :instrumentations do
2
2
  gem 'activerecord-opentracing', '~> 0.2.1'
3
3
  gem 'grape-instrumentation', "~> 0.1.0"
4
4
  gem 'mongodb-instrumentation', '~> 0.1.1'
5
- gem 'mysql2-instrumentation', '~> 0.1.0'
5
+ gem 'mysql2-instrumentation', '~> 0.2.0'
6
6
  gem 'nethttp-instrumentation', '~> 0.1.2'
7
7
  gem 'rack-tracer', '~> 0.8'
8
8
  gem 'rails-instrumentation', '0.1.2'
@@ -1,5 +1,5 @@
1
1
  module Signalfx
2
2
  module Tracing
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signalfx-tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SignalFx, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-03 00:00:00.000000000 Z
11
+ date: 2019-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler