Sha256: 9618a7b5f9066287196e17d4180f29db89f764c1768fac6d42cfee315d390de3

Contents?: true

Size: 232 Bytes

Versions: 20

Compression:

Stored size: 232 Bytes

Contents

# Checks to help the user.
#
namespace :check do

  desc 'Checks the index files for files that are suspiciously small or missing.'
  task :index => :application do
    Indexes.check_caches
    puts "All indexes look ok."
  end

end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
picky-2.6.0 lib/tasks/checks.rake
picky-2.5.2 lib/tasks/checks.rake
picky-2.5.1 lib/tasks/checks.rake
picky-2.5.0 lib/tasks/checks.rake
picky-2.4.3 lib/tasks/checks.rake
picky-2.4.2 lib/tasks/checks.rake
picky-2.4.1 lib/tasks/checks.rake
picky-2.4.0 lib/tasks/checks.rake
picky-2.3.0 lib/tasks/checks.rake
picky-2.2.1 lib/tasks/checks.rake
picky-2.2.0 lib/tasks/checks.rake
picky-2.1.2 lib/tasks/checks.rake
picky-2.1.1 lib/tasks/checks.rake
picky-2.1.0 lib/tasks/checks.rake
picky-2.0.0 lib/tasks/checks.rake
picky-2.0.0.pre3 lib/tasks/checks.rake
picky-2.0.0.pre2 lib/tasks/checks.rake
picky-2.0.0.pre1 lib/tasks/checks.rake
picky-1.5.4 lib/tasks/checks.rake
picky-1.5.3 lib/tasks/checks.rake