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 ab14e27 commit b58ff3eCopy full SHA for b58ff3e
gist.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
s.email = ['conrad.irwin@gmail.com', 'rkingist@sharpsaw.org']
10
s.authors = ['Conrad Irwin', '☈king']
11
s.license = 'MIT'
12
- s.files = `git ls-files`.split("\n")
+ s.files = `git ls-files`.split("\n") - Dir.glob("build/*") - [".gitignore"]
13
s.require_paths = ["lib"]
14
15
s.executables << 'gist'
0 commit comments