Sha256: a73ea0036d859f8108c5946603e6bc5cc54145ec2215ec05a7367476e4fe5980
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true module Omniauth module Multipassword module VERSION MAJOR = 2 MINOR = 0 PATCH = 0 STAGE = 'rc1' def self.to_s [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join '.' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-multipassword-2.0.0.rc1 | lib/omniauth/multipassword/version.rb |