diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-05-30 00:30:16 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-05-30 00:30:16 -0400 |
commit | 8698a276f937cb1cd6f67f7f213e2ea438500d7e (patch) | |
tree | 3963ed8f9750cd565087ce54fe8de38d9f5c606d /Gemfile | |
parent | c7d5365f81552cae16bbb91696ca3e67b4a0a2e9 (diff) | |
download | my_new_personal_website-8698a276f937cb1cd6f67f7f213e2ea438500d7e.tar.xz my_new_personal_website-8698a276f937cb1cd6f67f7f213e2ea438500d7e.zip |
Cleaned out public from repository, updated gitignore, added syntax
highlighting tests, improved syntax highlighting and styling of pre
blocks.
Overriding dynamic gist styling.
Added a plugin for pygments caching which should speed things up
terrifically.
added ender.js as a lightweight way of scripting the DOM, events, etc.
Some general typography and semantic html improvements.
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Gemfile.lock | 23 |
2 files changed, 12 insertions, 14 deletions
@@ -1,4 +1,4 @@ -source :rubygems +source "http://rubygems.org" gem 'rake' gem 'jekyll' @@ -8,6 +8,5 @@ gem 'haml', '>= 3.1' gem 'compass', '>= 0.11' gem 'rubypants' gem 'rb-fsevent' -gem 'guard-shell' gem 'guard-livereload' gem 'serve' diff --git a/Gemfile.lock b/Gemfile.lock index e88c8632..e8ce6a80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: RedCloth (4.2.7) activesupport (3.0.7) - addressable (2.2.5) + addressable (2.2.6) chunky_png (1.2.0) classifier (1.3.3) fast-stemmer (>= 1.0.0) @@ -24,10 +24,8 @@ GEM em-websocket (~> 0.2.0) guard (>= 0.2.2) json (~> 1.5.1) - guard-shell (0.1.1) - guard (>= 0.2.0) haml (3.1.1) - i18n (0.4.2) + i18n (0.6.0) jekyll (0.10.0) classifier (>= 1.3.1) directory_watcher (>= 1.1.1) @@ -37,19 +35,21 @@ GEM liquid (2.2.2) maruku (0.6.0) syntax (>= 1.0.0) - rack (1.2.2) - rake (0.8.7) + rack (1.3.0) + rake (0.9.0) rb-fsevent (0.4.0) rdiscount (1.6.8) rubypants (0.2.0) sass (3.1.1) - serve (1.0.0) - activesupport (~> 3.0.1) - i18n (~> 0.4.1) - rack (~> 1.2.1) - tzinfo (~> 0.3.23) + serve (1.1.0) + activesupport (~> 3.0.7) + i18n (~> 0.6.0) + rack (~> 1.3.0) + tilt (~> 1.3.1) + tzinfo (~> 0.3.27) syntax (1.0.0) thor (0.14.6) + tilt (1.3.2) tzinfo (0.3.27) PLATFORMS @@ -59,7 +59,6 @@ DEPENDENCIES RedCloth compass (>= 0.11) guard-livereload - guard-shell haml (>= 3.1) jekyll rake |