Skip to content

Commit 892b048

Browse files
authored
Merge pull request #83 from ekohl/dont-ship-unrelated-files
Ship only minimal files in the gem
2 parents a599bb1 + 01185b0 commit 892b048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fog-proxmox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.homepage = 'https://github.com/fog/fog-proxmox'
3333
spec.license = 'GPL-3.0'
3434

35-
spec.files = `git ls-files -z`.split("\x0")
35+
spec.files = `git ls-files -z CHANGELOG.md LICENSE README.md docs examples lib spec`.split("\x0")
3636
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
3737
spec.require_paths = ['lib']
3838
spec.required_ruby_version = '>= 2.5'

0 commit comments

Comments
 (0)