From 0a00f04da0728b51f6be2a4d4f702f5088bf76be Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Thu, 23 Nov 2023 14:12:34 -0600 Subject: [PATCH] fix: Force new version of the gem --- instrumentation/base/opentelemetry-instrumentation-base.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/base/opentelemetry-instrumentation-base.gemspec b/instrumentation/base/opentelemetry-instrumentation-base.gemspec index e699d4e72..c9ca0405c 100644 --- a/instrumentation/base/opentelemetry-instrumentation-base.gemspec +++ b/instrumentation/base/opentelemetry-instrumentation-base.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.email = ['cncf-opentelemetry-contributors@lists.cncf.io'] spec.summary = 'Instrumentation Base for the OpenTelemetry framework' - spec.description = 'Instrumentation Base for the OpenTelemetry framework' + spec.description = 'Provides abstract classes for instrumentation authors to use when creating gems' spec.homepage = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib' spec.license = 'Apache-2.0'