riemann-dash/Gemfile.lock

75 lines
1.4 KiB
Text
Raw Normal View History

PATH
remote: .
specs:
riemann-dash (0.2.8)
erubis (>= 2.7.0)
fog
multi_json (= 1.3.6)
riemann-client (>= 0.0.7)
sass (>= 3.1.14)
sinatra (>= 1.3.2)
thin (>= 1.3.1)
GEM
remote: https://rubygems.org/
specs:
beefcake (0.5.0)
builder (3.2.2)
2013-03-11 12:19:10 +00:00
coderay (1.0.9)
daemons (1.1.9)
erubis (2.7.0)
eventmachine (1.0.3)
excon (0.31.0)
fog (1.19.0)
builder
excon (~> 0.31.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
2013-03-11 12:19:10 +00:00
method_source (0.8.1)
mime-types (2.0)
mini_portile (0.5.2)
mtrc (0.0.4)
multi_json (1.3.6)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
2013-03-11 12:19:10 +00:00
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
rack-protection (1.5.2)
rack
riemann-client (0.2.2)
beefcake (>= 0.3.5)
mtrc (>= 0.0.4)
trollop (>= 1.16.2)
ruby-hmac (0.4.0)
sass (3.3.2)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
2013-03-11 12:19:10 +00:00
slop (3.4.3)
thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
tilt (1.4.1)
trollop (2.0)
PLATFORMS
ruby
DEPENDENCIES
2013-03-11 12:19:10 +00:00
pry
riemann-dash!