Skip to content

Commit

Permalink
Merge pull request #318 from pvalena/patch-1
Browse files Browse the repository at this point in the history
Do not package build/* and ".gitignore"
  • Loading branch information
ConradIrwin authored Aug 27, 2020
2 parents 97da75b + b58ff3e commit 9561690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.email = ['conrad.irwin@gmail.com', 'rkingist@sharpsaw.org']
s.authors = ['Conrad Irwin', '☈king']
s.license = 'MIT'
s.files = `git ls-files`.split("\n")
s.files = `git ls-files`.split("\n") - Dir.glob("build/*") - [".gitignore"]
s.require_paths = ["lib"]

s.executables << 'gist'
Expand Down

0 comments on commit 9561690

Please sign in to comment.