capistrano-unicorn-sic 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/capistrano/unicorn/utility.rb +1 -1
- data/lib/capistrano/unicorn/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89d6128d5c24e1992b1b1503d5a7f01448982cb8
|
4
|
+
data.tar.gz: 966af9c999cc456398f8d7ba2888d08d41c30f3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91d4d5871c57a3ce4765053b7438b6fa608c641d04ffcb104318c182ddad02aeda8fe06aac9175af84d10a01e687affd7112875f088dcff2974fc1ec1cbaa280
|
7
|
+
data.tar.gz: f0df97b6bfa10077361abd4386f364244be93fb02d1ef5ec898186750077faf8518cf3be928ad28683c16495bd2c564f8465ef53dc753dad423c362d85de0d93
|
@@ -128,7 +128,7 @@ module CapistranoUnicorn
|
|
128
128
|
puts 'Starting unicorn...'
|
129
129
|
|
130
130
|
within fetch(:app_path) do
|
131
|
-
with rails_env: fetch(:rails_env)
|
131
|
+
with rails_env: fetch(:rails_env) do
|
132
132
|
unicorn_execute fetch(:unicorn_bin), '-c', unicorn_config_file_path, '-E', fetch(:unicorn_rack_env), '-D', fetch(:unicorn_options)
|
133
133
|
end
|
134
134
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-unicorn-sic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastian Gassner, Dan Sosedoff, Florian Schwab
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
99
|
rubyforge_project:
|
100
|
-
rubygems_version: 2.4.
|
100
|
+
rubygems_version: 2.4.6
|
101
101
|
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Unicorn integration for Capistrano 3.x
|
@@ -105,4 +105,3 @@ test_files:
|
|
105
105
|
- spec/capistrano_integration_spec.rb
|
106
106
|
- spec/config_spec.rb
|
107
107
|
- spec/spec_helper.rb
|
108
|
-
has_rdoc:
|