Sha256: 53c7b6671208522eae8527fde39d4f7229c51f6c431a830e6e0e2cfd8674279c

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

module Omniauth
  module Multipassword
    module VERSION
      MAJOR = 0
      MINOR = 4
      PATCH = 2
      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.2 lib/omniauth/multipassword/version.rb