Initial commit

This commit is contained in:
Gregory Eremin
2013-07-08 21:04:59 +07:00
commit 409d3f26e2
10 changed files with 541 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
source 'https://rubygems.org'
gem 'sinatra'
gem 'sequel'
gem 'pg'
gem 'pygments.rb'
gem 'haml'
gem 'sass'