astroband/ruby-stellar-sdk

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: base
  specs:
    stellar-base (0.32.0)
      activesupport (>= 5.0.0, < 8.0)
      base32 (>= 0.3.0, < 1.0)
      digest-crc (>= 0.5.0, < 1.0)
      rbnacl (>= 6.0.0, < 8.0)
      xdr (>= 3.0.3, < 4.0)

PATH
  remote: horizon
  specs:
    stellar-horizon (0.32.0)
      excon (>= 0.71.0, < 1.0)
      faraday (>= 1.6.0, < 3.0)
      faraday-excon (>= 1.1.0, < 3.0)
      faraday-follow_redirects (>= 0.3.0, < 1.0)
      hyperclient (>= 0.7.0, < 2.0)
      stellar-base (= 0.32.0)

PATH
  remote: sdk
  specs:
    stellar-sdk (0.32.0)
      activesupport (>= 5.0.0, < 8.0)
      faraday (>= 1.6.0, < 3.0)
      stellar-base (= 0.32.0)
      stellar-horizon (= 0.32.0)
      tomlrb (>= 2.0.1, < 3.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.2.1.2)
      activesupport (= 7.2.1.2)
    activesupport (7.2.1.2)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.3.1)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      logger (>= 1.4.2)
      minitest (>= 5.1)
      securerandom (>= 0.3)
      tzinfo (~> 2.0, >= 2.0.5)
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    ast (2.4.2)
    awesome_print (1.9.2)
    backports (3.25.0)
    base32 (0.3.4)
    base64 (0.2.0)
    bigdecimal (3.1.8)
    bigdecimal (3.1.8-java)
    break (0.40.0)
    bundler-audit (0.9.2)
      bundler (>= 1.2.0, < 3)
      thor (~> 1.0)
    coderay (1.1.3)
    concurrent-ruby (1.3.4)
    connection_pool (2.4.1)
    crack (1.0.0)
      bigdecimal
      rexml
    diff-lcs (1.5.1)
    digest-crc (0.6.5)
      rake (>= 12.0.0, < 14.0.0)
    docile (1.4.1)
    drb (2.2.1)
    excon (0.112.0)
    faraday (1.10.4)
      faraday-em_http (~> 1.0)
      faraday-em_synchrony (~> 1.0)
      faraday-excon (~> 1.1)
      faraday-httpclient (~> 1.0)
      faraday-multipart (~> 1.0)
      faraday-net_http (~> 1.0)
      faraday-net_http_persistent (~> 1.0)
      faraday-patron (~> 1.0)
      faraday-rack (~> 1.0)
      faraday-retry (~> 1.0)
      ruby2_keywords (>= 0.0.4)
    faraday-em_http (1.0.0)
    faraday-em_synchrony (1.0.0)
    faraday-excon (1.1.0)
    faraday-follow_redirects (0.3.0)
      faraday (>= 1, < 3)
    faraday-httpclient (1.0.1)
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (1.0.2)
    faraday-net_http_persistent (1.2.0)
    faraday-patron (1.0.0)
    faraday-rack (1.0.0)
    faraday-retry (1.0.3)
    faraday_hal_middleware (0.1.1)
      faraday_middleware (>= 0.9)
    faraday_middleware (1.2.1)
      faraday (~> 1.0)
    ffi (1.17.0)
    ffi (1.17.0-java)
    fiddle (1.1.4)
    formatador (1.1.0)
    gem-release (2.2.2)
    guard (2.18.1)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.13.0)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    hashdiff (1.1.1)
    hyperclient (1.0.1)
      addressable
      faraday (>= 0.9.0)
      faraday_hal_middleware
      faraday_middleware
    i18n (1.14.6)
      concurrent-ruby (~> 1.0)
    jar-dependencies (0.4.1)
    json (2.7.3)
    json (2.7.3-java)
    language_server-protocol (3.17.0.3)
    lint_roller (1.1.0)
    listen (3.9.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    logger (1.6.1)
    lumberjack (1.2.10)
    method_source (1.1.0)
    minitest (5.25.1)
    multipart-post (2.4.1)
    nenv (0.3.0)
    netrc (0.11.0)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    octokit (9.2.0)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    ostruct (0.6.0)
    parallel (1.26.3)
    parser (3.3.5.0)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry (0.14.2-java)
      coderay (~> 1.1)
      method_source (~> 1.0)
      spoon (~> 0.0)
    pry-doc (1.5.0)
      pry (~> 0.11)
      yard (~> 0.9.11)
    psych (5.1.2)
      stringio
    psych (5.1.2-java)
      jar-dependencies (>= 0.1.7)
    public_suffix (6.0.1)
    racc (1.8.1)
    racc (1.8.1-java)
    rainbow (3.1.1)
    rake (13.2.1)
    rb-fsevent (0.11.2)
    rb-inotify (0.11.1)
      ffi (~> 1.0)
    rbnacl (7.1.2)
      ffi (~> 1)
    rdoc (6.7.0)
      psych (>= 4.0.0)
    regexp_parser (2.9.2)
    rexml (3.3.9)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.2)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-its (1.3.1)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.13.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.66.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 2.4, < 3.0)
      rubocop-ast (>= 1.32.2, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.32.3)
      parser (>= 3.3.1.0)
    rubocop-performance (1.22.1)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.0)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    securerandom (0.3.1)
    shellany (0.0.1)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-cobertura (2.1.0)
      rexml
      simplecov (~> 0.19)
    simplecov-html (0.13.1)
    simplecov-lcov (0.8.0)
    simplecov-tailwindcss (2.2.0)
      simplecov (~> 0.16)
    simplecov_json_formatter (0.1.4)
    spoon (0.0.6)
      ffi
    standard (1.41.1)
      language_server-protocol (~> 3.17.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.66.0)
      standard-custom (~> 1.0.0)
      standard-performance (~> 1.5)
    standard-custom (1.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.50)
    standard-performance (1.5.0)
      lint_roller (~> 1.1)
      rubocop-performance (~> 1.22.0)
    stringio (3.1.1)
    thor (1.3.2)
    tomlrb (2.0.3)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.6.0)
    vcr (6.3.1)
      base64
    webmock (3.24.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    xdr (3.0.3)
      activemodel (>= 4.2, < 8.0)
      activesupport (>= 4.2, < 8.0)
    yard (0.9.37)
    yard-junk (0.0.10)
      backports (>= 3.18)
      ostruct
      rainbow
      yard

PLATFORMS
  java
  ruby

DEPENDENCIES
  awesome_print
  break
  bundler-audit
  fiddle
  gem-release
  guard-rspec
  netrc
  octokit
  pry
  pry-doc
  rake
  rdoc
  rspec
  rspec-its
  simplecov
  simplecov-cobertura
  simplecov-lcov
  simplecov-tailwindcss
  simplecov_json_formatter
  standard
  stellar-base!
  stellar-horizon!
  stellar-sdk!
  vcr
  webmock
  yard
  yard-junk

BUNDLED WITH
   2.5.22