Sha256: cb45df461e6f3805646efdbb78d6054b41a2cb53379b5a858244845ad83b3a84

Contents?: true

Size: 571 Bytes

Versions: 1

Compression:

Stored size: 571 Bytes

Contents

module BerkeleyLibrary
  module Logging
    class ModuleInfo
      NAME = 'berkeley_library-logging'.freeze
      AUTHOR = 'David Moles'.freeze
      AUTHOR_EMAIL = 'dmoles@berkeley.edu'.freeze
      SUMMARY = 'Opinionated Ruby/Rails logging for UC Berkeley Library'.freeze
      DESCRIPTION = 'A gem providing shared logging code for UC Berkeley Library gems and Rails applications'.freeze
      LICENSE = 'MIT'.freeze
      VERSION = '0.2.2'.freeze
      HOMEPAGE = 'https://github.com/BerkeleyLibrary/logging'.freeze

      private_class_method :new
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkeley_library-logging-0.2.2 lib/berkeley_library/logging/module_info.rb