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.
1 parent 4294a8b commit e4cc9fbCopy full SHA for e4cc9fb
good_migrations.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.required_ruby_version = ">= 3.1.0"
16
spec.metadata["rubygems_mfa_required"] = "true"
17
18
- spec.files = `git ls-files -z -- lib CHANGELOG* LICENSE*`.split("\x0")
+ spec.files = `git ls-files -z -- lib tasks CHANGELOG* LICENSE*`.split("\x0")
19
spec.executables = `git ls-files -z -- exe`.split("\x0").map { File.basename _1 }
20
spec.extra_rdoc_files = `git ls-files -z -- example README*`.split("\x0")
21
spec.require_paths = ["lib"]
0 commit comments