ucb_deployer 0.4.0 → 0.4.1
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/bin/ucb_deploy +4 -4
- data/lib/ucb_deployer/version.rb +1 -1
- metadata +3 -3
data/bin/ucb_deploy
CHANGED
@@ -47,13 +47,13 @@ task :init => [:check_app] do
|
|
47
47
|
end
|
48
48
|
|
49
49
|
desc "Remove the maintenance file"
|
50
|
-
task :
|
51
|
-
@deployer.
|
50
|
+
task :enable_web => [:init] do
|
51
|
+
@deployer.enable_web()
|
52
52
|
end
|
53
53
|
|
54
54
|
desc "Display maintenance file that gets picked up by Apache"
|
55
|
-
task :
|
56
|
-
@deployer.
|
55
|
+
task :disable_web => [:init] do
|
56
|
+
@deployer.disable_web()
|
57
57
|
end
|
58
58
|
|
59
59
|
task :check_version do
|
data/lib/ucb_deployer/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ucb_deployer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steven Hansen
|