osp-deploy 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -126,7 +126,7 @@ EOT
126
126
  do_before = @deployment_config['do_before']
127
127
  do_cmds 'do_before_local', do_before, server_uri, false
128
128
 
129
- if !(['file', 'torquebox', 'puma'] & @deployment_config['jobs']).empty?
129
+ if !([:file, :torquebox, :puma] & @deployment_config['jobs']).empty?
130
130
  sync_files_to_remote_server(server_uri)
131
131
  end
132
132
 
@@ -1,3 +1,3 @@
1
1
  module OspDeploy
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osp-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-11 00:00:00.000000000 Z
12
+ date: 2015-03-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake