Skip to content

Commit

Permalink
Merge pull request #1480 from ritikesh/patch-1
Browse files Browse the repository at this point in the history
exclude `.rubocop.yml` from files list
  • Loading branch information
lsegal committed Apr 8, 2023
2 parents cdb8f85 + 706e721 commit 3081468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = "lsegal@soen.ca"
s.homepage = "http://yardoc.org"
s.platform = Gem::Platform::RUBY
s.files = `git ls-files`.strip.split(/\s+/).reject {|f| f.match(%r{^spec/}) }
s.files = Dir['{lib}/**/*', 'LICENSE', 'LEGAL', 'README.md']
s.require_paths = ['lib']
s.executables = ['yard', 'yardoc', 'yri']
s.license = 'MIT' if s.respond_to?(:license=)
Expand Down

0 comments on commit 3081468

Please sign in to comment.