Sha256: c97bb375ab07f76baf3014fd8b41bd5656e5289e20b0408d0a73f33c0bc41f33

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.0'.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.0 lib/berkeley_library/marc/module_info.rb