Skip to content

Commit

Permalink
using included princely lib now for pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Mar 4, 2010
1 parent b598f9a commit d38634e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/showoff.rb
Expand Up @@ -3,13 +3,7 @@
require 'json'
require 'nokogiri'
require 'showoff_utils'

begin
require 'prawn'
require 'princely'
rescue LoadError
puts 'pdf generation disabled - install prawn'
end
require 'princely'

begin
require 'rdiscount'
Expand Down

0 comments on commit d38634e

Please sign in to comment.