Sha256: 42f3155d44045b246ebc39cb0d8e055e79ed6bad378455e27f5967356487bbdc

Contents?: true

Size: 262 Bytes

Versions: 11

Compression:

Stored size: 262 Bytes

Contents

# Tasks for testing your engine configuration in the terminal.
#
desc 'Simple terminal search - pass it an URL to search on, e.g. /books.'
task :search do
  puts <<-DEPRECATED
Deprecated. New usage:
  picky search <URL> [<result id amount = 20>]
  DEPRECATED
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
picky-2.6.0 lib/tasks/search.rake
picky-2.5.2 lib/tasks/search.rake
picky-2.5.1 lib/tasks/search.rake
picky-2.5.0 lib/tasks/search.rake
picky-2.4.3 lib/tasks/search.rake
picky-2.4.2 lib/tasks/search.rake
picky-2.4.1 lib/tasks/search.rake
picky-2.4.0 lib/tasks/search.rake
picky-2.3.0 lib/tasks/search.rake
picky-2.2.1 lib/tasks/search.rake
picky-2.2.0 lib/tasks/search.rake