module BerkeleyLibrary module Location module ModuleInfo NAME = 'berkeley_library-location'.freeze AUTHOR = 'David Moles'.freeze AUTHOR_EMAIL = 'dmoles@berkeley.edu'.freeze SUMMARY = 'Locaton-related utilities for the UC Berkeley Library'.freeze DESCRIPTION = 'A collection of location-related utilities for the UC Berkeley Library'.freeze LICENSE = 'MIT'.freeze VERSION = '2.0.0'.freeze HOMEPAGE = 'https://github.com/BerkeleyLibrary/location'.freeze end end end