aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-11 07:56:04 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-11 07:56:04 -0400
commit14ba4cfd3c6455d06f4aae997fda1e9ea083cdea (patch)
tree61e843a3495eac400cfed23e0f872a30a7f6a1a3 /Gemfile
parent8d3731e0dc684c8798c652d5d433721e95057c27 (diff)
downloadmy_new_personal_website-14ba4cfd3c6455d06f4aae997fda1e9ea083cdea.tar.xz
my_new_personal_website-14ba4cfd3c6455d06f4aae997fda1e9ea083cdea.zip
1. Reduced dependencies and updated the gemfile
2. Added whole vendor directory to .gitignore for `bundle package` users 3. Removed guard tasks and replaced serve tasks in Rakefile. 3. Reorganized rake tasks and cleaned up the Rakefile.
Diffstat (limited to '')
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock28
2 files changed, 0 insertions, 31 deletions
diff --git a/Gemfile b/Gemfile
index b7473d16..4c3b7a40 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,3 @@ gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
gem 'rubypants'
-gem 'rb-fsevent'
-gem 'guard-livereload'
-gem 'serve'
diff --git a/Gemfile.lock b/Gemfile.lock
index e8ce6a80..6ec67893 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,8 +2,6 @@ GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.7)
- activesupport (3.0.7)
- addressable (2.2.6)
chunky_png (1.2.0)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
@@ -12,45 +10,22 @@ GEM
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)
fssm (0.2.7)
- guard (0.3.4)
- thor (~> 0.14.6)
- guard-livereload (0.1.11)
- em-websocket (~> 0.2.0)
- guard (>= 0.2.2)
- json (~> 1.5.1)
haml (3.1.1)
- i18n (0.6.0)
jekyll (0.10.0)
classifier (>= 1.3.1)
directory_watcher (>= 1.1.1)
liquid (>= 1.9.0)
maruku (>= 0.5.9)
- json (1.5.1)
liquid (2.2.2)
maruku (0.6.0)
syntax (>= 1.0.0)
- 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.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
ruby
@@ -58,11 +33,8 @@ PLATFORMS
DEPENDENCIES
RedCloth
compass (>= 0.11)
- guard-livereload
haml (>= 3.1)
jekyll
rake
- rb-fsevent
rdiscount
rubypants
- serve