Skip to content

Commit

Permalink
Remove yardops in gemspec files, bump to 0.5.1 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlaurin committed Aug 20, 2020
1 parent 8b0046f commit b7cdcf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Resource
module Detectors
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.files = ::Dir.glob('lib/**/*.rb') +
::Dir.glob('*.md') +
['LICENSE', '.yardopts']
['LICENSE']
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.5.0'

Expand Down

0 comments on commit b7cdcf8

Please sign in to comment.