Sha256: e27e8ee10cf1a05abbb875440f45265c40f8cb08d8dc89e8b90822c6a7eb10b4
Contents?: true
Size: 381 Bytes
Versions: 2
Compression:
Stored size: 381 Bytes
Contents
require "rake" require_relative "download" module Tika module RakeTasks extend ::Rake::DSL def self.install namespace :tika_app do desc "Download Tika app (TIKA_VERSION=[#{Download::DEFAULT_TIKA_VERSION}]" \ " TIKA_PATH=[#{App::DEFAULT_TIKA_PATH}])" task :download do Download.call end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tika-app-0.2.1 | lib/tika/rake_tasks.rb |
tika-app-0.2.0 | lib/tika/rake_tasks.rb |