Sha256: c4c9aa80c9e84723af6ce6d278a5b5739afad2df65670ecf2e35f6f390b2a9ec
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.0" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesupport-logger-2.0.0 | lib/activesupport/logger/version.rb |