Rakefile in markdown_helper-2.1.0 vs Rakefile in markdown_helper-2.2.0
- old
+ new
@@ -24,10 +24,9 @@
end
desc 'Build usage for executables'
task :usages do
%w/
- create_page_toc
include
/.each do |executable_name|
usage_text = `ruby bin/_#{executable_name} --help`
usage_file_path = "bin/usage/#{executable_name}.txt"
File.open(usage_file_path, 'w') do |file|