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'