Skip to content

Commit

Permalink
+gem sinatra-reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Lihachev committed May 31, 2011
1 parent ae12eea commit c6d7f9f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gem 'rails', '~> 3.0.0', :require => false
gem 'sinatra'
gem 'haml'
gem 'aws-s3', :require => 'aws/s3'
gem 'sinatra-reloader'
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ GEM
builder
mime-types
xml-simple
backports (2.2.1)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
Expand All @@ -44,6 +45,8 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
monkey-lib (0.5.4)
backports
pg (0.11.0)
polyglot (0.3.1)
rack (1.2.3)
Expand All @@ -68,6 +71,16 @@ GEM
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sinatra-advanced-routes (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
sinatra-sugar (~> 0.5.0)
sinatra-reloader (0.5.0)
sinatra (~> 1.0)
sinatra-advanced-routes (~> 0.5.0)
sinatra-sugar (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
sqlite3 (1.3.3)
thor (0.14.6)
tilt (1.3.2)
Expand All @@ -85,4 +98,5 @@ DEPENDENCIES
pg
rails (~> 3.0.0)
sinatra
sinatra-reloader
sqlite3

0 comments on commit c6d7f9f

Please sign in to comment.