capcake 2.0.2 → 2.0.3
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.
- data/lib/capcake.rb +3 -3
- metadata +3 -3
data/lib/capcake.rb
CHANGED
|
@@ -503,7 +503,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
503
503
|
desc <<-DESC
|
|
504
504
|
Creates MySQL database, database user and grants permissions on DB servers
|
|
505
505
|
DESC
|
|
506
|
-
task :create, :roles => :db, :except => { :
|
|
506
|
+
task :create, :roles => :db, :except => { :no_release => true } do
|
|
507
507
|
require 'erb'
|
|
508
508
|
|
|
509
509
|
_cset :mysql_admin_user, defaults(Capistrano::CLI.ui.ask("username [root]:"), 'root')
|
|
@@ -530,7 +530,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
530
530
|
desc <<-DESC
|
|
531
531
|
Creates database tables on primary DB servers
|
|
532
532
|
DESC
|
|
533
|
-
task :schema, :roles => :db, :primary => true, :except => { :
|
|
533
|
+
task :schema, :roles => :db, :primary => true, :except => { :no_release => true } do
|
|
534
534
|
# ...
|
|
535
535
|
end
|
|
536
536
|
desc <<-DESC
|
|
@@ -571,4 +571,4 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
571
571
|
|
|
572
572
|
end
|
|
573
573
|
|
|
574
|
-
end # Capistrano::Configuration.instance(:must_exist).load do
|
|
574
|
+
end # Capistrano::Configuration.instance(:must_exist).load do
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 2
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 2.0.
|
|
8
|
+
- 3
|
|
9
|
+
version: 2.0.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jad Bitar
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2012-02-
|
|
17
|
+
date: 2012-02-09 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|