Skip to content

Commit

Permalink
leishman#3 - Fixed gemspec/bundler error
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkybro committed Mar 13, 2014
1 parent 5756017 commit 8a3ba36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kraken_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.files = spec.files - spec.files.grep(%r{\.gem$})
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 8a3ba36

Please sign in to comment.