Sha256: f0e1f25e3481ad516437cca4461761e272e566f92cd71cb57ae2baa97e2c2364

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

# Copyright (C) 2007-2019 Leah Neukirchen <http://leahneukirchen.org/infopage.html>
#
# Rack is freely distributable under the terms of an MIT-style license.
# See MIT-LICENSE or https://opensource.org/licenses/MIT.

module Rack
  VERSION = "3.1.1"

  RELEASE = VERSION

  # Return the Rack release as a dotted string.
  def self.release
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-3.1.1 lib/rack/version.rb