datadog_thread_tracer 1.0.0 → 1.0.1

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: f2c7ea2ed46cc76551acd063300173f8898aef13c71166458a3724cc59338865
4
- data.tar.gz: e85daee4e1a9242587f82418bd1a879ec95d463e2c66fd48a274d22513d456b6
3
+ metadata.gz: 55a9a617064ede2136b86dafcd4be8e39250d1d189befb2fe34d987ebe43d23b
4
+ data.tar.gz: 0d5076eb6031ffc6593e1e74aabadc17003b37b3453c33408e98da7948c1f8ae
5
5
  SHA512:
6
- metadata.gz: e71ecfeaca79a9eeb16e323335412167c3513737b921ca58ef9243f78c3a208dcee253911c63706ee5895f1aade90312ae2644c185dc81dee432ff3e9099a341
7
- data.tar.gz: 96a17cc2b88dba71b5f2598851c18a89be9675f7bf09e87a601ba9dc7bd8528fed6ce01ed2b880ec68f8c6e82ef0e2ca1fbf2090f5e91d0cd3896739f1008715
6
+ metadata.gz: 1f818f0a2fd74028480d326e4c992c528ab963f0c91bfa4ac4b854ee04161b1251b420e52b72598d64dda2f2549a80665cb8c0dc384d1bba20a6a66526aa16a8
7
+ data.tar.gz: 88b949f9e1748f8c816d124b9ee1f61ef8a9e3addd813665f3e7eb080c77c6fa664aa80cb87f0732dbbf20733751f47f16ec7e61fb2723980a76d5ebfd4be455
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/datadog_thread_tracer/compare/v1.0.0...main)
2
+ [full changelog](http://github.com/sue445/datadog_thread_tracer/compare/v1.0.1...main)
3
+
4
+ ## [1.0.1](https://github.com/sue445/datadog_thread_tracer/releases/tag/v1.0.1) - 2024-12-28
5
+ [full changelog](http://github.com/sue445/datadog_thread_tracer/compare/v1.0.0...v1.0.1)
6
+
7
+ * Fix description in gemspec
8
+ * https://github.com/sue445/datadog_thread_tracer/pull/32
3
9
 
4
10
  ## [1.0.0](https://github.com/sue445/datadog_thread_tracer/releases/tag/v1.0.0) - 2024-12-28
5
11
  [full changelog](http://github.com/sue445/datadog_thread_tracer/compare/v0.1.1...v1.0.0)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # DatadogThreadTracer
2
2
 
3
- [ddtrace](https://github.com/DataDog/dd-trace-rb) helper to collect traces in thread
3
+ [datadog](https://github.com/DataDog/dd-trace-rb) helper to collect traces in thread
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/datadog_thread_tracer.svg)](https://badge.fury.io/rb/datadog_thread_tracer)
6
6
  [![test](https://github.com/sue445/datadog_thread_tracer/actions/workflows/test.yml/badge.svg)](https://github.com/sue445/datadog_thread_tracer/actions/workflows/test.yml)
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["sue445"]
9
9
  spec.email = ["sue445@sue445.net"]
10
10
 
11
- spec.summary = "ddtrace helper to collect traces in thread"
12
- spec.description = "ddtrace helper to collect traces in thread"
11
+ spec.summary = "datadog helper to collect traces in thread"
12
+ spec.description = "datadog helper to collect traces in thread"
13
13
  spec.homepage = "https://github.com/sue445/datadog_thread_tracer"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DatadogThreadTracer
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datadog_thread_tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
@@ -121,7 +121,7 @@ dependencies:
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
- description: ddtrace helper to collect traces in thread
124
+ description: datadog helper to collect traces in thread
125
125
  email:
126
126
  - sue445@sue445.net
127
127
  executables: []
@@ -170,5 +170,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  requirements: []
171
171
  rubygems_version: 3.6.2
172
172
  specification_version: 4
173
- summary: ddtrace helper to collect traces in thread
173
+ summary: datadog helper to collect traces in thread
174
174
  test_files: []