mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Add basic bash completion script and framework for others
This commit is contained in:
parent
5fa65b6400
commit
6d57a1b5df
5 changed files with 81 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = 'CLI application to interface with vmpooler'
|
||||
|
||||
s.executables = ['floaty']
|
||||
s.files = Dir['LICENSE', 'README.md', 'lib/**/*']
|
||||
s.files = Dir['LICENSE', 'README.md', 'lib/**/*', 'extras/**/*']
|
||||
s.test_files = Dir['spec/**/*']
|
||||
s.require_path = 'lib'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue