Skip to content

Commit

Permalink
add rouge, drop maruku
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Oct 27, 2015
1 parent b677b26 commit 10b6ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/github-pages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def self.gems
"liquid" => "3.0.6",

# Highlighters
"pygments.rb" => "0.6.3",
"rouge" => "1.10.1",

# Plugins
"jemoji" => "0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion spec/github-pages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
expect(described_class.versions).to include("github-pages")
end

%w[jekyll kramdown liquid maruku rdiscount redcarpet RedCloth].each do |gem|
%w[jekyll kramdown liquid rouge rdiscount redcarpet RedCloth].each do |gem|
it "exposes #{gem} dependency version" do
expect(described_class.gems[gem]).to be_a(String)
expect(described_class.gems[gem]).not_to be_empty
Expand Down

0 comments on commit 10b6ca7

Please sign in to comment.