Sha256: 791a37239cc791d49a1ff0632f8921c00a01514757b4f4e1b1175dc41f61cb1c

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

module Cany
  module VERSION
    MAJOR = 0
    MINOR = 5
    PATCH = 7
    STAGE = nil
    STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
    def self.to_s; STRING end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cany-0.5.7 lib/cany/version.rb