mirror of
https://github.com/lloeki/tilt-pdf-rails.git
synced 2025-12-06 10:34:42 +01:00
missing require (and make it v0.1.1)
This commit is contained in:
parent
b5dafd730b
commit
772a8a195e
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
require 'pdfkit'
|
||||
require 'tilt'
|
||||
require 'tilt/template'
|
||||
require 'yaml'
|
||||
|
||||
module Tilt
|
||||
class PDFTemplate < Template
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module Tilt
|
||||
module PDF
|
||||
VERSION = '0.1.0'
|
||||
VERSION = '0.1.1'
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue