mirror of
https://github.com/lloeki/tilt-pdf-rails.git
synced 2025-12-06 10:34:42 +01:00
FIX #2: requiring actionview fails and is useless
This commit is contained in:
parent
772a8a195e
commit
b08ce7b2b3
3 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
tilt-pdf (0.1.0)
|
tilt-pdf (0.1.2)
|
||||||
pdfkit (~> 0.5.4)
|
pdfkit (~> 0.5.4)
|
||||||
tilt (~> 1.4.1)
|
tilt (~> 1.4.1)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
require 'tilt-pdf'
|
require 'tilt-pdf'
|
||||||
require 'action_view/template/handlers'
|
|
||||||
|
|
||||||
module ActionView
|
module ActionView
|
||||||
class Template
|
class Template
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
module Tilt
|
module Tilt
|
||||||
module PDF
|
module PDF
|
||||||
VERSION = '0.1.1'
|
VERSION = '0.1.2'
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue