Sha256: 497afe50577461b446ea1ff7128d18a43d0e77a457b1694ce5f5a7597c93d79a

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 = 1
      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.1.0 lib/rails/rfc6570/version.rb