Sha256: 092a4d128a9594a19218492d1c813628290dbe4c1bb3825080c97d0b58620b5a

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

module Omniauth
  module Multipassword
    module VERSION
      MAJOR = 0
      MINOR = 4
      PATCH = 1
      STAGE = nil

      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-0.4.1 lib/omniauth/multipassword/version.rb