ByteDecoder/onuro

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    onuro (0.1.6)
      activesupport (~> 5.2.4.3)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.4.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    ast (2.4.0)
    byebug (11.0.1)
    coderay (1.1.2)
    concurrent-ruby (1.1.6)
    diff-lcs (1.3)
    docile (1.3.1)
    i18n (1.8.3)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.2)
    json (2.2.0)
    minitest (5.14.1)
    parallel (1.17.0)
    parser (2.6.3.0)
      ast (~> 2.4.0)
    rainbow (3.0.0)
    rake (13.0.1)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.0)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.0)
    rubocop (0.71.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-rspec (1.33.0)
      rubocop (>= 0.60.0)
    ruby-progressbar (1.10.1)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    thread_safe (0.3.6)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    unicode-display_width (1.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.17)
  byebug (~> 11.0)
  coderay (~> 1.1)
  onuro!
  rake (~> 13.0)
  rspec (~> 3.8)
  rubocop (~> 0.71.0)
  rubocop-rspec (~> 1.33)
  simplecov (~> 0.16.1)

BUNDLED WITH
   1.17.3