]> git.pld-linux.org Git - packages/vagrant.git/blob - version.patch
lib/pre-rubygems.rb is gone
[packages/vagrant.git] / version.patch
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.027794 seconds and 3 git commands to generate.