Skip to content

Commit e4cc9fb

Browse files
committed
Add tasks back to gemspec.
1 parent 4294a8b commit e4cc9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

good_migrations.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.required_ruby_version = ">= 3.1.0"
1616
spec.metadata["rubygems_mfa_required"] = "true"
1717

18-
spec.files = `git ls-files -z -- lib CHANGELOG* LICENSE*`.split("\x0")
18+
spec.files = `git ls-files -z -- lib tasks CHANGELOG* LICENSE*`.split("\x0")
1919
spec.executables = `git ls-files -z -- exe`.split("\x0").map { File.basename _1 }
2020
spec.extra_rdoc_files = `git ls-files -z -- example README*`.split("\x0")
2121
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)