Sha256: 3965628a8c153f3b30c289fba1e800eacd22518e6b0f7d48403977eb18ca6a7b
Contents?: true
Size: 941 Bytes
Versions: 1
Compression:
Stored size: 941 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "metacrunch/marcxml/version" Gem::Specification.new do |spec| spec.name = "metacrunch-marcxml" spec.version = Metacrunch::Marcxml::VERSION spec.authors = ["René Sprotte"] spec.email = "r.sprotte@ub.uni-paderborn.de" spec.summary = %q{MARCXML package for the metacrunch ETL toolkit.} spec.homepage = "http://github.com/ubpb/metacrunch-marcxml" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "activesupport", ">= 5.1" spec.add_dependency "htmlentities", ">= 4.3" spec.add_dependency "ox", ">= 2.11" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
metacrunch-marcxml-3.0.0 | metacrunch-marcxml.gemspec |