data/deploy.rb in mina-0.3.1 vs data/deploy.rb in mina-0.3.2

- old
+ new

@@ -29,10 +29,10 @@ # This task is the environment that is loaded for most commands, such as # `mina deploy` or `mina rake`. task :environment do # If you're using rbenv, use this to load the rbenv environment. - # Be sure to commit your .rbenv-version to your repository. + # Be sure to commit your .ruby-version or .rbenv-version to your repository. # invoke :'rbenv:load' # For those using RVM, use this to load an RVM version@gemset. # invoke :'rvm:use[ruby-1.9.3-p125@default]' end