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,5 +1,4 @@
require 'tilt-pdf'
require 'action_view/template/handlers'
module ActionView
class Template

View file

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