Sha256: 5c195a55e8317bdb8edf249f64f5875949e03600bf623d6c36bde92d633158ab

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  # frozen_string_literal: true

  module Auth
    VERSION = '0.3.14'

    def self.ibrain_auth_version
      VERSION
    end

    def self.ibrain_auth_gem_version
      Gem::Version.new(ibrain_auth_version)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ibrain-auth-0.3.14 lib/ibrain/auth/version.rb