Sha256: eb0a9f06784249c4394f4ab4527aafccbfffc20793e7d0a08178d05debdff896

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

# NOTE: This is a different namespace than the Rails one.
# Lowercase "s" here, uppercase in Rails.
#  This is to avoid a superclass mismatch for Logger.
module Activesupport
  module Logger
    module Version
      VERSION = "2.0.2"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-logger-2.0.2 lib/activesupport/logger/version.rb