# -*- encoding: utf-8 -*-
# stub: relaton-iso-bib 1.17.0 ruby lib

Gem::Specification.new do |s|
  s.name = "relaton-iso-bib".freeze
  s.version = "1.17.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Ribose Inc.".freeze]
  s.bindir = "exe".freeze
  s.date = "2023-11-27"
  s.description = "RelatonIsoBib: Ruby ISOXMLDOC impementation.".freeze
  s.email = ["open.source@ribose.com".freeze]
  s.files = [".github/workflows/rake.yml".freeze, ".github/workflows/release.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.adoc".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/rspec".freeze, "bin/setup".freeze, "grammars/basicdoc.rng".freeze, "grammars/biblio-standoc.rng".freeze, "grammars/biblio.rng".freeze, "grammars/relaton-iso-compile.rng".freeze, "grammars/relaton-iso.rng".freeze, "lib/relaton_iso_bib.rb".freeze, "lib/relaton_iso_bib/config.rb".freeze, "lib/relaton_iso_bib/document_type.rb".freeze, "lib/relaton_iso_bib/editorial_group.rb".freeze, "lib/relaton_iso_bib/hash_converter.rb".freeze, "lib/relaton_iso_bib/ics.rb".freeze, "lib/relaton_iso_bib/iso_bibliographic_item.rb".freeze, "lib/relaton_iso_bib/iso_document_relation.rb".freeze, "lib/relaton_iso_bib/structured_identifier.rb".freeze, "lib/relaton_iso_bib/util.rb".freeze, "lib/relaton_iso_bib/version.rb".freeze, "lib/relaton_iso_bib/xml_parser.rb".freeze, "relaton_iso_bib.gemspec".freeze]
  s.homepage = "https://github.com/relaton/relaton-iso-bib".freeze
  s.licenses = ["BSD-2-Clause".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "RelatonIsoBib: Ruby ISOXMLDOC impementation.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<isoics>.freeze, ["~> 0.1.6".freeze])
  s.add_runtime_dependency(%q<relaton-bib>.freeze, ["~> 1.17.0".freeze])
end