split tilt-pdf and tilt-pdf-rails

This commit is contained in:
Loic Nageleisen 2014-02-24 09:36:39 +01:00
parent 844f5f1036
commit 90a53b544f
8 changed files with 39 additions and 336 deletions

View file

@ -0,0 +1,7 @@
module Tilt
module PDF
module Rails
VERSION = '0.10.0'
end
end
end

View file

@ -1,5 +0,0 @@
module Tilt
module PDF
VERSION = '0.9.0'
end
end