Skip to content

Commit

Permalink
let's go
Browse files Browse the repository at this point in the history
  • Loading branch information
despo committed Jul 15, 2012
0 parents commit e2853b9
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.rbenv-*
.sass*
*.swp

12 changes: 12 additions & 0 deletions Gemfile
@@ -0,0 +1,12 @@
source :rubygems

gem 'sinatra'
gem 'haml'
gem 'coffee-script'
gem 'therubyracer'

group :development do
gem 'sinatra-reloader'
gem 'guard-coffeescript'
gem 'heroku'
end
81 changes: 81 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,81 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.8)
backports (2.6.1)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
eventmachine (0.12.10)
excon (0.14.3)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.0.11)
guard (1.2.3)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-coffeescript (1.0.0)
coffee-script (>= 2.2.0)
guard (>= 1.1.0)
haml (3.1.6)
heroku (2.28.12)
heroku-api (~> 0.2.8)
launchy (>= 0.3.2)
netrc (~> 0.7.5)
rest-client (~> 1.6.1)
rubyzip
heroku-api (0.2.8)
excon (~> 0.14.3)
launchy (2.1.0)
addressable (~> 2.2.6)
libv8 (3.3.10.4)
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
mime-types (1.19)
multi_json (1.3.6)
netrc (0.7.5)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rb-fchange (0.0.5)
ffi
rb-fsevent (0.9.1)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.9)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-contrib (1.3.1)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thor (0.15.4)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
coffee-script
guard-coffeescript
haml
heroku
sinatra
sinatra-reloader
therubyracer

0 comments on commit e2853b9

Please sign in to comment.