Skip to content

Commit

Permalink
Remove some files from the published gem
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Apr 5, 2024
1 parent fa9740b commit 4bcfd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audited.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/collectiveidea/audited"
gem.license = "MIT"

gem.files = `git ls-files`.split($\).reject { |f| f =~ /(\.gemspec)/ }
gem.files = `git ls-files`.split($\).reject { |f| f =~ /^(\.gemspec|\.git|\.standard|\.yard|gemfiles|test|spec)/ }

gem.required_ruby_version = ">= 2.3.0"

Expand Down

0 comments on commit 4bcfd76

Please sign in to comment.