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 CHANGED
@@ -47,13 +47,13 @@ task :init => [:check_app] do
47
47
  end
48
48
 
49
49
  desc "Remove the maintenance file"
50
- task :remove_maintenance_file => [:init] do
51
- @deployer.remove_maintenance_file()
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 :display_maintenance_file => [:init] do
56
- @deployer.display_maintenance_file()
55
+ task :disable_web => [:init] do
56
+ @deployer.disable_web()
57
57
  end
58
58
 
59
59
  task :check_version do
@@ -1,3 +1,3 @@
1
1
  module UcbDeployer
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Hansen