Skip to content

Commit

Permalink
Ship LICENSE file with the gem
Browse files Browse the repository at this point in the history
PR jnunemaker#61 removed not only test files, but also useful files, such as LICENSE file. This file is demanded by Linux distros such as Fedora.
  • Loading branch information
voxik committed Jan 8, 2021
1 parent a951228 commit 39fb9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crack.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/jnunemaker/crack"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files -- lib/*`.split("\n")
gem.files = `git ls-files -- lib/* LICENSE README.md History`.split("\n")
gem.name = "crack"
gem.require_paths = ["lib"]
gem.version = Crack::VERSION
Expand Down

0 comments on commit 39fb9b6

Please sign in to comment.