Skip to content

Commit

Permalink
Merge pull request #1383 from hosamaly/patch-1
Browse files Browse the repository at this point in the history
Include config/obsoletion.yml in the gemspec
  • Loading branch information
bquorning committed Sep 12, 2022
2 parents ce297ae + 251db0d commit 6c040b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.files = Dir[
'lib/**/*',
'config/default.yml',
'config/*',
'*.md'
]
spec.extra_rdoc_files = ['MIT-LICENSE.md', 'README.md']
Expand Down

0 comments on commit 6c040b4

Please sign in to comment.