Module: WkhtmltopdfInstaller

Extended by:
WkhtmltopdfInstaller
Included in:
WkhtmltopdfInstaller
Defined in:
lib/wkhtmltopdf_installer.rb,
lib/wkhtmltopdf_installer/version.rb

Constant Summary collapse

VERSION =

VERSION corresponds to wkhtmltopdf’s version

'0.12.6'
RELEASE_ITERATION =
2
GEM_VERSION =
"#{VERSION}.#{RELEASE_ITERATION}"
BINARIES_VERSION =
"0.12.6-1"

Instance Method Summary collapse

Instance Method Details

#libexec_dirObject



6
7
8
# File 'lib/wkhtmltopdf_installer.rb', line 6

def libexec_dir
  "#{File.dirname(__FILE__)}/../libexec"
end

#wkhtmltopdf_pathObject



10
11
12
# File 'lib/wkhtmltopdf_installer.rb', line 10

def wkhtmltopdf_path
  "#{libexec_dir}/wkhtmltopdf"
end