Sha256: 7bea08767773103bccdb56044de44343399245aa02393cea22aec6891d0c258a
Contents?: true
Size: 561 Bytes
Versions: 1
Compression:
Stored size: 561 Bytes
Contents
module BerkeleyLibrary module AV module Core class ModuleInfo NAME = 'berkeley_library-av-core'.freeze AUTHOR = 'David Moles'.freeze AUTHOR_EMAIL = 'dmoles@berkeley.edu'.freeze SUMMARY = 'UC Berkeley Library audio/video core code'.freeze DESCRIPTION = 'Gem for UC Berkeley Library shared audio/video code'.freeze LICENSE = 'MIT'.freeze VERSION = '0.4.0'.freeze HOMEPAGE = 'https://git.lib.berkeley.edu/lap/av_core'.freeze private_class_method :new end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
berkeley_library-av-core-0.4.0 | lib/berkeley_library/av/core/module_info.rb |