Rakefile in with_model-0.2.4 vs Rakefile in with_model-0.2.5

- old
+ new

@@ -36,10 +36,10 @@ end namespace "doc" do desc "Generate README and preview in browser" task "readme" do - sh "rdoc -c utf8 README.rdoc && open doc/files/README_rdoc.html" + sh "rdoc -c utf8 README.rdoc && open doc/README_rdoc.html" end end task :default => :spec