Update website PO files + some simple defuzzying.
[tails/pzajda.git] / vagrant / lib / vagrant_version.rb
blobcc77f39d55a147497852afb58fa29871d734be99
1 require 'vagrant/version'
3 def vagrant_old
4   version = Vagrant::VERSION.split(".")
5   return version[1].to_i < 2
6 end