Sha256: 3a9cb9f191b49a85a43f14d43d9690ee2101a740790167880771beacae903591

Contents?: true

Size: 527 Bytes

Versions: 1

Compression:

Stored size: 527 Bytes

Contents

module BerkeleyLibrary
  module Marc
    class ModuleInfo
      NAME = 'berkeley_library-marc'.freeze
      AUTHOR = 'David Moles'.freeze
      AUTHOR_EMAIL = 'dmoles@berkeley.edu'.freeze
      SUMMARY = 'MARC utilities for the UC Berkeley Library'.freeze
      DESCRIPTION = 'A gem providing MARC-related utility code and extensions to ruby-marc for the UC Berkeley Library'.freeze
      LICENSE = 'MIT'.freeze
      VERSION = '0.2.1'.freeze
      HOMEPAGE = 'https://github.com/BerkeleyLibrary/marc'.freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkeley_library-marc-0.2.1 lib/berkeley_library/marc/module_info.rb