Files
side-by-side/Gemfile
T
Vit Brunner b7c12f928b Initial project setup
Featuring:
- middleman setup
- dummy controller and index page
- markdown reader and its qunit tests
- travis integration
2013-06-10 22:30:02 +01:00

5 lines
85 B
Ruby

source 'http://rubygems.org'
gem "middleman", "~>3.0.13"
gem 'rb-inotify', '~> 0.9'