Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit 397a5ec

Browse files
committed
Update to latest in octopress#1590
imathis/octopress#1590 imathis/octopress@ddf78cc
1 parent 6f007b8 commit 397a5ec

File tree

5 files changed

+7
-115
lines changed

5 files changed

+7
-115
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gem 'jekyll-page-hooks'
88
gem 'octopress-codefence', '~> 1.4'
99
gem 'octopress-codeblock', '~> 1.0'
1010
gem 'octopress-gist', '~> 1.2'
11+
gem 'octopress-render-code', '~> 1.0'
1112
gem 'liquid', '2.5.5'
1213
gem 'redcarpet'
1314
gem 'compass'

Gemfile.lock

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEM
5151
rb-inotify (>= 0.9)
5252
maruku (0.7.0)
5353
mercenary (0.3.3)
54-
octopress-code-highlighter (4.0.0)
54+
octopress-code-highlighter (4.0.2)
5555
colorator (~> 0.1.0)
5656
octopress-codeblock (1.0.0)
5757
octopress-code-highlighter (~> 4.0.0)
@@ -60,6 +60,9 @@ GEM
6060
octopress-code-highlighter (~> 4.0.0)
6161
octopress-gist (1.2.0)
6262
octopress-code-highlighter (~> 4.0.0)
63+
octopress-render-code (1.0.0)
64+
jekyll (~> 2.0.3)
65+
octopress-code-highlighter (~> 4.0.1)
6366
parslet (1.5.0)
6467
blankslate (~> 2.0)
6568
posix-spawn (0.3.8)
@@ -106,6 +109,7 @@ DEPENDENCIES
106109
octopress-codeblock (~> 1.0)
107110
octopress-codefence (~> 1.4)
108111
octopress-gist (~> 1.2)
112+
octopress-render-code (~> 1.0)
109113
rack
110114
rake
111115
redcarpet

plugins/include_code.rb

-73
This file was deleted.

plugins/octopress_filters.rb

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'octopress-codefence'
44
require 'octopress-codeblock'
55
require 'octopress-gist'
6+
require 'octopress-render-code'
67
require './plugins/raw'
78

89
module OctopressLiquidFilters

plugins/pygments_code.rb

-41
This file was deleted.

0 commit comments

Comments
 (0)