Sha256: 627d9a1069356979fb44a3a7118fa5463f17332b73eb77a267ae363b9d2d0b88

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 = "1.0.1"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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