nunonamorado/sinatra-slack

View on GitHub
example/Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    async_sinatra (1.3.0)
      rack (>= 2.0.0)
      sinatra (>= 1.4.8)
    byebug (11.0.0)
    coderay (1.1.2)
    daemons (1.3.1)
    dotenv (2.7.1)
    eventmachine (1.2.7)
    httparty (0.16.4)
      mime-types (~> 3.0)
      multi_xml (>= 0.5.2)
    method_source (0.9.2)
    mime-types (3.2.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2018.0812)
    multi_xml (0.6.0)
    mustermann (1.1.2)
      ruby2_keywords (~> 0.0.1)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-byebug (3.7.0)
      byebug (~> 11.0)
      pry (~> 0.10)
    rack (2.2.4)
    rack-protection (2.2.1)
      rack
    ruby2_keywords (0.0.5)
    sinatra (2.2.1)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.2.1)
      tilt (~> 2.0)
    sinatra-slack (0.8.0)
      async_sinatra (~> 1.3, >= 1.3.0)
      httparty (~> 0.16, >= 0.16.4)
      mustermann (~> 1.0, >= 1.0.3)
      sinatra (~> 2.0, >= 2.0.5)
      thin (~> 1.7, >= 1.7.2)
    thin (1.7.2)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    tilt (2.0.11)

PLATFORMS
  ruby

DEPENDENCIES
  dotenv
  httparty
  pry
  pry-byebug
  sinatra-slack
  thin

BUNDLED WITH
   2.0.1