README.md in h2ocube_rails_sunspot-0.0.2 vs README.md in h2ocube_rails_sunspot-0.0.3
- old
+ new
@@ -26,9 +26,17 @@
Add sunspot to Capfile
require 'capistrano/sunspot'
+Sunspot tasks for Capistrano v3:
+
+ cap sunspot:setup_solr_data_dir
+ cap sunspot:link_to_solr_shared_dirs
+ cap sunspot:start
+ cap sunspot:stop
+ cap sunspot:reindex
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)