opentracing 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: 2e16f93547b45a64ab7eb97d0fb68ae7fdeb7257
4
- data.tar.gz: 6b6da4280a8b928575871e6cdba67d9d265058a7
3
+ metadata.gz: 84c20bed4ece804815cff59b3e3e067eb73543d2
4
+ data.tar.gz: 8729f8d1f4e0fdbd49e2da64b83d35394b6f65c9
5
5
  SHA512:
6
- metadata.gz: 4db8829863f4dbb72f6f4208add63ac1b9d4cd928973767d5903def623daec54b1cdae62dfd9f2fef39955f53dc6bae9db302321939446b618ec5d47edab2ae8
7
- data.tar.gz: 0067e9d4a78d6e7c7952bd221407f68cde5a242434e45f3bc5c8dae3f99106fc50c6c9bbadb0b268193384da4bb77c0f54aa7d57892964e66d8deebf146723e2
6
+ metadata.gz: 0178247abf3ec2fb5f360a1e9470a2bacd49b62ba6d596bd17b608d179addf3c8b7645ac6b405bc9d46df7ca259be0104b818abe5dc323c48c05046b6d121c45
7
+ data.tar.gz: 13ec6bfa63a2dd8a41d75a6500f4f8b077c7cfb8e80bdcac5a3e536c535a1d455f255c095a46550ac26efe7c758190b95cfab38fc87d5825d43a29efa93e5430
@@ -32,7 +32,7 @@ module OpenTracing
32
32
  def extract(operation_name, format, carrier)
33
33
  case format
34
34
  when OpenTracing::FORMAT_TEXT_MAP, OpenTracing::FORMAT_BINARY, OpenTracing::FORMAT_RACK
35
- return Span::NOOP_INSTANCE
35
+ return SpanContext::NOOP_INSTANCE
36
36
  else
37
37
  warn 'Unknown extract format'
38
38
  nil
@@ -1,3 +1,3 @@
1
1
  module OpenTracing
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ngauthier
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-12-20 00:00:00.000000000 Z
13
+ date: 2017-01-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler