We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9098b6 + 61b401f commit 78fdc6dCopy full SHA for 78fdc6d
activerecord-virtual_attributes.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
# Specify which files should be added to the gem when it is released.
24
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|bin)/}) || f.match(/^(\.)|renovate.json/) }
27
end
28
29
spec.require_paths = ["lib"]
0 commit comments