ruby-zipkin 0.2.8 → 0.2.9

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.
data/lib/ruby-zipkin.rb CHANGED
@@ -1,10 +1,12 @@
1
1
  require 'finagle-thrift'
2
2
  require 'finagle-thrift/trace'
3
+ require 'ruby-zipkin/version'
3
4
  require 'ruby-zipkin/scriber'
4
5
  require 'ruby-zipkin/headers'
5
6
  require 'ruby-zipkin/metadata_logger'
6
7
  require 'ruby-zipkin/tracesampler'
7
8
  require 'ruby-zipkin/trace_filter'
9
+ require 'base64'
8
10
 
9
11
  module RubyZipkin extend self
10
12
 
@@ -1,3 +1,3 @@
1
1
  module RubyZipkin
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-zipkin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 8
10
- version: 0.2.8
9
+ - 9
10
+ version: 0.2.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Marcin