datacite/orcid_client

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    orcid_client (0.12.0)
      activesupport (>= 7, < 8)
      bolognese (~> 2.2)
      builder (~> 3.2, >= 3.2.2)
      dotenv (~> 2.1, >= 2.1.1)
      maremma (>= 5.0)
      namae (~> 1.0.1)
      nokogiri (>= 1.16.4)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.1.3.2)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    addressable (2.8.1)
      public_suffix (>= 2.0.2, < 6.0)
    amazing_print (1.4.0)
    base64 (0.2.0)
    benchmark_methods (0.7)
    bibtex-ruby (6.0.0)
      latex-decode (~> 0.0)
    bigdecimal (3.1.7)
    bolognese (2.2.0)
      activesupport (>= 4.2.5)
      benchmark_methods (~> 0.7)
      bibtex-ruby (>= 5.1.0)
      builder (~> 3.2, >= 3.2.2)
      citeproc-ruby (~> 1.1, >= 1.1.12)
      colorize (~> 0.8.1)
      concurrent-ruby (~> 1.1, >= 1.1.5)
      csl-styles (~> 1.0, >= 1.0.1.10)
      edtf (~> 3.0, >= 3.0.4)
      gender_detector (~> 0.1.2)
      iso8601 (~> 0.9.1)
      json-ld-preloaded (~> 3.1, >= 3.1.3)
      jsonlint (~> 0.3.0)
      loofah (~> 2.0, >= 2.0.3)
      maremma (~> 5.0)
      namae (~> 1.0)
      nokogiri (~> 1.16, >= 1.16.2)
      oj (~> 3.10)
      oj_mimic_json (~> 1.0, >= 1.0.1)
      postrank-uri (~> 1.0, >= 1.0.18)
      rdf-rdfxml (~> 3.1)
      rdf-turtle (~> 3.1)
      thor (>= 0.19)
    builder (3.2.4)
    citeproc (1.0.10)
      namae (~> 1.0)
    citeproc-ruby (1.1.14)
      citeproc (~> 1.0, >= 1.0.9)
      csl (~> 1.6)
    colorize (0.8.1)
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    csl (1.6.0)
      namae (~> 1.0)
      rexml
    csl-styles (1.0.1.11)
      csl (~> 1.0)
    diff-lcs (1.5.0)
    docile (1.4.0)
    dotenv (2.8.1)
    drb (2.2.1)
    ebnf (2.3.1)
      amazing_print (~> 1.4)
      htmlentities (~> 4.3)
      rdf (~> 3.2)
      scanf (~> 1.0)
      sxp (~> 1.2)
      unicode-types (~> 1.7)
    edtf (3.1.0)
      activesupport (>= 3.0, < 8.0)
    excon (0.71.1)
    faraday (2.6.0)
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-encoding (0.0.5)
      faraday
    faraday-excon (2.1.0)
      excon (>= 0.27.4)
      faraday (~> 2.0)
    faraday-follow_redirects (0.3.0)
      faraday (>= 1, < 3)
    faraday-gzip (0.1.0)
      faraday (>= 1.0)
      zlib (~> 2.1)
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (3.0.1)
    gender_detector (0.1.2)
      unicode_utils (>= 1.3.0)
    haml (5.2.2)
      temple (>= 0.8.0)
      tilt
    hashdiff (1.0.1)
    htmlentities (4.3.4)
    i18n (1.14.4)
      concurrent-ruby (~> 1.0)
    iso8601 (0.9.1)
    json-canonicalization (0.3.0)
    json-ld (3.2.3)
      htmlentities (~> 4.3)
      json-canonicalization (~> 0.3)
      link_header (~> 0.0, >= 0.0.8)
      multi_json (~> 1.15)
      rack (~> 2.2)
      rdf (~> 3.2, >= 3.2.9)
    json-ld-preloaded (3.2.2)
      json-ld (~> 3.2)
      rdf (~> 3.2)
    jsonlint (0.3.0)
      oj (~> 3)
      optimist (~> 3)
    latex-decode (0.4.0)
    link_header (0.0.8)
    loofah (2.19.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    maremma (5.0.0)
      activesupport (>= 4.2.5)
      addressable (>= 2.3.6)
      builder (~> 3.2, >= 3.2.2)
      excon (~> 0.71.0)
      faraday (>= 2.0)
      faraday-encoding (~> 0.0.5)
      faraday-excon (~> 2.1.0)
      faraday-follow_redirects (~> 0.3.0)
      faraday-gzip (~> 0.1.0)
      faraday-multipart (~> 1.0.4)
      nokogiri (~> 1.16, >= 1.16.2)
      oj (>= 2.8.3)
      oj_mimic_json (~> 1.0, >= 1.0.1)
    matrix (0.4.2)
    minitest (5.22.3)
    multi_json (1.15.0)
    multipart-post (2.2.3)
    mutex_m (0.2.0)
    namae (1.0.2)
    nokogiri (1.16.4-arm64-darwin)
      racc (~> 1.4)
    nokogiri (1.16.4-x86_64-linux)
      racc (~> 1.4)
    oj (3.13.23)
    oj_mimic_json (1.0.1)
    optimist (3.0.1)
    postrank-uri (1.0.24)
      addressable (>= 2.4.0)
      nokogiri (>= 1.8.0)
      public_suffix (>= 2.0.0, < 2.1)
    public_suffix (2.0.5)
    racc (1.6.0)
    rack (2.2.4)
    rack-test (0.8.3)
      rack (>= 1.0, < 3)
    rake (13.0.6)
    rdf (3.2.9)
      link_header (~> 0.0, >= 0.0.8)
    rdf-aggregate-repo (3.2.1)
      rdf (~> 3.2)
    rdf-rdfa (3.2.0)
      haml (~> 5.2)
      htmlentities (~> 4.3)
      rdf (~> 3.2)
      rdf-aggregate-repo (~> 3.2)
      rdf-vocab (~> 3.2)
      rdf-xsd (~> 3.2)
    rdf-rdfxml (3.2.0)
      htmlentities (~> 4.3)
      rdf (~> 3.2)
      rdf-rdfa (~> 3.2)
      rdf-xsd (~> 3.2)
    rdf-turtle (3.2.1)
      ebnf (~> 2.3)
      rdf (~> 3.2)
    rdf-vocab (3.2.3)
      rdf (~> 3.2, >= 3.2.4)
    rdf-xsd (3.2.1)
      rdf (~> 3.2)
      rexml (~> 3.2)
    rexml (3.2.5)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.0)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.0)
    ruby2_keywords (0.0.5)
    scanf (1.0.0)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    sxp (1.2.3)
      matrix (~> 0.4)
      rdf (~> 3.2)
    temple (0.9.1)
    thor (1.2.1)
    tilt (2.0.11)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-types (1.8.0)
    unicode_utils (1.4.0)
    vcr (6.1.0)
    webmock (3.18.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    zlib (2.1.1)

PLATFORMS
  arm64-darwin-23
  x86_64-linux

DEPENDENCIES
  bundler (>= 2.2.10)
  orcid_client!
  rack-test (~> 0)
  rake
  rspec (~> 3.4)
  simplecov
  vcr
  webmock (~> 3.0, >= 3.0.1)

BUNDLED WITH
   2.5.5