Skip to content

Commit b58ff3e

Browse files
authored
Do not package build/* and ".gitignore"
Resolves #317.
1 parent ab14e27 commit b58ff3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gist.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.email = ['conrad.irwin@gmail.com', 'rkingist@sharpsaw.org']
1010
s.authors = ['Conrad Irwin', '☈king']
1111
s.license = 'MIT'
12-
s.files = `git ls-files`.split("\n")
12+
s.files = `git ls-files`.split("\n") - Dir.glob("build/*") - [".gitignore"]
1313
s.require_paths = ["lib"]
1414

1515
s.executables << 'gist'

0 commit comments

Comments
 (0)