README.md in capistrano-multiconfig-0.0.4 vs README.md in capistrano-multiconfig-3.0.0
- old
+ new
@@ -19,10 +19,18 @@
Add to `Capfile`
set :config, 'path/to/your/configurations'
require 'capistrano/multiconfig'
+## Capistrano3
+
+Use multiconfig v3.x.x
+
+## Capistrano2
+
+For legacy capistrano v2.x.x use multiconfig gem v0.0.x
+
## Example
Assume we need next configurations:
* services:billing:production
@@ -86,5 +94,16 @@
* config/deploy/apps.rb
* config/deploy/apps/blog.rb
* config/deploy/apps/blog/qa.rb
So it's easy to put shared configuration.
+
+
+## Testing
+
+ $ bundle install
+ $ rspec -fs spec
+
+## License
+
+* Copyright (c) 2013 Railsware [www.railsware.com](http://www.railsware.com)
+* [MIT](www.opensource.org/licenses/MIT)