Sha256: 6264a45f06ee64971136861ec2e794dce5bf610437abdac1841d76cf7fe1eecc

Contents?: true

Size: 557 Bytes

Versions: 1

Compression:

Stored size: 557 Bytes

Contents

module BerkeleyLibrary
  module Util
    class ModuleInfo
      NAME = 'berkeley_library-util'.freeze
      AUTHOR = 'David Moles'.freeze
      AUTHOR_EMAIL = 'dmoles@berkeley.edu'.freeze
      SUMMARY = 'Miscellaneous Ruby utilities for the UC Berkeley Library'.freeze
      DESCRIPTION = <<~DESC.gsub(/\s+/, ' ').strip
        A collection of miscellaneous Ruby routines for the UC Berkeley Library.
      DESC
      LICENSE = 'MIT'.freeze
      VERSION = '0.1.1'.freeze
      HOMEPAGE = 'https://github.com/BerkeleyLibrary/util'.freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkeley_library-util-0.1.1 lib/berkeley_library/util/module_info.rb