Sha256: d7d21b7966ffdc22dc10d5a03371315b6326c27aa0104b2dbc9214e7af4342b1
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mods_display/version' Gem::Specification.new do |gem| gem.name = "mods_display" gem.version = ModsDisplay::VERSION gem.authors = ["Jessie Keck"] gem.email = ["jessie.keck@gmail.com"] gem.description = %q{MODS Display is a gem to centralize the display logic of MODS medadata.} gem.summary = %q{The MODS Display gem allows implementers to configure a customized display of MODS metadata. This display implements the specifications defined at Stanford for how to display MODS.} gem.homepage = "https://github.com/sul-dlss/mods_display" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(spec)/}) gem.require_paths = ["lib"] gem.add_dependency 'stanford-mods' gem.add_dependency 'i18n' gem.add_development_dependency 'rake' gem.add_development_dependency 'rspec' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mods_display-0.3.3 | mods_display.gemspec |
mods_display-0.3.2 | mods_display.gemspec |
mods_display-0.3.1 | mods_display.gemspec |
mods_display-0.3.0 | mods_display.gemspec |