test_gem_dp 0.2.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9407107f44082358234e122e43b603db874f8c42679eaea5f6476cc035d63aa9
4
- data.tar.gz: 7d6262f28e43d029cbd08e3b0d9ba5f11426d0a9321014e1be82a77e8f573378
3
+ metadata.gz: b6bc611668899b56b5eb7f8391582a272e53346a42defb825a77e1997dd9caf5
4
+ data.tar.gz: 1d55c056012728f822c975478f0e139c61154f2bba81738fd928f816bd1fb77d
5
5
  SHA512:
6
- metadata.gz: df4d261fffc9ce2b2cb261515dddc85c8205c09792f90e87c3815afd4aeb2bf679b0df95d6c7b0020072c54fb26001a67f652b0c2e98720c2fded86f8ee1cd08
7
- data.tar.gz: 48dff0bed3645582a330bc62a875669e5b1f31dba411178cd6ca9000d8917b41342ce7c1d9112900e5ed7503eec0c4c972f240ed3c3c219a3db198ab0e0fbf0c
6
+ metadata.gz: c350f3675363137f40909c8bb8af04f011a1d3b7a912a73a75e346bcf9b733367023c144d164cbe9e69242ec2d15e10fed096c4ab92a88489313ccab544c6d89
7
+ data.tar.gz: f05f79b1637704a7eba716f4c87a837e11f69f98fde3cbd9d920fb497f4d9704a96f58d6e9e9eaf0c699b04d21cbf72158297cb6f575ac991e627b0e0b6f4a02
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ end
12
12
  # task default: :test
13
13
 
14
14
  GEM_NAME = "test_gem_dp"
15
- GEM_VERSION = "0.2.0"
15
+ GEM_VERSION = "0.3.0"
16
16
 
17
17
  task :default => :build
18
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TestGemDp
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
data/lib/test_gem_dp.rb CHANGED
@@ -9,16 +9,10 @@ module TestGemDp
9
9
  end
10
10
 
11
11
  def self.init
12
- config
13
- end
14
-
15
- private
16
- def config
17
12
  OpenTelemetry::SDK.configure do |c|
18
13
  c.use_all
19
14
  end
20
15
  end
21
16
 
22
-
23
17
  end
24
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_gem_dp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - test-mw-dp