Sha256: 74e8274413f8049bf3430ea949b6df606c4b25e91c13e49d636aa1ccaa45f6ee

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.9.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.9.0 lib/vagrant-openstack-provider/version.rb