README.markdown in ts-resque-delta-1.1.0 vs README.markdown in ts-resque-delta-1.1.1

- old
+ new

@@ -11,13 +11,13 @@ gem install ts-resque-delta Add _ts-resque-delta_ to your **Gemfile** file, with the rest of your gem dependencies: - gem 'ts-resque-delta', '1.0.0', - :require => 'thinking_sphinx/deltas/resque_delta' + gem 'ts-resque-delta', '1.1.1' -And add the following line to your **Rakefile**: +If you're using Rails 3, the rake tasks will automatically be loaded by Rails. +If you're using Rails 2, add the following line to your **Rakefile**: require 'thinking_sphinx/deltas/resque_delta/tasks' Add the delta property to each `define_index` block: