zipkin-tracer 0.3.1 → 0.4.0

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 +3 -17
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2EwMjEwNDA2OGNiMzBhNjE3NDBiNGVhNGNmZjI5NTZiYjhhMzg4Zg==
4
+ ODAyNWNhMDMzYmJjY2RiODkyNGIwNjY1Y2FiYTZhZmRiN2E3NmJlYw==
5
5
  data.tar.gz: !binary |-
6
- Y2U3MjJmZmFjNTdhMTJiMDE5NzY4N2E1MjRlODUwODNiYzFmMmZlOQ==
6
+ MmZlNDUwMDI5ZmY5N2E0YjlmNWY0NGFhNDU4MWQ4OWNkYTA5YzE3MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWJmNzNiZjg0NGJhNzFjZWQ5NTFiNjE2ODlmYjU5ZWM5NDBkZmI0YjJiYzRi
10
- OGUxMzU5Mjk3NTk2MmQyYzU1Y2IwZGQ3ZDhiYjUwNDViNWUzMDEyZWU3NTIz
11
- YTdiNTkyOTY2Nzg0OTU1NmU1NGM0ZGYwNDAxODNmOWE3MzE1MWY=
9
+ OWQzOWFjYTBkYmExZTgwYzRmOWI2M2ZiZTEyMWY4ZDdmOGE0M2Q3ODVkZmYy
10
+ N2MwMWFjNjg4NzM4N2RhNDJjYTAzNDFiNDA1YzgxMjIxODhiYjIxMzk3ZjFm
11
+ ZDNlYjE4YzgyZjQyZTU2Mzk1ZDM0ZDc5ZTI5ZDUwZjMyMjJiZDA=
12
12
  data.tar.gz: !binary |-
13
- ZjMxM2MzZGQ2MzhkNzc3YTAyZWQxYjQyNzFjN2FjYmRiYzk3ODE0NzUwZmNl
14
- MDI5MDgzNmFlMTgxMGYyMzU3Mzk3ZWQ4Y2Q1YWMxZDZmNDE3OWE0ZTkwYjhk
15
- YWFjYjA3YzM5NDNhYmUxM2M4MTViMWFjMmQwNThhMmY5ZjljMmI=
13
+ MWM4NDY3MGZhMzI4NDhlOGU1YmIxNTNiODdjM2U4M2FiNmM4ZDI1ODA2ODM4
14
+ MDI1NjExYjM2NzY5M2JlN2E4ZmYxODQ3OGVmZTQ1MWEzZWVmNTM4NWYzNjFh
15
+ Mjk5ZTVlOGNmZDliYjM3YzIyMWU3MDZhZTljZDQ4OWE3OWE3MjA=
@@ -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.3.1"
15
+ VERSION = "0.4.0"
16
16
  end
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipkin-tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franklin Hu
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.3.0
21
+ version: 1.4.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- version: 1.3.0
28
+ version: 1.4.1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: scribe
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -124,20 +124,6 @@ dependencies:
124
124
  - - ~>
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0.25'
127
- - !ruby/object:Gem::Dependency
128
- name: scribe
129
- requirement: !ruby/object:Gem::Requirement
130
- requirements:
131
- - - ~>
132
- - !ruby/object:Gem::Version
133
- version: 0.2.4
134
- type: :development
135
- prerelease: false
136
- version_requirements: !ruby/object:Gem::Requirement
137
- requirements:
138
- - - ~>
139
- - !ruby/object:Gem::Version
140
- version: 0.2.4
141
127
  description: Adds tracing instrumentation for ruby applications
142
128
  email:
143
129
  - franklin@twitter.com