diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-05-15 18:33:00 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-05-15 18:33:00 -0400 |
commit | c7d5365f81552cae16bbb91696ca3e67b4a0a2e9 (patch) | |
tree | 76c57e41828a3492535cde7fe82bef98ccea0eb4 /Gemfile.lock | |
parent | e4c2d5790bac6a74037638fde049c374fc44cc7b (diff) | |
download | my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.tar.xz my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.zip |
major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 45 |
1 files changed, 20 insertions, 25 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 80c455de..e88c8632 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,53 +1,48 @@ GEM remote: http://rubygems.org/ specs: - RedCloth (4.2.3) - activesupport (3.0.5) - addressable (2.2.4) - chunky_png (1.1.0) + RedCloth (4.2.7) + activesupport (3.0.7) + addressable (2.2.5) + chunky_png (1.2.0) classifier (1.3.3) fast-stemmer (>= 1.0.0) - compass (0.11.beta.5) - chunky_png (~> 1.1.0) - sass (>= 3.1.0.alpha.249) - configuration (1.2.0) - directory_watcher (1.3.2) + compass (0.11.1) + chunky_png (~> 1.1) + fssm (>= 0.2.7) + sass (~> 3.1) + directory_watcher (1.4.0) em-websocket (0.2.1) addressable (>= 2.1.1) eventmachine (>= 0.12.9) eventmachine (0.12.10) fast-stemmer (1.0.0) - guard (0.3.0) - open_gem (~> 1.4.2) + fssm (0.2.7) + guard (0.3.4) thor (~> 0.14.6) - guard-livereload (0.1.9) + guard-livereload (0.1.11) em-websocket (~> 0.2.0) guard (>= 0.2.2) - json (~> 1.4.6) + json (~> 1.5.1) guard-shell (0.1.1) guard (>= 0.2.0) - haml (3.1.0.alpha.147) + haml (3.1.1) i18n (0.4.2) jekyll (0.10.0) classifier (>= 1.3.1) directory_watcher (>= 1.1.1) liquid (>= 1.9.0) maruku (>= 0.5.9) - json (1.4.6) - launchy (0.3.7) - configuration (>= 0.0.5) - rake (>= 0.8.1) + json (1.5.1) liquid (2.2.2) maruku (0.6.0) syntax (>= 1.0.0) - open_gem (1.4.2) - launchy (~> 0.3.5) - rack (1.2.1) + rack (1.2.2) rake (0.8.7) rb-fsevent (0.4.0) rdiscount (1.6.8) rubypants (0.2.0) - sass (3.1.0.alpha.252) + sass (3.1.1) serve (1.0.0) activesupport (~> 3.0.1) i18n (~> 0.4.1) @@ -55,17 +50,17 @@ GEM tzinfo (~> 0.3.23) syntax (1.0.0) thor (0.14.6) - tzinfo (0.3.24) + tzinfo (0.3.27) PLATFORMS ruby DEPENDENCIES RedCloth - compass (= 0.11.beta.5) + compass (>= 0.11) guard-livereload guard-shell - haml (= 3.1.0.alpha.147) + haml (>= 3.1) jekyll rake rb-fsevent |