mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #939 from eighthave/patch-1
remove gemspec use of `git ls-files`
This commit is contained in:
commit
80cfbd810d
@ -9,9 +9,9 @@ Gem::Specification.new do |s|
|
||||
s.summary = %q{libvirt provider for Vagrant.}
|
||||
s.homepage = 'https://github.com/vagrant-libvirt/vagrant-libvirt'
|
||||
|
||||
s.files = `git ls-files`.split($\)
|
||||
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
||||
s.files = Dir.glob("{lib,locales}/**/*.*") + %w(LICENSE README.md)
|
||||
s.executables = Dir.glob("bin/*.*").map{ |f| File.basename(f) }
|
||||
s.test_files = Dir.glob("{test,spec,features}/**/*.*")
|
||||
s.name = 'vagrant-libvirt'
|
||||
s.require_paths = ['lib']
|
||||
s.version = VagrantPlugins::ProviderLibvirt::VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user