Skip to content

Commit

Permalink
cleanup gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joelferrier committed Jan 31, 2017
1 parent 4d5b9a4 commit f2035fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lime-compiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/ThreatResponse/lime-compiler"

gem.files = `git ls-files -z`.split("\x0")
gem.executables << 'lime-compiler'
gem.executables << 'gpg-setup'
gem.executables = %w[lime-compiler gpg-setup]
gem.name = "lime-compiler"
gem.require_paths = ["lib"]
gem.licenses = ["MIT"]
Expand Down

0 comments on commit f2035fb

Please sign in to comment.