# -*- encoding: utf-8 -*-
# stub: relaton-bipm 1.19.3 ruby lib

Gem::Specification.new do |s|
  s.name = "relaton-bipm".freeze
  s.version = "1.19.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "homepage_uri" => "https://github.com/relaton/relaton-bipm", "source_code_uri" => "https://github.com/relaton/relaton-bipm" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Ribose Inc.".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-12-13"
  s.description = "RelatonBipm: retrieve BIPM Standards for bibliographic use using the BibliographicItem model".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-bipm-compile.rng".freeze, "grammars/relaton-bipm.rng".freeze, "lib/relaton_bipm.rb".freeze, "lib/relaton_bipm/acronyms.yaml".freeze, "lib/relaton_bipm/bibliographic_date.rb".freeze, "lib/relaton_bipm/bipm_bibliographic_item.rb".freeze, "lib/relaton_bipm/bipm_bibliography.rb".freeze, "lib/relaton_bipm/bipm_si_brochure_parser.rb".freeze, "lib/relaton_bipm/comment_periond.rb".freeze, "lib/relaton_bipm/committee.rb".freeze, "lib/relaton_bipm/data_fetcher.rb".freeze, "lib/relaton_bipm/data_outcomes_parser.rb".freeze, "lib/relaton_bipm/document_relation.rb".freeze, "lib/relaton_bipm/document_type.rb".freeze, "lib/relaton_bipm/editorial_group.rb".freeze, "lib/relaton_bipm/hash_converter.rb".freeze, "lib/relaton_bipm/id_parser.rb".freeze, "lib/relaton_bipm/processor.rb".freeze, "lib/relaton_bipm/rawdata_bipm_metrologia/affiliations.rb".freeze, "lib/relaton_bipm/rawdata_bipm_metrologia/article_parser.rb".freeze, "lib/relaton_bipm/rawdata_bipm_metrologia/fetcher.rb".freeze, "lib/relaton_bipm/structured_identifier.rb".freeze, "lib/relaton_bipm/util.rb".freeze, "lib/relaton_bipm/version.rb".freeze, "lib/relaton_bipm/workgroup.rb".freeze, "lib/relaton_bipm/xml_parser.rb".freeze, "relaton_bipm.gemspec".freeze]
  s.homepage = "https://github.com/relaton/relaton-bipm".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 = "RelatonBipm: retrieve BIPM Standards for bibliographic use using the BibliographicItem model".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<faraday>.freeze, ["~> 2.7.0".freeze])
  s.add_runtime_dependency(%q<mechanize>.freeze, ["~> 2.10".freeze])
  s.add_runtime_dependency(%q<parslet>.freeze, ["~> 2.0.0".freeze])
  s.add_runtime_dependency(%q<relaton-bib>.freeze, ["~> 1.19.0".freeze])
  s.add_runtime_dependency(%q<relaton-index>.freeze, ["~> 0.2.2".freeze])
  s.add_runtime_dependency(%q<rubyzip>.freeze, ["~> 2.3.0".freeze])
end