Skip to content

Commit

Permalink
stop using rubypants
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Aug 26, 2008
1 parent e34a1f7 commit 2a23bc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions git-wiki.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
git
haml
sass
bluecloth
rubypants).each { |dependency| require dependency }
bluecloth).each { |dependency| require dependency }

begin
require 'thin'
Expand All @@ -16,7 +15,7 @@

class String
def to_html
BlueCloth.new(RubyPants.new(self).to_html).to_html.linkify
BlueCloth.new(self).to_html.linkify
end

def linkify
Expand Down

0 comments on commit 2a23bc0

Please sign in to comment.