moneytrackio/tezos_client

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    tezos_client (2.1.0)
      active_interaction (>= 3.8)
      activesupport (< 7.1.0)
      base58 (~> 0.2.3)
      bip_mnemonic (~> 0.0.2)
      httparty (~> 0.21.0)
      money-tree (~> 0.11.2)
      rbnacl (~> 7.1)
      rest-client (~> 2.1)

GEM
  remote: https://rubygems.org/
  specs:
    active_interaction (5.3.0)
      activemodel (>= 5.2, < 8)
      activesupport (>= 5.2, < 8)
    activemodel (7.0.8)
      activesupport (= 7.0.8)
    activesupport (7.0.8)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    ast (2.4.2)
    base58 (0.2.3)
    bech32 (1.4.2)
      thor (>= 1.1.0)
    bigdecimal (3.1.6)
    bip_mnemonic (0.0.4)
    coderay (1.1.3)
    concurrent-ruby (1.2.3)
    crack (0.4.6)
      bigdecimal
      rexml
    diff-lcs (1.5.0)
    domain_name (0.6.20240107)
    ffi (1.16.3)
    hashdiff (1.1.0)
    http-accept (1.7.0)
    http-cookie (1.0.5)
      domain_name (~> 0.5)
    httparty (0.21.0)
      mini_mime (>= 1.0.0)
      multi_xml (>= 0.5.2)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    json (2.7.1)
    language_server-protocol (3.17.0.3)
    method_source (1.0.0)
    mime-types (3.5.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.1205)
    mini_mime (1.1.5)
    minitest (5.21.2)
    money-tree (0.11.2)
      bech32 (~> 1.3)
      openssl (~> 3.1)
    multi_xml (0.6.0)
    netrc (0.11.0)
    openssl (3.2.0)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (5.0.4)
    racc (1.7.3)
    rack (3.0.9)
    rainbow (3.1.1)
    rake (13.1.0)
    rbnacl (7.1.1)
      ffi
    regexp_parser (2.9.0)
    rest-client (2.1.0)
      http-accept (>= 1.7.0, < 2.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rexml (3.2.6)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    rubocop (1.60.2)
      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 (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.30.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.30.0)
      parser (>= 3.2.1.0)
    rubocop-md (1.2.2)
      rubocop (>= 1.0)
    rubocop-minitest (0.34.5)
      rubocop (>= 1.39, < 2.0)
      rubocop-ast (>= 1.30.0, < 2.0)
    rubocop-packaging (0.5.2)
      rubocop (>= 1.33, < 2.0)
    rubocop-performance (1.20.2)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.30.0, < 2.0)
    rubocop-rails (2.23.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.33.0, < 2.0)
      rubocop-ast (>= 1.30.0, < 2.0)
    rubocop-rails_config (1.16.0)
      rubocop (>= 1.57.0)
      rubocop-ast (>= 1.26.0)
      rubocop-md
      rubocop-minitest (~> 0.22)
      rubocop-packaging (~> 0.5)
      rubocop-performance (~> 1.11)
      rubocop-rails (~> 2.0)
    ruby-progressbar (1.13.0)
    thor (1.3.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)
    vcr (4.0.0)
    webmock (3.19.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  arm64-darwin-22

DEPENDENCIES
  bundler (~> 2.1)
  pry
  rake (~> 13.0)
  rspec (~> 3.0)
  rubocop-rails_config
  tezos_client!
  vcr (~> 4.0.0)
  webmock

BUNDLED WITH
   2.4.20