We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a599bb1 + 01185b0 commit 892b048Copy full SHA for 892b048
fog-proxmox.gemspec
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
spec.homepage = 'https://github.com/fog/fog-proxmox'
33
spec.license = 'GPL-3.0'
34
35
- spec.files = `git ls-files -z`.split("\x0")
+ spec.files = `git ls-files -z CHANGELOG.md LICENSE README.md docs examples lib spec`.split("\x0")
36
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
37
spec.require_paths = ['lib']
38
spec.required_ruby_version = '>= 2.5'
0 commit comments