Skip to content

Commit

Permalink
add '# encoding : utf-8' to files
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLavin committed Oct 12, 2012
1 parent b558e29 commit bfc975e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/htmls_to_pdf.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# encoding : utf-8

require 'htmls_to_pdf/pdfkit_config'
require 'htmls_to_pdf/htmls_to_pdf'
2 changes: 2 additions & 0 deletions lib/htmls_to_pdf/htmls_to_pdf.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding : utf-8

require 'rubygems'
require 'fileutils'
require 'pdfkit'
Expand Down
2 changes: 2 additions & 0 deletions lib/htmls_to_pdf/pdfkit_config.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding : utf-8

require 'pdfkit'

PDFKit.configure do |config|
Expand Down
2 changes: 2 additions & 0 deletions lib/htmls_to_pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding : utf-8

module HtmlsToPdf
VERSION = "0.0.9"
end

0 comments on commit bfc975e

Please sign in to comment.