Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #61 from greysteil/dont-bundle-tests
Exclude tests (and fixtures) from bundled gem
  • Loading branch information
jnunemaker committed Dec 7, 2018
2 parents 71ef643 + 261962a commit 1183581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crack.gemspec
Expand Up @@ -9,8 +9,7 @@ Gem::Specification.new do |gem|
gem.homepage = "http://github.com/jnunemaker/crack"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.files = `git ls-files -- lib/*`.split("\n")

This comment has been minimized.

Copy link
@tas50

tas50 Sep 17, 2020

It would be nice to bundle the license file for those that validate license compliance in dependencies

gem.name = "crack"
gem.require_paths = ["lib"]
gem.version = Crack::VERSION
Expand Down

0 comments on commit 1183581

Please sign in to comment.