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