Use Bundler for dependency management

This commit is contained in:
dbloete 2010-05-26 15:23:47 +08:00 committed by Brandon Mathis
parent 654428a309
commit 091ef1c6e1
3 changed files with 15 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
site
.bundle
.DS_Store
.rvmrc
.sass-cache

10
Gemfile Normal file
View File

@ -0,0 +1,10 @@
source "http://rubygems.org"
source "http://gems.github.com"
gem 'activesupport', "2.3.2"
gem 'henrik-jekyll'
gem 'compass'
gem 'compass-colors'
gem 'rdiscount'
gem 'fssm'
gem 'serve'

View File

@ -1,4 +1,7 @@
require 'active_support'
require "rubygems"
require "bundler"
Bundler.setup
require 'source/_helpers'
site_url = "http://yoursite.com" # deployed site url for sitemap.xml generator