bin/gitdoc in gitdoc-3.1.0 vs bin/gitdoc in gitdoc-3.2.0

- old
+ new

@@ -17,10 +17,10 @@ GitDoc! END rakefile = <<-END -require 'bundler/setup' unless $LOAD_PATH.detect { |p| p =~ /gitdoc$/ } +require 'bundler/setup' unless $LOAD_PATH.last =~ /gitdoc$/ require 'gitdoc/tasks' END gemfile = <<-END source :rubygems \ No newline at end of file