aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-11 15:23:54 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-11 15:23:54 -0400
commit814be44c151088dfb90d6a01281c9206151b0a88 (patch)
tree0e74ad749c04e17576bb0770bf4fa8612769dd17 /Gemfile
parent14ba4cfd3c6455d06f4aae997fda1e9ea083cdea (diff)
downloadmy_new_personal_website-814be44c151088dfb90d6a01281c9206151b0a88.tar.xz
my_new_personal_website-814be44c151088dfb90d6a01281c9206151b0a88.zip
1. Improved responsive navigation styling when email subscription is present
2. Refactored subscription styling to be more DRY 3. Added an image for email subscriptions 4. Added assets directory to the gitignore for stashing working files 5. Improved gem list in the Gemfile
Diffstat (limited to '')
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4c3b7a40..15c570ba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,3 +7,4 @@ gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
gem 'rubypants'
+gem 'rb-fsevent'
diff --git a/Gemfile.lock b/Gemfile.lock
index 6ec67893..faf2dd66 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -22,6 +22,7 @@ GEM
maruku (0.6.0)
syntax (>= 1.0.0)
rake (0.9.0)
+ rb-fsevent (0.4.0)
rdiscount (1.6.8)
rubypants (0.2.0)
sass (3.1.1)
@@ -36,5 +37,6 @@ DEPENDENCIES
haml (>= 3.1)
jekyll
rake
+ rb-fsevent
rdiscount
rubypants