BlueCloth

changeset 155:fd890510cecf

Removed unnecessary requires from top-level file
author Michael Granger <ged@FaerieMUD.org>
date Thu, 10 Feb 2011 07:39:54 -0800
parents 943f4db9e0dd
children 0c67871f618b
files lib/bluecloth.rb
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/lib/bluecloth.rb	Wed Feb 09 18:28:09 2011 -0800
     1.2 +++ b/lib/bluecloth.rb	Thu Feb 10 07:39:54 2011 -0800
     1.3 @@ -1,8 +1,5 @@
     1.4  #!/usr/bin/ruby
     1.5  
     1.6 -require 'pathname'
     1.7 -require 'rbconfig'
     1.8 -
     1.9  # 
    1.10  # Bluecloth is a Ruby implementation of Markdown, a text-to-HTML conversion
    1.11  # tool.