Skip to content

Commit

Permalink
Trying to fix whacked html to pdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
whirlwin committed Aug 23, 2012
1 parent cdf0fed commit cb7d571
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
Gemfile.lock
*.gem
*.haml
*.jpg
Expand Down
1 change: 1 addition & 0 deletions Gemfile
@@ -0,0 +1 @@
gem 'wkhtmltopdf'
9 changes: 9 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,9 @@
GEM
specs:
wkhtmltopdf (0.1.2)

PLATFORMS
ruby

DEPENDENCIES
wkhtmltopdf
2 changes: 1 addition & 1 deletion bootstrappdf.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/whirlwin/bootstrappdf'
s.add_dependency 'haml'
s.add_dependency 'pdfkit'
s.add_dependency 'wkhtmltopdf'
#s.add_dependency 'wkhtmltopdf'
s.files = Dir.glob('{bin,lib}/**/*')
s.executables << 'bootstrappdf'
end

0 comments on commit cb7d571

Please sign in to comment.