Sha256: e7e6304bbd8de1072f031739e562a67540015c245a74340f1d89b2acf4b5a3d6
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.8.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.8.0 | lib/vagrant-openstack-provider/version.rb |