Sha256: 755324886c73ae733f0f1d6a5466a439b84c596a0e14f35d64e347aee781ef66

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

module CodalioAi
  # Returns the currently loaded version of CodalioAi core as a +Gem::Version+.
  def self.gem_version
    Gem::Version.new VERSION::STRING
  end

  module VERSION
    MAJOR = 0
    MINOR = 0
    TINY  = 2
    PRE   = "beta.1"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
codalio_ai-0.0.2.beta.1 lib/codalio_ai/version.rb