Sha256: f3a048d5e80b41ec492e5932907acb42cd7fd4b5e6bd43d2e4dfa70da5cc4d30
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true module Ibrain # frozen_string_literal: true module Auth VERSION = '0.1.2' def self.ibrain_auth_version VERSION end def self.previous_ibrain_auth_minor_version '0.1.1' 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.1.2 | lib/ibrain/auth/version.rb |