yshimada0330/studyplus_for_school_sync

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    studyplus_for_school_sync (0.1.0)
      faraday
      faraday-encoding
      faraday_middleware
      launchy
      thor
      webrick

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    diff-lcs (1.3)
    docile (1.4.0)
    faraday (1.4.1)
      faraday-excon (~> 1.1)
      faraday-net_http (~> 1.0)
      faraday-net_http_persistent (~> 1.1)
      multipart-post (>= 1.2, < 3)
      ruby2_keywords (>= 0.0.4)
    faraday-encoding (0.0.5)
      faraday
    faraday-excon (1.1.0)
    faraday-net_http (1.0.1)
    faraday-net_http_persistent (1.1.0)
    faraday_middleware (1.0.0)
      faraday (~> 1.0)
    launchy (2.5.0)
      addressable (~> 2.7)
    multipart-post (2.1.1)
    public_suffix (4.0.6)
    rake (13.0.1)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.1)
      rspec-support (~> 3.9.1)
    rspec-expectations (3.9.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.2)
    ruby2_keywords (0.0.4)
    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.3)
    thor (1.1.0)
    webrick (1.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.1)
  rake (~> 13.0)
  rspec (~> 3.0)
  simplecov
  studyplus_for_school_sync!

BUNDLED WITH
   2.1.4