Sha256: 8c3267c80b1c9e9b4abed590b5d996a6cc9760125c44a61f6eba2544f168aec0
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
module VagrantPlugins module ConoHa # # Stable versions must respect the pattern given # by VagrantPlugins::ConoHa::VERSION_PATTERN # VERSION = '0.1.1' # # Stable version must respect the naming convention 'x.y.z' # where x, y and z are integers inside the range [0, 999] # VERSION_PATTERN = /^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/ end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-conoha-0.1.1 | lib/vagrant-conoha/version.rb |