Skip to content

Commit

Permalink
Merge pull request #68 from voxik/patch-2
Browse files Browse the repository at this point in the history
Ship LICENSE file with the gem
  • Loading branch information
kiskoza committed Jan 26, 2024
2 parents f690844 + 39fb9b6 commit 579524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crack.gemspec
Original file line number Diff line number Diff line change
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 579524f

Please sign in to comment.