ms_deploy 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,11 +15,11 @@ Capistrano::Configuration.instance.load do
15
15
  end
16
16
 
17
17
  task :database do
18
- set :db_admin_user, 'root'
19
- set :db_admin_password, Capistrano::CLI.password_prompt("Type your mysql password for user '#{db_admin_user}' (not set if empty): ")
20
- set :db_name, application.gsub(/\W+/, '')[0..5] + '_' + rails_env.to_s
21
- set :db_user_name, application
22
- set :db_user_password, ''
18
+ _cset :db_admin_user, 'root'
19
+ _cset :db_admin_password, Capistrano::CLI.password_prompt("Type your mysql password for user '#{db_admin_user}' (not set if empty): ")
20
+ _cset :db_name, application.gsub(/\W+/, '')[0..5] + '_' + rails_env.to_s
21
+ _cset :db_user_name, application
22
+ _cset :db_user_password, ''
23
23
 
24
24
  unless db_admin_password.to_s.empty?
25
25
  unless database_exits?
@@ -1,3 +1,3 @@
1
1
  module MsDeploy
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ms_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-04 00:00:00.000000000 Z
12
+ date: 2012-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gemcutter