Skip to content

Commit 54873a5

Browse files
committed
Add packages to the pgpm.gemspec
1 parent f2289c4 commit 54873a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgpm.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
2121

2222
# Specify which files should be added to the gem when it is released.
23-
spec.files = Dir.glob(["exe/*", "lib/**/**", "sig/**/**"])
23+
spec.files = Dir.glob(["exe/*", "lib/**/**", "sig/**/**", "packages/**/**"])
2424
spec.bindir = "exe"
2525
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
2626
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)