osp-deploy 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -104,16 +104,6 @@ EOT
104
104
 
105
105
 
106
106
 
107
- # Deploy project files to remote server
108
- def deploy_files
109
- gen_version_initializer
110
- threads = server_iterator(:threads => true) do |server_uri|
111
- sync_files_to_remote_server(server_uri)
112
- end
113
- threads.each{|t| t.join }
114
- end
115
-
116
-
117
107
 
118
108
 
119
109
 
@@ -127,7 +117,7 @@ EOT
127
117
  do_cmds 'do_before_local', do_before_local
128
118
 
129
119
  if @deployment_config['jobs'].include?(:war)
130
- execute_cmd 'RAILS_ENV="#{@rails_env}" warble'
120
+ execute_cmd "RAILS_ENV=\"#{@rails_env}\" warble"
131
121
  end
132
122
 
133
123
 
@@ -1,3 +1,3 @@
1
1
  module OspDeploy
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
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.1
4
+ version: 1.2.2
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-10 00:00:00.000000000 Z
12
+ date: 2015-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake