Sha256: 3ef31cc67abb7570b208dcc6ae4090def40c6c7ed5351b1491f51b4bc7b8234f

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  VERSION = "0.2.4"

  def self.ibrain_version
    VERSION
  end

  def self.previous_ibrain_minor_version
    '0.2.3'
  end

  def self.ibrain_gem_version
    Gem::Version.new(ibrain_version)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ibrain-core-0.2.4 lib/ibrain/core/version.rb