README.rdoc in tarantula-0.4.1 vs README.rdoc in tarantula-0.4.2
- old
+ new
@@ -9,11 +9,11 @@
=== Installation
The latest and greatest version is always available on GitHub. (See the rakefile for dependencies, or
just let RubyGems handle it). Add it to your Gemfile as normal:
-gem "tarantula", "0.4.1"
+ gem "tarantula"
=== Crawling Your App
Use the included rake task to create a Rails integration test that will allow Tarantula to crawl your
app.
@@ -122,16 +122,10 @@
The above will crawl your app twice, and each specific crawl will timeout if it takes longer then 5 minutes. You may need a timeout to keep the tarantula test time reasonable if your app is large or just happens to have a large amount of 'never-ending' links, such as with an any sort of "auto-admin" interface.
== Bugs/Requests
-Please submit your bug reports, patches, or feature requests at Lighthouse:
-
-http://relevance.lighthouseapp.com/projects/17868-tarantula/overview
-
-You can view the continuous integration results for Tarantula, including results against all supported versions of Rails, on RunCodeRun here:
-
-http://runcoderun.com/relevance/tarantula
+Please submit your bug reports, patches, or feature requests in Github Issues.
== License
Tarantula is released under the MIT license.