Sha256: 3ff15f22b806ac7eadf51f215c1e67788a833825aba06a0ebd42e1988e9db42d

Contents?: true

Size: 848 Bytes

Versions: 1

Compression:

Stored size: 848 Bytes

Contents

# Umbrella module for UC Berkeley Library Ruby code
module BerkeleyLibrary
  # MARC utilities for the UC Berkeley Library
  module Marc
    # Build information for this module
    class ModuleInfo

      # The gem name
      NAME = 'berkeley_library-marc'.freeze

      # The author
      AUTHOR = 'David Moles'.freeze

      # Author contact email
      AUTHOR_EMAIL = 'dmoles@berkeley.edu'.freeze

      # Gem summary
      SUMMARY = 'MARC utilities for the UC Berkeley Library'.freeze

      # Gem description
      DESCRIPTION = 'A gem providing MARC-related utility code and extensions to ruby-marc for the UC Berkeley Library'.freeze

      # Gem license
      LICENSE = 'MIT'.freeze

      # Gem version
      VERSION = '0.3.1'.freeze

      # Gem homepage
      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.3.1 lib/berkeley_library/marc/module_info.rb