Sha256: 903be3431e3629cb102827205ff49484d4139087a01dc2cb8a007644b5de48a8

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