Sha256: 0eaa6e00be32dc3a46d9934173b13995ae008b233567ae56b84df895e2faa9fd
Contents?: true
Size: 516 Bytes
Versions: 1
Compression:
Stored size: 516 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 = 'A collection of miscellaneous Ruby routines for the UC Berkeley Library.'.freeze LICENSE = 'MIT'.freeze VERSION = '0.1.2'.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.2 | lib/berkeley_library/util/module_info.rb |