README.rdoc in tarantula-0.4.3 vs README.rdoc in tarantula-0.5.0
- old
+ new
@@ -14,9 +14,13 @@
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"
+Or for Rails 3 applications:
+
+ gem 'tarantula', :require => 'tarantula-rails3'
+
=== Crawling Your App
Use the included rake task to create a Rails integration test that will allow Tarantula to crawl your
app.