This repository was archived by the owner on Jun 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ gem 'jekyll-sitemap'
77gem 'jekyll-page-hooks'
88gem 'octopress-codefence' , '~> 1.4'
99gem 'octopress-codeblock' , '~> 1.0'
10- gem 'octopress-gist' , '~> 1.2 '
10+ gem 'octopress-gist' , '~> 1.3 '
1111gem 'octopress-render-code' , '~> 1.0'
12+ gem 'octopress-render-tag' , '~> 1.0'
1213gem 'liquid' , '2.5.5'
1314gem 'redcarpet'
14- gem 'compass'
15- gem 'rubypants'
16- gem 'stringex'
15+ gem 'compass' , '~> 0.12'
16+ gem 'sass-globbing' , '~> 1.0'
17+ gem 'rubypants' , '~> 0.2'
18+ gem 'stringex' , '~> 1.4'
1719gem 'sinatra'
1820gem 'thin'
1921gem 'maruku' , '0.7.0'
Original file line number Diff line number Diff line change 5858 octopress-codefence (1.4.2 )
5959 jekyll-page-hooks (>= 1.0.2 )
6060 octopress-code-highlighter (~> 4.0.0 )
61- octopress-gist (1.2.0 )
62- octopress-code-highlighter (~> 4.0.0 )
61+ octopress-gist (1.3.3 )
62+ jekyll (~> 2.0.3 )
63+ octopress-code-highlighter (~> 4.0.2 )
6364 octopress-render-code (1.0.0 )
6465 jekyll (~> 2.0.3 )
6566 octopress-code-highlighter (~> 4.0.1 )
67+ octopress-render-tag (1.0.2 )
68+ jekyll (~> 2.0 )
69+ jekyll-page-hooks (~> 1.0 )
70+ octopress-tag-helpers (~> 1.0 )
71+ octopress-tag-helpers (1.0.1 )
72+ jekyll (~> 2.0 )
6673 parslet (1.5.0 )
6774 blankslate (~> 2.0 )
6875 posix-spawn (0.3.8 )
8188 rubypants (0.2.0 )
8289 safe_yaml (1.0.3 )
8390 sass (3.2.19 )
91+ sass-globbing (1.1.1 )
92+ sass (>= 3.1 )
8493 sinatra (1.4.5 )
8594 rack (~> 1.4 )
8695 rack-protection (~> 1.4 )
8796 tilt (~> 1.3 , >= 1.3.4 )
88- stringex (2 .5.2 )
97+ stringex (1 .5.1 )
8998 thin (1.6.2 )
9099 daemons (>= 1.0.9 )
91100 eventmachine (>= 1.0.0 )
@@ -100,21 +109,23 @@ PLATFORMS
100109 ruby
101110
102111DEPENDENCIES
103- compass
112+ compass ( ~> 0.12 )
104113 jekyll (~> 2.0 )
105114 jekyll-page-hooks
106115 jekyll-sitemap
107116 liquid (= 2.5.5 )
108117 maruku (= 0.7.0 )
109118 octopress-codeblock (~> 1.0 )
110119 octopress-codefence (~> 1.4 )
111- octopress-gist (~> 1.2 )
120+ octopress-gist (~> 1.3 )
112121 octopress-render-code (~> 1.0 )
122+ octopress-render-tag (~> 1.0 )
113123 rack
114124 rake
115125 redcarpet
116126 rouge
117- rubypants
127+ rubypants (~> 0.2 )
128+ sass-globbing (~> 1.0 )
118129 sinatra
119- stringex
130+ stringex ( ~> 1.4 )
120131 thin
Original file line number Diff line number Diff line change 11# Custom filters for Octopress
2- require 'jekyll-page-hooks'
32require 'octopress-codefence'
43require 'octopress-codeblock'
54require 'octopress-gist'
65require 'octopress-render-code'
7- require './plugins/raw '
6+ require 'octopress-render-tag '
87
98module OctopressLiquidFilters
109 include Octopress ::Date
@@ -100,5 +99,5 @@ def titlecase(input)
10099 end
101100
102101end
103- Liquid ::Template . register_filter OctopressLiquidFilters
104102
103+ Liquid ::Template . register_filter OctopressLiquidFilters
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments