Sha256: 083a5fbc0a62aba51acd8a64d1f87e4e52e9e206d3f37ee0ea42b92839292349

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.4'

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