Sha256: f0cb234a759769c9e583c5f2a6966bf194e8d47cdac42cf92c50020b54ac1c8f
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 Bytes
Contents
module VagrantPlugins module Openstack # # Stable versions must respect the pattern given # by VagrantPlugins::Openstack::VERSION_PATTERN # VERSION = '0.7.0' # # 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-openstack-provider-0.7.0 | lib/vagrant-openstack-provider/version.rb |