bc-lightstep-ruby 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +7 -3
- data/bc-lightstep-ruby.gemspec +1 -1
- data/lib/bigcommerce/lightstep/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 343f17b3edc68376d9f44b423a260f228b645eec
|
4
|
+
data.tar.gz: 8ff858f66134f12d4dc6d11656be70ed649904d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b23a35a2914161eb3a9401d719eac7e011645a9ae3e3959c39d64d12e09d07aab8cd6383dd9df36d1d7c3eb1de1da52e1987fb3df88de3822e4ce80b16d1cd5b
|
7
|
+
data.tar.gz: ad1e1ae8ee6f4f053101e977c80d1c0b58fa56be035b74296d6f9e203e21e2bc4e411a57d3a141f1b24e309c6ee146ac7363d6287c65930df14bd99126f5ef09
|
data/CHANGELOG.md
CHANGED
@@ -2,15 +2,19 @@ Changelog for the bc-lightstep-ruby gem.
|
|
2
2
|
|
3
3
|
h3. Pending Release
|
4
4
|
|
5
|
-
h3. 1.3.
|
5
|
+
h3. 1.3.3
|
6
6
|
|
7
|
-
-
|
8
|
-
- Fix issue with pipeline commands in redis instrumentation
|
7
|
+
- Updates gemspec to allow for newer Faraday versions
|
9
8
|
|
10
9
|
h3. 1.3.2
|
11
10
|
|
12
11
|
- Fix compatibility issues with resque-scheduler and redis instrumentation
|
13
12
|
|
13
|
+
h3. 1.3.1
|
14
|
+
|
15
|
+
- Add various options to suppress redis trace spam
|
16
|
+
- Fix issue with pipeline commands in redis instrumentation
|
17
|
+
|
14
18
|
h3. 1.3.0
|
15
19
|
|
16
20
|
- Adds automatic Redis instrumentation support
|
data/bc-lightstep-ruby.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bc-lightstep-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shaun McCormick
|
@@ -84,16 +84,22 @@ dependencies:
|
|
84
84
|
name: faraday
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - "
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0.8'
|
90
|
+
- - "<="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: 0.15.4
|
90
93
|
type: :runtime
|
91
94
|
prerelease: false
|
92
95
|
version_requirements: !ruby/object:Gem::Requirement
|
93
96
|
requirements:
|
94
|
-
- - "
|
97
|
+
- - ">="
|
95
98
|
- !ruby/object:Gem::Version
|
96
99
|
version: '0.8'
|
100
|
+
- - "<="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: 0.15.4
|
97
103
|
description: Gem for lightstep distributed tracing
|
98
104
|
email:
|
99
105
|
- shaun.mccormick@bigcommerce.com
|
@@ -136,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
142
|
version: '0'
|
137
143
|
requirements: []
|
138
144
|
rubyforge_project:
|
139
|
-
rubygems_version: 2.
|
145
|
+
rubygems_version: 2.6.12
|
140
146
|
signing_key:
|
141
147
|
specification_version: 4
|
142
148
|
summary: Gem for lightstep distributed tracing
|