File: version.rb

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