opentelemetry-instrumentation-rake 0.4.1 → 0.6.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 +4 -4
- data/CHANGELOG.md +29 -20
- data/lib/opentelemetry/instrumentation/rake/version.rb +1 -1
- metadata +9 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbd4b77a34beb4c76111bad95614c23b8571d99e23aaff31828dfff1998dc2a9
|
|
4
|
+
data.tar.gz: 79057b685870ecad08d6511e384b679ae13f5c818ec30f0f55adcd3f55fb395f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a28746d1c3d0a19961aace2049abda674de3e7738556330f36618dddfc7871adec8e9232f5f467d7773512c74237f140c9d9e60b21b2b604f17902d6374ea05
|
|
7
|
+
data.tar.gz: 94aff538ebb464754483736d4401f3f0b7bfeb843e361dca488143634f01d7e1f2f8c9480f4a60989284916f4d9d5eb57a2511e9478c4e9a9b128f9c8455cf49
|
data/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,50 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-rake
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## v0.6.0 / 2026-04-14
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- BREAKING CHANGE: Min Ruby Version 3.3 (#2125)
|
|
6
|
+
- ADDED: Min Ruby Version 3.3 (#2125)
|
|
7
|
+
- ADDED: Add release tag into source code url of gem metadata (#1984)
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
## v0.5.0 / 2025-10-22
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
- BREAKING CHANGE: Min Ruby Version 3.2
|
|
12
|
+
- ADDED: Min Ruby Version 3.2
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
## v0.4.1 / 2025-09-30
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
- FIXED: Min OTel Ruby API 1.7
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
## v0.4.0 / 2025-09-30
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
- ADDED: Bump minimum API Version to 1.7
|
|
18
21
|
|
|
19
|
-
|
|
22
|
+
## v0.3.1 / 2025-06-03
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
- FIXED: Handle force_flush for rake task with arguments
|
|
22
25
|
|
|
23
|
-
|
|
26
|
+
## v0.3.0 / 2025-01-16
|
|
24
27
|
|
|
25
|
-
|
|
28
|
+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
|
29
|
+
- ADDED: Set minimum supported version to Ruby 3.1
|
|
26
30
|
|
|
27
|
-
|
|
31
|
+
## v0.2.2 / 2024-04-30
|
|
28
32
|
|
|
29
|
-
|
|
33
|
+
- FIXED: Bundler conflict warnings
|
|
30
34
|
|
|
31
|
-
|
|
35
|
+
## v0.2.1 / 2023-06-05
|
|
32
36
|
|
|
33
|
-
|
|
37
|
+
- FIXED: Base config options
|
|
34
38
|
|
|
35
|
-
|
|
39
|
+
## v0.2.0 / 2023-04-17
|
|
36
40
|
|
|
37
|
-
|
|
41
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
|
42
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
|
38
43
|
|
|
39
|
-
|
|
44
|
+
## v0.1.1 / 2023-01-14
|
|
40
45
|
|
|
41
|
-
|
|
46
|
+
- DOCS: More gem documentation fixes
|
|
47
|
+
|
|
48
|
+
## v0.1.0 / 2022-10-14
|
|
49
|
+
|
|
50
|
+
- Initial release.
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-rake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenTelemetry Authors
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: opentelemetry-instrumentation-base
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
18
|
+
version: '0.25'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
25
|
+
version: '0.25'
|
|
27
26
|
description: Rake instrumentation for the OpenTelemetry framework
|
|
28
27
|
email:
|
|
29
28
|
- cncf-opentelemetry-contributors@lists.cncf.io
|
|
@@ -45,11 +44,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
45
44
|
licenses:
|
|
46
45
|
- Apache-2.0
|
|
47
46
|
metadata:
|
|
48
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-rake/0.
|
|
49
|
-
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/
|
|
47
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-rake/0.6.0/file/CHANGELOG.md
|
|
48
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-rake/v0.6.0/instrumentation/rake
|
|
50
49
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
51
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-rake/0.
|
|
52
|
-
post_install_message:
|
|
50
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-rake/0.6.0
|
|
53
51
|
rdoc_options: []
|
|
54
52
|
require_paths:
|
|
55
53
|
- lib
|
|
@@ -57,15 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
57
55
|
requirements:
|
|
58
56
|
- - ">="
|
|
59
57
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: '3.
|
|
58
|
+
version: '3.3'
|
|
61
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
60
|
requirements:
|
|
63
61
|
- - ">="
|
|
64
62
|
- !ruby/object:Gem::Version
|
|
65
63
|
version: '0'
|
|
66
64
|
requirements: []
|
|
67
|
-
rubygems_version:
|
|
68
|
-
signing_key:
|
|
65
|
+
rubygems_version: 4.0.6
|
|
69
66
|
specification_version: 4
|
|
70
67
|
summary: Rake instrumentation for the OpenTelemetry framework
|
|
71
68
|
test_files: []
|