Skip to content

Commit

Permalink
Rolling back version of RedCarpet
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Jan 17, 2012
1 parent 2cdefa6 commit bea2892
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -3,8 +3,8 @@ source "http://rubygems.org"
gem 'sinatra', '1.2.6' gem 'sinatra', '1.2.6'
gem 'rake' gem 'rake'
gem 'rack' gem 'rack'
gem 'jekyll' gem 'jekyll', :git => "https://github.com/mojombo/jekyll.git"
gem 'redcarpet' gem 'redcarpet', '1.17.2'
gem 'heroku' gem 'heroku'
gem 'RedCloth' gem 'RedCloth'
gem 'haml', '>= 3.1' gem 'haml', '>= 3.1'
Expand Down
25 changes: 15 additions & 10 deletions Gemfile.lock
@@ -1,3 +1,15 @@
GIT
remote: https://github.com/mojombo/jekyll.git
revision: fa6d0137919e089b406a19e9c1a293b712d82ce4
specs:
jekyll (0.11.2)
albino (~> 1.3)
classifier (~> 1.3)
directory_watcher (~> 1.1)
kramdown (~> 0.13)
liquid (~> 2.3)
maruku (~> 0.5)

GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
Expand All @@ -21,13 +33,6 @@ GEM
rest-client (~> 1.6.1) rest-client (~> 1.6.1)
rubyzip rubyzip
term-ansicolor (~> 1.0.5) term-ansicolor (~> 1.0.5)
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.4) kramdown (0.13.4)
launchy (2.0.5) launchy (2.0.5)
addressable (~> 2.2.6) addressable (~> 2.2.6)
Expand All @@ -40,7 +45,7 @@ GEM
rack (1.4.0) rack (1.4.0)
rake (0.9.2.2) rake (0.9.2.2)
rb-fsevent (0.4.3.1) rb-fsevent (0.4.3.1)
redcarpet (2.0.1) redcarpet (1.17.2)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
rubypants (0.2.0) rubypants (0.2.0)
Expand All @@ -62,12 +67,12 @@ DEPENDENCIES
compass (>= 0.11) compass (>= 0.11)
haml (>= 3.1) haml (>= 3.1)
heroku heroku
jekyll jekyll!
nokogiri nokogiri
rack rack
rake rake
rb-fsevent rb-fsevent
redcarpet redcarpet (= 1.17.2)
rubypants rubypants
sinatra (= 1.2.6) sinatra (= 1.2.6)
stringex stringex
2 changes: 1 addition & 1 deletion public/stylesheets/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/stylesheets/screen.css

Large diffs are not rendered by default.

0 comments on commit bea2892

Please sign in to comment.