File: version.rb

package info (click to toggle)
ruby-vagrant-cloud 3.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: ruby: 5,343; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
module VagrantCloud
  VERSION = Gem::Version.new(File.read(File.expand_path("../../../version.txt", __FILE__)))
end