Sha256: 2033e5886b4970e199cba3c27705a7499f5d2c55825a412150b9e9c77c18a3fa

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

module VagrantPlugins
  module ConoHa
    #
    # Stable versions must respect the pattern given
    # by VagrantPlugins::ConoHa::VERSION_PATTERN
    #
    VERSION = '0.1.7'

    #
    # 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-conoha-0.1.7 lib/vagrant-conoha/version.rb