]> git.pld-linux.org Git - packages/vagrant.git/blame - version.patch
lib/pre-rubygems.rb is gone
[packages/vagrant.git] / version.patch
CommitLineData
423e25f8
ER
1--- vagrant-1.5.4/lib/vagrant/version.rb~ 2014-04-21 21:50:01.000000000 +0300
2+++ vagrant-1.5.4/lib/vagrant/version.rb 2014-05-04 11:10:11.382221217 +0300
3@@ -2,6 +2,5 @@
4 # This will always be up to date with the current version of Vagrant,
5 # since it is used to generate the gemspec and is also the source of
6 # the version for `vagrant -v`
7- VERSION = File.read(
8- File.expand_path("../../../version.txt", __FILE__)).chomp
9+ VERSION = '__VERSION__'
10 end
This page took 0.059023 seconds and 4 git commands to generate.