Skip to content

Commit 01185b0

Browse files
committed
Ship only minimal files in the gem
Prior to this the resulting gem included many unrelated files for real use cases, such as CI files. This only includes the files relevant to run it, plus some files you should ship.
1 parent a599bb1 commit 01185b0

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)