diff --git a/.document b/.document new file mode 100644 index 0000000..440f0cb --- /dev/null +++ b/.document @@ -0,0 +1,4 @@ +README.rdoc +lib/**/*.rb +History.txt +MIT-LICENSE.txt \ No newline at end of file diff --git a/Rakefile b/Rakefile index a0e26d3..08ff95e 100644 --- a/Rakefile +++ b/Rakefile @@ -77,7 +77,7 @@ end desc "Generate RDoc" task :docs do - system "hanna -x Rakefile -x spec -x '.js' --title 'Webrat #{Webrat::VERSION} API Documentation'" + system "hanna --title 'Webrat #{Webrat::VERSION} API Documentation'" end desc "Run specs using jruby"