data/tasks/manifest.rake in bones-1.1.1 vs data/tasks/manifest.rake in bones-1.1.2

- old
+ new

@@ -2,10 +2,10 @@ require 'find' namespace :manifest do - desc 'Verify the manfiest' + desc 'Verify the manifest' task :check do fn = 'Manifest.tmp' files = [] exclude = Regexp.new(PROJ.exclude.join('|')) Find.find '.' do |path|