Rakefile in patternmatching-0.1.2 vs Rakefile in patternmatching-0.1.3

- old
+ new

@@ -57,10 +57,11 @@ CLEAN.include ['**/.*.sw?', '*.gem', '.config', '**/.DS_Store'] RDOC_OPTS = ['--quiet', '--title', 'patternmatching documentation', "--opname", "index.html", "--line-numbers", "--main", "README", - "--inline-source"] + "--inline-source", + "--all" ] class Hoe def extra_deps @extra_deps.reject { |x| Array(x).first == 'hoe' } end