Skip to content

Commit b7cdcf8

Browse files
authored
Remove yardops in gemspec files, bump to 0.5.1 (#326)
1 parent 8b0046f commit b7cdcf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resource_detectors/lib/opentelemetry/resource/detectors/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Resource
99
module Detectors
10-
VERSION = '0.5.0'
10+
VERSION = '0.5.1'
1111
end
1212
end
1313
end

resource_detectors/opentelemetry-resource_detectors.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121

2222
spec.files = ::Dir.glob('lib/**/*.rb') +
2323
::Dir.glob('*.md') +
24-
['LICENSE', '.yardopts']
24+
['LICENSE']
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = '>= 2.5.0'
2727

0 commit comments

Comments
 (0)