epsagon 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6064c0bad59a827b3521f5e26dabfad76f4e80ba729be380d96fd682a178fc6e
4
- data.tar.gz: d84a5475b4b0c81cb7f20fb9a8baeca13a1f83580affadc5932cc37023e82a6b
3
+ metadata.gz: b7a18ec8c4ad1cd7289a04041151c24e82c839376a44c7d628549cddb2e584c2
4
+ data.tar.gz: 9e60dfed6adc951a30265c89aefa7d019010fa68aea423179d4cc9192ce19637
5
5
  SHA512:
6
- metadata.gz: bbfa836f01e358d43452b1d2eb64c37870f50a6241d5e0748b965eb606ddb5c049e10b32e4467e04a9153227fdcf62ec57e19e2ee0005c3e632c31278fded005
7
- data.tar.gz: 1ba143caeb354cf9fc06d567d6f26ae27df6ef9ff01e820baf0ab8b677e992639ec13f56f04fa45a907c5d944d3eb8b9061436c8f819e7431a1240989c7d5afc
6
+ metadata.gz: c36e3d946ad119367f51d148e7838bc4c1bec512c06171695721d2bdc65e4a6965ffb9cfe68efbe6b7a9a8df350fe4178734b6caa89c7b8db193dc90d6a04ba3
7
+ data.tar.gz: 2f143dc5ca8786bfbe883ff6ae75bb5ac382236668cb90b8935a519481a0f010b31f596a28deff807a0f156ea61db9e9fb92047901d1b5795c0a66a0db190d13
@@ -1,3 +1,3 @@
1
1
  module EpsagonConstants
2
- VERSION = '0.0.17'
2
+ VERSION = '0.0.21'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epsagon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Epsagon
@@ -100,7 +100,6 @@ files:
100
100
  - lib/instrumentation/net_http.rb
101
101
  - lib/instrumentation/rails.rb
102
102
  - lib/instrumentation/sinatra.rb
103
- - lib/instrumentation/version.rb
104
103
  - lib/util.rb
105
104
  homepage: https://github.com/epsagon/epsagon-ruby
106
105
  licenses:
File without changes