bc-lightstep-ruby 2.1.0 → 2.1.1

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: 5a8c27ea5cc9408b41c8786c4dbc2c7f637fb7de271ff54f9b51bc95b2efef5a
4
- data.tar.gz: 34439ce990947965dfeb07a573e9865bf5e6dc31eb2318d04ae651be85ab8bc3
3
+ metadata.gz: d8f1fc7a5f74205acf72c3fa8cbb6c138c5a08ad836a1e16a5dfa18eac508e61
4
+ data.tar.gz: e83b6493f8e1f0960b5c5d4c160ad6908c0f18f12be6faf39b71196ba4d6ccfb
5
5
  SHA512:
6
- metadata.gz: 0dc933fa3929ab32e05eaf12f97c30c7fd48043c8e9e8ea1bf1391138860f93e33d3574b476992e7994e61cee6eb3d0d0bb0b26cf840bee6a6ecf35c12060164
7
- data.tar.gz: 1956ad38a1f0cfa14195271eca7977cb7628a09ba832eae94a8a854a5a531e540a2775bce737005668b197c07190a3d32715974d284654623811fd86a92e4f83
6
+ metadata.gz: a5e1791d8d2d2557eb01ec82cfe25cda4bff66637f325dceba731c44d2669f954afcdcf73f68e6dd05561e407ebc4db1e9b01af493f5652081efd43c588c79b6
7
+ data.tar.gz: 0353ccabf22f3e023ce98d41957f2ee8209c5669b9417cc5f750b3f6ebafa32a7265b7e69ebf74c1de6c9f82494cfe215d2aadea52c27dfcc428b83b57f60a19
@@ -2,6 +2,11 @@ Changelog for the bc-lightstep-ruby gem.
2
2
 
3
3
  ### Pending Release
4
4
 
5
+ ### 2.1.1
6
+
7
+ - Bump lightstep gem to 0.16.0
8
+ - Bump faraday gem to <= 0.17.3
9
+
5
10
  ### 2.1.0
6
11
 
7
12
  - Add support for automatically-generated mysql spans in tracing
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bc-lightstep-ruby - LightStep distributed tracing
2
2
 
3
- [![CircleCI](https://circleci.com/gh/bigcommerce/bc-lightstep-ruby/tree/master.svg?style=svg)](https://circleci.com/gh/bigcommerce/bc-lightstep-ruby/tree/master) [![Gem Version](https://badge.fury.io/rb/bc-lightstep-ruby.svg)](https://badge.fury.io/rb/bc-lightstep-ruby) [![Inline docs](http://inch-ci.org/github/bigcommerce/bc-lightstep-ruby.svg?branch=master)](http://inch-ci.org/github/bigcommerce/bc-lightstep-ruby)
3
+ [![CircleCI](https://circleci.com/gh/bigcommerce/bc-lightstep-ruby/tree/main.svg?style=svg)](https://circleci.com/gh/bigcommerce/bc-lightstep-ruby/tree/main) [![Gem Version](https://badge.fury.io/rb/bc-lightstep-ruby.svg)](https://badge.fury.io/rb/bc-lightstep-ruby) [![Inline docs](http://inch-ci.org/github/bigcommerce/bc-lightstep-ruby.svg?branch=main)](http://inch-ci.org/github/bigcommerce/bc-lightstep-ruby)
4
4
 
5
5
  Adds [LightStep](https://lightstep.com) tracing support for Ruby. This is an extension of the
6
6
  [LightStep ruby gem](https://github.com/lightstep/lightstep-tracer-ruby) and adds extra functionality and resiliency.
@@ -47,6 +47,6 @@ Gem::Specification.new do |spec|
47
47
  spec.add_development_dependency 'redis', '~> 4'
48
48
 
49
49
  spec.add_runtime_dependency 'activesupport', '>= 4'
50
- spec.add_runtime_dependency 'lightstep', '~> 0.13.0'
51
- spec.add_runtime_dependency 'faraday', ['>= 0.8', '<= 0.15.4']
50
+ spec.add_runtime_dependency 'lightstep', '~> 0.16.0'
51
+ spec.add_runtime_dependency 'faraday', ['>= 0.8', '<= 0.17.3']
52
52
  end
@@ -17,6 +17,6 @@
17
17
  #
18
18
  module Bigcommerce
19
19
  module Lightstep
20
- VERSION = '2.1.0'
20
+ VERSION = '2.1.1'
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bc-lightstep-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun McCormick
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -184,14 +184,14 @@ dependencies:
184
184
  requirements:
185
185
  - - "~>"
186
186
  - !ruby/object:Gem::Version
187
- version: 0.13.0
187
+ version: 0.16.0
188
188
  type: :runtime
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - "~>"
193
193
  - !ruby/object:Gem::Version
194
- version: 0.13.0
194
+ version: 0.16.0
195
195
  - !ruby/object:Gem::Dependency
196
196
  name: faraday
197
197
  requirement: !ruby/object:Gem::Requirement
@@ -201,7 +201,7 @@ dependencies:
201
201
  version: '0.8'
202
202
  - - "<="
203
203
  - !ruby/object:Gem::Version
204
- version: 0.15.4
204
+ version: 0.17.3
205
205
  type: :runtime
206
206
  prerelease: false
207
207
  version_requirements: !ruby/object:Gem::Requirement
@@ -211,7 +211,7 @@ dependencies:
211
211
  version: '0.8'
212
212
  - - "<="
213
213
  - !ruby/object:Gem::Version
214
- version: 0.15.4
214
+ version: 0.17.3
215
215
  description: Gem for lightstep distributed tracing
216
216
  email:
217
217
  - shaun.mccormick@bigcommerce.com
@@ -245,7 +245,7 @@ homepage: https://github.com/bigcommerce/bc-lightstep-ruby
245
245
  licenses:
246
246
  - MIT
247
247
  metadata: {}
248
- post_install_message:
248
+ post_install_message:
249
249
  rdoc_options: []
250
250
  require_paths:
251
251
  - lib
@@ -261,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  version: '0'
262
262
  requirements: []
263
263
  rubygems_version: 3.0.6
264
- signing_key:
264
+ signing_key:
265
265
  specification_version: 4
266
266
  summary: Gem for lightstep distributed tracing
267
267
  test_files: []