From 39fb9b6425ff8e867fe6afe3cbfdc535096cffdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 8 Jan 2021 18:11:06 +0100 Subject: [PATCH] Ship LICENSE file with the gem PR #61 removed not only test files, but also useful files, such as LICENSE file. This file is demanded by Linux distros such as Fedora. --- crack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crack.gemspec b/crack.gemspec index 47a9fcf..959d046 100644 --- a/crack.gemspec +++ b/crack.gemspec @@ -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