templates/config/deploy.rb in mana-0.0.3 vs templates/config/deploy.rb in mana-0.0.4
- old
+ new
@@ -2,10 +2,10 @@
set :repository, 'git@github.com:author/application.git' #TODO: change this to repository
set :default_stage, :vagrant
-set :ruby_version, '1.9.3-p194'
+set :care_about_ruby_version, false
set :postgresql, version: '9.1'
set :monit,
notify_email: 'admin@application.com', #TODO: change this to your email to receive monit alerts