capistrano-pumaio 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/capistrano-pumaio.gemspec +1 -1
- data/lib/capistrano/puma/config.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.15
|
data/capistrano-pumaio.gemspec
CHANGED
@@ -29,7 +29,7 @@ Capistrano::Configuration.instance(true).load do
|
|
29
29
|
_cset :puma_local_config, File.join(File.expand_path(File.join(File.dirname(__FILE__),"../../../templates", "runit")), "config.rb.erb")
|
30
30
|
|
31
31
|
# The remote location of puma's config file. Used by runit when starting puma
|
32
|
-
_cset :puma_remote_config, File.join(shared_path, "config", "puma.rb")
|
32
|
+
_cset :puma_remote_config, defer {File.join(shared_path, "config", "puma.rb")}
|
33
33
|
|
34
34
|
# runit defaults
|
35
35
|
_cset :puma_restart_interval, defer {fetch(:runit_restart_interval)}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-pumaio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -118,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
118
118
|
version: '0'
|
119
119
|
segments:
|
120
120
|
- 0
|
121
|
-
hash:
|
121
|
+
hash: -1935874151299383482
|
122
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
123
123
|
none: false
|
124
124
|
requirements:
|