data/tasks/manifest.rake in bones-1.3.0 vs data/tasks/manifest.rake in bones-1.3.1

- old
+ new

@@ -34,8 +34,11 @@ end files << fn unless test ?f, fn File.open(fn, 'w') {|fp| fp.puts files.sort} end -end +end # namespace :manifest + +desc 'Alias to manifest:check' +task :manifest => 'manifest:check' # EOF