Sha256: 5072d4190fb1ff8a3f30ac1ad7e0863c8b619b673a938e32916943d11deb3df0
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Rails module RFC6570 module VERSION MAJOR = 3 MINOR = 3 PATCH = 0 STAGE = nil STRING = [MAJOR, MINOR, PATCH, STAGE].compact.join('.').freeze def self.to_s STRING end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-rfc6570-3.3.0 | lib/rails/rfc6570/version.rb |