sumodev_deploy 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ configuration.load do
23
23
  _cset(:app_path) { "apps/#{client}/#{project}" }
24
24
  _cset(:shared_files_path) { "#{shared_path}/files/"}
25
25
  _cset(:document_root) { "#{homedir}#{client}/#{project}" }
26
- _cset(:keep_releases) { fetch(:stage, 'production').intern == :staging ? 1 : 3 }
26
+ _cset(:keep_releases) { fetch(:stage, 'production').to_sym == :staging ? 1 : 3 }
27
27
 
28
28
  set(:application) { project }
29
29
  set(:deploy_to) { "#{homedir}#{app_path}"}
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "sumodev_deploy"
5
- s.version = "0.2.4"
5
+ s.version = "0.2.5"
6
6
 
7
7
  s.authors = ["Jan De Poorter"]
8
8
  s.date = "2012-04-18"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sumodev_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: