Sha256: f4c94268e1dea3c805abc8a387c584490e0743a2686799446aca4bc7502764f0
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.6' # # 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.6 | lib/vagrant-conoha/version.rb |