1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- GEM
- remote: https://rubygems.org/
- specs:
- backports (3.6.4)
- daemons (1.1.9)
- eventmachine (1.0.3)
- ffi (1.9.8)
- haml (4.0.6)
- tilt
- mime-types (2.3)
- mini_portile (0.6.2)
- multi_json (1.11.0)
- netrc (0.7.9)
- nokogiri (1.6.6.2)
- mini_portile (~> 0.6.0)
- rack (1.6.1)
- rack-protection (1.5.3)
- rack
- rack-test (0.6.3)
- rack (>= 1.0)
- rest-client (1.7.2)
- mime-types (>= 1.16, < 3.0)
- netrc (~> 0.7)
- sinatra (1.4.6)
- rack (~> 1.4)
- rack-protection (~> 1.4)
- tilt (>= 1.3, < 3)
- sinatra-contrib (1.4.2)
- backports (>= 2.0)
- multi_json
- rack-protection
- rack-test
- sinatra (~> 1.4.0)
- tilt (~> 1.3)
- sinatra-xsendfile (0.4.2)
- sinatra (>= 0.9.1)
- sys-filesystem (1.1.4)
- ffi
- thin (1.6.2)
- daemons (>= 1.0.9)
- eventmachine (>= 1.0.0)
- rack (>= 1.0.0)
- tilt (1.4.1)
- PLATFORMS
- ruby
- DEPENDENCIES
- haml
- nokogiri
- rest-client
- sinatra
- sinatra-contrib
- sinatra-xsendfile
- sys-filesystem
- thin
|