lightstep 0.10.7 → 0.10.8

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: dcb8f302e447c2766070f49aaf21b4ed0bd03070
4
- data.tar.gz: ff1e95cbe7493f74a65ade9861524bf83d45d597
3
+ metadata.gz: cb5c525e6e010a41c04b1d6eb448384b1b514d47
4
+ data.tar.gz: 9bd52f884ea30db79b7b9cd5e21f7d6083be5fb3
5
5
  SHA512:
6
- metadata.gz: d00ffdbc9e347ab442f86eb5677848e96e65386970a46460461ad916bfb4230a5396d7bcefb7f95d0233e8c01f6d71832ebcbc241e4f9108dcc3cda5023ffc90
7
- data.tar.gz: 8e3bc0f2c7fc3020dd2de3d167b5baf5972578f2242eb9f4a30816617f5b0ed27c8780c59d5306c583621ae1e53fc464547dc5a4f0a0f455ca879ce6cc02c17b
6
+ metadata.gz: bf297bdc0b04728703ef4bccd803d94676ac1678081307070f74ea1418318b7765b616e9359256dd5ab647fb80b18ca9487c71442c47797c54b2bcc207621e44
7
+ data.tar.gz: 50d4d038884a70d12adb667e32f461a25653d260f3bfedefd7a7230a0fc8b776567f6f4d5f843a15eade14c27b769f1ebc21b6cd5e7801f427c4426737b32b0a
@@ -30,8 +30,8 @@ module LightStep
30
30
  @verbose = verbose
31
31
  @encryption = encryption
32
32
 
33
- raise ConfigurationError, "access_token must be a string" unless String === access_token
34
- raise ConfigurationError, "access_token cannot be blank" if access_token.empty?
33
+ raise Tracer::ConfigurationError, "access_token must be a string" unless String === access_token
34
+ raise Tracer::ConfigurationError, "access_token cannot be blank" if access_token.empty?
35
35
  @access_token = access_token
36
36
  end
37
37
 
@@ -1,3 +1,3 @@
1
1
  module LightStep
2
- VERSION = '0.10.7'.freeze
2
+ VERSION = '0.10.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightstep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.7
4
+ version: 0.10.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bcronin