unhappychoice/lita-irasutoya

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    lita-irasutoya (1.0.0)
      irasutoya
      lita (>= 4.7)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    codecov (0.6.0)
      simplecov (>= 0.15, < 0.22)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    diff-lcs (1.5.0)
    docile (1.4.0)
    faraday (1.10.3)
      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-httpclient (1.0.1)
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (1.0.1)
    faraday-net_http_persistent (1.2.0)
    faraday-patron (1.0.0)
    faraday-rack (1.0.0)
    faraday-retry (1.0.3)
    ffi (1.16.3)
    formatador (1.1.0)
    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)
    guard-rubocop (1.5.0)
      guard (~> 2.0)
      rubocop (< 2.0)
    http_router (0.11.2)
      rack (>= 1.0.0)
      url_mount (~> 0.2.1)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    ice_nine (0.11.2)
    irasutoya (1.1.0)
      nokogiri
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    lita (4.8.0)
      bundler (>= 2.0)
      faraday (>= 1.0)
      http_router (>= 0.11)
      i18n (>= 1.8)
      ice_nine (>= 0.11)
      multi_json (>= 1.15)
      puma (>= 4.3)
      rack (>= 2.2)
      rb-readline (>= 0.5)
      redis-namespace (>= 1.7)
      thor (>= 1.0)
    lumberjack (1.2.10)
    method_source (1.0.0)
    mini_portile2 (2.8.4)
    multi_json (1.15.0)
    multipart-post (2.3.0)
    nenv (0.3.0)
    nio4r (2.7.0)
    nokogiri (1.15.3)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.24.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    puma (6.4.1)
      nio4r (~> 2.0)
    racc (1.7.3)
    rack (3.0.8)
    rainbow (3.1.1)
    rake (13.1.0)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rb-readline (0.5.5)
    redis (5.0.8)
      redis-client (>= 0.17.0)
    redis-client (0.19.1)
      connection_pool
    redis-namespace (1.11.0)
      redis (>= 4)
    regexp_parser (2.8.3)
    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.28.2)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.17.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.17.0)
      parser (>= 3.1.1.0)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    shellany (0.0.1)
    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)
    thor (1.2.2)
    unicode-display_width (2.5.0)
    url_mount (0.2.1)
      rack

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.0)
  codecov
  guard
  guard-rspec
  guard-rubocop
  lita-irasutoya!
  rake (~> 13.0)
  rspec (~> 3.0)
  rubocop
  simplecov

BUNDLED WITH
   2.4.14