Sha256: 2db1f5ef8550660b1cd872a75178089c8c1aa1508155fd37b36100f713226273
Contents?: true
Size: 394 Bytes
Versions: 29
Compression:
Stored size: 394 Bytes
Contents
# Checks to help the user. # desc 'Checks if index files are small/missing (index, category optional).' task :check, [:index, :category] => :application do |_, options| index, category = options.index, options.category specific = Picky::Indexes specific = specific[index] if index specific = specific[category] if category specific.check puts "All checked indexes look ok." end
Version data entries
29 entries across 29 versions & 1 rubygems