ucb_deployer 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/ucb_deploy CHANGED
@@ -30,7 +30,7 @@ end
30
30
 
31
31
  desc "Export code into the build directory"
32
32
  task :export => [:init, :check_version] do
33
- Rake::Task["display_maintenance_file"].invoke
33
+ Rake::Task["disable_web"].invoke
34
34
  @deployer.version = ENV["VERSION"]
35
35
  @deployer.export()
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module UcbDeployer
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
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: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Hansen