capistrano-pumaio 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0b0c672da288bee3d70d326acbda3cf7fc7711f
4
- data.tar.gz: 9ecea6e95e311556c76033c4713b49c2c2335cc3
3
+ metadata.gz: 28f2f643848071b61e0f09c194bf3e64f3e25250
4
+ data.tar.gz: f4a8f4d268a36ad2c77308fdebc7fd1bf095af1a
5
5
  SHA512:
6
- metadata.gz: 1b5ae3786a9a677258da54f03ff75f0e752c50f5ee8fd33eaef252d1586403f5ef18e560bca01d2084012734ee3826589d91fe2c9fa9c0a182d2b14930a41ed9
7
- data.tar.gz: f6ae8aaafc0a4a1003738e521eb5940233fa4817bb95d696779a13f5cce40e39a4a2ea45525497b4e724ae87bb7683346d5fb32b57225d7223463e31a9de01ce
6
+ metadata.gz: b44351b1f634e795738d84ff362f5f80eefe505e150bf54791da2385befc7f432898d96bb2749262084d0d528899d42e5b2e5278b8b2e03fd5ffbc1182d5defc
7
+ data.tar.gz: 9361019cb5ae4339ff18c9d8b2f148a19190e862e287a23449515fa30c9445c1ffc6141b288c7b311111598f80b0d0e29b3b041d0594f8d09fecabc0680c732a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.1
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: capistrano-pumaio 3.0.0 ruby lib
5
+ # stub: capistrano-pumaio 3.0.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "capistrano-pumaio"
9
- s.version = "3.0.0"
9
+ s.version = "3.0.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -89,7 +89,7 @@ echo $NOW > last_finish
89
89
 
90
90
  # Remove the restart_count file if <%= "#{auto_restart_count_clear_interval}" %> seconds
91
91
  # have elapsed since the last automatic restart.
92
- if test $INTERVAL -gt $<%= "#{auto_restart_count_clear_interval}" %>
92
+ if test $INTERVAL -gt "$<%= "#{auto_restart_count_clear_interval}" %>"
93
93
  then
94
94
  echo "NOTICE: <%= "User: #{fetch(:user)} Application: #{fetch(:application)} Service: #{fetch(:puma_runit_service_name)}" %>"
95
95
  echo "The last automatic restart was $INTERVAL seconds ago."
@@ -109,7 +109,7 @@ fi
109
109
  echo $RESTART_COUNT > restart_count
110
110
 
111
111
  # Check that we have not exceeded the maximum number of automatic restarts
112
- if test $RESTART_COUNT -gt $<%= "#{max_auto_restart_count}" %>
112
+ if test $RESTART_COUNT -gt "$<%= "#{max_auto_restart_count}" %>"
113
113
  then
114
114
  echo "WARNING: <%= "User: #{fetch(:user)} Application: #{fetch(:application)} Service: #{fetch(:puma_runit_service_name)}" %>"
115
115
  echo "Reached the limit of $<%= "#{max_auto_restart_count}" %> automatic restarts."
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: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leif Ringstad