lhc 10.1.5 → 10.1.6

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: 93b462bd602a2f2b006bc94a9e9895311a5febcac3af4a8b1e84b9446d9d9dd5
4
- data.tar.gz: b0cb980d386396afbcad28711eac4473cb03d6077af09f71aaec5553040d2d2e
3
+ metadata.gz: a6225544d4f712dfd0c519b300384e6bd20c540ce392aa1c364beb8f6e218b2e
4
+ data.tar.gz: 4c996805b4d98ae6a1ed3c0e3dc954f837e41e37c169f534188c63d730effb44
5
5
  SHA512:
6
- metadata.gz: d0bd95c7ea710e28a882bdc6601a4061e4792f40fff00445c8a12c9858ff112f064090b8255e9aee7fc84e49d7c86e644449f0ace9d170fb3f3f3f13352b6d5d
7
- data.tar.gz: 4c3b00a3b1d0aab9c8f116ee74e38426eb155ef4dd58e23fc90bed32103b8c54c83c61aa4312751703bab361764744c6798aea612185dd94299799a279a73a35
6
+ metadata.gz: dd27913da6bab192c7116e4c82f9954acb5a850ac16a3a927c14e7fc0cbe1ec13e36728ea60dac20cf57c0f3dca08fff8e3eb279ce74fbc68f4ad832d648b3b0
7
+ data.tar.gz: 9ad55fda56b0c3aebede3d6f1ff5035ac1c9d39ac6a1d70633d795dd2a931201c848e505aca8c73183a447537d086710c2a639fcad793e9beba250aef5ba1e7f
@@ -102,6 +102,6 @@ class LHC::Zipkin < LHC::Interceptor
102
102
  defined?(::Trace::Annotation) &&
103
103
  defined?(::Trace::BinaryAnnotation) &&
104
104
  defined?(::Trace::Endpoint)
105
- ) || warn('[WARNING] Zipkin interceptor is enabled but dependencies are not found. See: https://github.com/local-ch/lhc/blob/master/docs/interceptors/zipkin.md')
105
+ ) || warn('[WARNING] Zipkin interceptor is enabled but dependencies are not found. See: https://github.com/local-ch/lhc#zipkin')
106
106
  end
107
107
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LHC
4
- VERSION ||= '10.1.5'
4
+ VERSION ||= '10.1.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhc
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.1.5
4
+ version: 10.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/local-ch/lhc/contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-21 00:00:00.000000000 Z
11
+ date: 2019-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport