README.txt in capistrano-extensions-0.1.4 vs README.txt in capistrano-extensions-0.1.5
- old
+ new
@@ -4,11 +4,11 @@
== DESCRIPTION/FEATURES:
This gem provides a base set of Capistrano extensions including the following:
* a new :gemfile RemoteDependency type
- * tasks/helpers for handling public asset folders (e.g. created by the file_column plugin)
+ * tasks/helpers for handling public and private asset folders (e.g. created by the file_column plugin)
* tasks/helpers for auto-syncing server gems (via integration with Chad Wooley's GemInstaller gem)
* helpers for dealing with multiple deployable environments (e.g. staging, prodtest, production)
* tasks for working with remote logfiles
* tasks for database/asset synchronization from production back to local environments
@@ -18,11 +18,11 @@
FIX (code sample of usage)
== REQUIREMENTS:
-* Capistrano >= 2.4.3
-* GemInstaller = 0.4.3
+* Capistrano ~> 2.5.4
+* GemInstaller ~> 0.5.0
== INSTALL:
* sudo gem install capistrano-extensions