Skip to content

Commit

Permalink
Add gemfile for ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Jul 31, 2012
1 parent aae8486 commit e3e2792
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
# A sample Gemfile
source "https://rubygems.org"

gem "jekyll"

gem "redcarpet"
30 changes: 30 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
albino (1.3.3)
posix-spawn (>= 0.3.6)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
directory_watcher (1.4.1)
fast-stemmer (1.0.1)
jekyll (0.11.2)
albino (~> 1.3)
classifier (~> 1.3)
directory_watcher (~> 1.1)
kramdown (~> 0.13)
liquid (~> 2.3)
maruku (~> 0.5)
kramdown (0.13.7)
liquid (2.3.0)
maruku (0.6.0)
syntax (>= 1.0.0)
posix-spawn (0.3.6)
redcarpet (2.1.1)
syntax (1.0.0)

PLATFORMS
ruby

DEPENDENCIES
jekyll
redcarpet
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -8,6 +8,5 @@

### Installation

1. `gem install jekyll`
2. `gem install redcarpet` (used for improved markdown parsing)
1. `bundle install`
3. `sudo easy_install Pygments` (used for syntax highlighting)

0 comments on commit e3e2792

Please sign in to comment.