Sha256: a87cb81536d2b2e3ef96bcb77dbc9385ebeb1dd8431136184e161c38c995e998
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
lib = File.expand_path("lib", __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "relaton_iho/version" Gem::Specification.new do |s| s.name = "relaton-iho" s.version = RelatonIho::VERSION s.authors = ["Ribose Inc."] s.email = ["open.source@ribose.com"] s.homepage = "https://github.com/relaton/relaton-iho" s.licenses = "BSD-2-Clause" s.summary = "RelatonIho: retrieve IHO Standards for bibliographic " \ "using the BibliographicItem model" s.description = "RelatonIho: retrieve IHO Standards for bibliographic " \ "using the BibliographicItem model" s.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end s.platform = Gem::Platform::RUBY s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0") s.add_dependency "relaton-bib", "~> 1.18.0" s.add_dependency "relaton-index", "~> 0.2.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
relaton-iho-1.18.0 | relaton_iho.gemspec |