README.rdoc in capistrano-configuration-0.2.0 vs README.rdoc in capistrano-configuration-0.2.1

- old
+ new

@@ -5,11 +5,11 @@ (especially when you have multiple deploy stages in one repository) == Installation - sudo gem install kete-capistrano-configuration --source=http://gems.github.com + sudo gem install capistrano-configuration --source=http://gemcutter.org == Usage Simply add the following to your deploy.rb file: @@ -26,10 +26,10 @@ environment 'production' do config 'username', 'app_production' config 'password', 'secret_production' end end - + configure :google_map_key do config 'map_key', 'u232398b208x9830x30xb383' end The gem will take care of the rest. It stores your configurations, \ No newline at end of file