mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Switch to looking up the version from a file with a fall back to get it directly from git tags if the file isn't available. The version file is automatically generated by a task of building of the gem and included in the package release to prevent reading from git. Should allow the release process to be automated from pushing of a git tag.
25 lines
272 B
Plaintext
25 lines
272 B
Plaintext
*.gem
|
|
*.rbc
|
|
.bundle
|
|
.config
|
|
.yardoc
|
|
Gemfile.lock
|
|
InstalledFiles
|
|
_yardoc
|
|
coverage
|
|
doc/
|
|
lib/bundler/man
|
|
pkg
|
|
rdoc
|
|
spec/reports
|
|
test/tmp
|
|
test/version_tmp
|
|
tmp
|
|
Vagrantfile
|
|
!example_box/Vagrantfile
|
|
.vagrant
|
|
*.swp
|
|
|
|
# don't commit the generated version
|
|
lib/vagrant-libvirt/version
|