ms_deploy 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ Capistrano::Configuration.instance.load do
13
13
  desc "Setup unicorn"
14
14
  task :setup, :roles => :app, :except => { :no_release => true } do
15
15
  run "mkdir -p \"#{shared_path}/config/unicorn\""
16
- config_path = "#{shared_path}/config/unicorn/#{stage}.rb"
16
+ config_path = "#{shared_path}/config/unicorn/#{rails_env}.rb"
17
17
  template_path = File.expand_path('../../templates/unicorn/unicorn.rb.erb', __FILE__)
18
18
  vars = {
19
19
  'application'=> application,
@@ -1,3 +1,3 @@
1
1
  module MsDeploy
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ms_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
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: 2012-09-19 00:00:00.000000000 Z
12
+ date: 2012-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gemcutter