Sha256: 1bc4ecf6a39922f18daa321e405e19b013c75036f18fb617809de017ca7d1b61
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
module VagrantPlugins module Openstack # # Stable versions must respect the pattern given # by VagrantPlugins::Openstack::VERSION_PATTERN # VERSION = '0.12.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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
vagrant-openstack-illuin-provider-0.12.0 | lib/vagrant-openstack-illuin-provider/version.rb |
vagrant-openstack-provider-0.12.0 | lib/vagrant-openstack-provider/version.rb |