zipkin-tracer 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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/zipkin-tracer/version.rb +1 -1
  3. metadata +19 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODM0MDUyZmVmZTcyNjkwODQ1ZjMxOTdhYjQ1NWUzNzE3N2NiNTgwNg==
4
+ NDI4NGMyZGY4OTA0Y2JjZmRjNmI5OGQ4NTViY2U4ZDIxZGFlN2QwNA==
5
5
  data.tar.gz: !binary |-
6
- ZmI1NTA2NTk0YzdlZDdlYjlmNjZjYmRlYzFlOGJmOGVlY2U3ZTk5Ng==
6
+ OTUyMTAyNTM2ZmQwNGM2ZWM3MGFjM2NiZDdmZjUzMjU3ZjZiMjhkOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2YyMjk4MDU0MDk3ZDYxMjdmMGU4MGIwMzZhZmM4ZDM4NzM1MTUzMmU2OTFi
10
- YjRiNmI1OWM0NTJlYmUwNDA5YThlODI0ZTI0MWFiNGI3OTQwMTFkYjA5MTk0
11
- ZjAyYjBiMGJmYTNmNjkxMmI2YjczNjQ1ZGQ0YjQ4Y2VhMWZjOGI=
9
+ MzMxMWNlYjM5OTY2NDdiZTM2OGMxMGExYzhiMjZhNTk2YWQ5YjY2YWNjNjk3
10
+ ZTEwMGUzOTBkZjlmN2NhMDQ4YzU3Y2NjYjVkMjYwYTRlMTI2NzZiNzFkMTY2
11
+ ODYzZWQxYTM1Y2FlZjZiMjY2ZjczODU0ZTVjMWIwYzQxNmQ1YTU=
12
12
  data.tar.gz: !binary |-
13
- NGJlM2E0MDM2MzViMDVjMTMwYmU5ZjczMWY0ZmU1MTExNTYyOTIyOTRhODBj
14
- YWQwMWU4ZTAwZmIyYmZhMzlhMjA4MzU5NDE5ODRkOWNiOTRhYzg1NTk4ZDU1
15
- MGU5ZWE5ZjlkOTAxYTY5Yjg2ZDQ3ZDY3OTMxMWM1Y2Y5OWRlNGU=
13
+ NjZhMjQyNzlmMTg1MDQ3YjQ4YmM0OWFmNWI0OTc4OGExNGIxMGVhMDE4YmJj
14
+ NjczYzNjNTI3ZjBjMTU5NGU2Njg2NGY2YmJkZTg0ZDBiZjE2NGIwZTNlMjI4
15
+ NDRmN2VhYWI0ZDhlM2E3Mjk5OWE2Y2IwZDA0ZWYxNmM0Yzk1NDI=
@@ -12,6 +12,6 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
  module ZipkinTracer
15
- VERSION = "0.2.0"
15
+ VERSION = "0.2.1"
16
16
  end
17
17
 
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipkin-tracer
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
  - Franklin Hu
8
+ - R Tyler Croy
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-07-05 00:00:00.000000000 Z
12
+ date: 2015-09-10 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: finagle-thrift
@@ -80,6 +81,20 @@ dependencies:
80
81
  - - ! '>='
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
84
+ - !ruby/object:Gem::Dependency
85
+ name: rake
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ! '>='
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ! '>='
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
83
98
  - !ruby/object:Gem::Dependency
84
99
  name: thin
85
100
  requirement: !ruby/object:Gem::Requirement
@@ -97,6 +112,7 @@ dependencies:
97
112
  description: Adds tracing instrumentation for ruby applications
98
113
  email:
99
114
  - franklin@twitter.com
115
+ - tyler@monkeypox.org
100
116
  executables: []
101
117
  extensions: []
102
118
  extra_rdoc_files: []
@@ -104,7 +120,7 @@ files:
104
120
  - lib/zipkin-tracer/careless_scribe.rb
105
121
  - lib/zipkin-tracer/version.rb
106
122
  - lib/zipkin-tracer.rb
107
- homepage: https://github.com/twitter/zipkin
123
+ homepage: https://github.com/openzipkin/zipkin-tracer
108
124
  licenses: []
109
125
  metadata: {}
110
126
  post_install_message: