Rakefile in win32-autogui-0.4.0 vs Rakefile in win32-autogui-0.4.1

- old
+ new

@@ -1,12 +1,12 @@ # encoding: utf-8 -# bundler/setup is managing $LOAD_PATH, any gem needed by this Rakefile must +# bundler/setup is managing $LOAD_PATH, any gem needed by this Rakefile must # be listed as a development dependency in the gemspec require 'rubygems' -require 'bundler/setup' +require 'bundler/setup' # TODO: remove this once issue corrected # Bundler broken up to 1.0.7 on Windows module Bundler class GemHelper @@ -58,10 +58,10 @@ desc "Remove generated documenation" task :clean do rm_r doc_destination if File.exists?(doc_destination) end - + desc "List undocumented objects" task :undocumented do system('yard stats --list-undoc') end