Sha256: 5d5aa80719a6d4c1a814baa702efa34958fc7e03fbca51dd511e088518439de4

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

# encoding: utf-8
#
# This file is part of the akaer gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

module Akaer
  module Version
    MAJOR = 0
    MINOR = 3
    PATCH = 0

    STRING = [MAJOR, MINOR, PATCH].compact.join(".")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
akaer-0.3.0 lib/akaer/version.rb