Skip to content

Commit

Permalink
add sinatra-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ryan committed Nov 18, 2011
1 parent 170a99b commit 31f1f05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'http://rubygems.org'

gem 'sinatra', '>= 1.3.1'
gem 'sinatra-contrib', :require => false

DM_VERSION = "1.2.0"
gem 'dm-core', DM_VERSION
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GEM
activesupport (3.1.2)
multi_json (~> 1.0)
addressable (2.2.6)
backports (2.3.0)
bcrypt-ruby (3.0.1)
builder (3.0.0)
capybara (1.1.2)
Expand Down Expand Up @@ -48,6 +49,7 @@ GEM
uuidtools (~> 2.1.2)
dm-validations (1.2.0)
dm-core (~> 1.2.0)
eventmachine (0.12.10)
fastercsv (1.5.4)
ffi (1.0.11)
growl (1.0.3)
Expand Down Expand Up @@ -92,6 +94,13 @@ GEM
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.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)
slim (1.0.4)
temple (~> 0.3.4)
tilt (~> 1.3.2)
Expand Down Expand Up @@ -127,6 +136,7 @@ DEPENDENCIES
rb-fsevent (>= 0.4.3.1)
rspec (>= 2.7.0)
sinatra (>= 1.3.1)
sinatra-contrib
slim
spork (>= 0.9.0.rc9)
yajl-ruby (>= 1.1.0)

0 comments on commit 31f1f05

Please sign in to comment.