aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorScott Watermasysk <scottwater@gmail.com>2011-08-21 21:06:21 -0400
committerScott Watermasysk <scottwater@gmail.com>2011-08-21 21:06:21 -0400
commit423e8ecbda0394d4c77e2ea659768a8f30c35018 (patch)
treee29f5971d54d67fdd6830515108312b5ba5c0abb /Gemfile.lock
parent23f05c11588a94d0d557ba973ada0e818b49bbb0 (diff)
downloadmy_new_personal_website-423e8ecbda0394d4c77e2ea659768a8f30c35018.tar.xz
my_new_personal_website-423e8ecbda0394d4c77e2ea659768a8f30c35018.zip
Static Server based on Sinatra
Using Sinatra provides better handling of mime types and supports 304's/etc. Also updated the Gemfile to exclude most gem outside of developemnt (default).
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 55634060..e64b2114 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -40,8 +40,12 @@ GEM
blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)
sass (3.1.5)
+ sinatra (1.2.6)
+ rack (~> 1.1)
+ tilt (>= 1.2.2, < 2.0)
stringex (1.3.0)
syntax (1.0.0)
+ tilt (1.3.2)
PLATFORMS
ruby
@@ -57,4 +61,5 @@ DEPENDENCIES
rb-fsevent
rdiscount
rubypants
+ sinatra (= 1.2.6)
stringex