FIX #2: requiring actionview fails and is useless

This commit is contained in:
Loic Nageleisen 2013-12-14 20:31:50 +01:00
parent 772a8a195e
commit b08ce7b2b3
3 changed files with 2 additions and 4 deletions

View file

@ -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)

View file

@ -1,5 +1,4 @@
require 'tilt-pdf' require 'tilt-pdf'
require 'action_view/template/handlers'
module ActionView module ActionView
class Template class Template

View file

@ -1,6 +1,5 @@
module Tilt module Tilt
module PDF module PDF
VERSION = '0.1.1' VERSION = '0.1.2'
end end
end end