overman 0.88.1 → 0.88.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 828a70837c20d213185724cba5c6b4702b37e4bfc96cf8516770476018e10730
4
- data.tar.gz: 4a8db098531760ea4c68907b21fb511a824ee09258eef6e6dfd47da6d0102340
3
+ metadata.gz: aa4c1fac0ddfb73ffbdabc7baefeacfd726c2d3515d12c235bc7d1866e9fa94c
4
+ data.tar.gz: 7182befecdc71d50c0d243f184fe2d7c7232ff7c1e5a475d047a46adfecd71df
5
5
  SHA512:
6
- metadata.gz: 45249bb47e28383d07c9dc4aef53c4986e467be76b2e7df55ab97104a1d1a29fbd433b5de8c78b4e26b5ee5cf9ffd7871e687d5549f0b0352378c177cdfda5eb
7
- data.tar.gz: 4d0ed5f17ae9ac2c5db6bfd530ed28844a6342d97b7e65db3914541344290a89b1bb1fd82853a604400c57e3af9452eea6fd25fdcafbd54c84465b25fd923fff
6
+ metadata.gz: 9416439d17c702295a94ee9ca347e285e2be0af7d61ac512e9824a6329b088a82c67aa992325b13aa83b19cbb1b608616d27f775cbdf28a4e9ae55746d9fa336
7
+ data.tar.gz: b7925120857061b1eb7774ca72719e1fb207a31d5693f197cb9feae90b641d3cc3587fcbb31a9e7e6e5c253dd1edf814981c66b9fa6a92edcd9dbbd966e21165
@@ -12,6 +12,9 @@ class Foreman::Export::Base
12
12
  # deprecated
13
13
  attr_reader :port
14
14
 
15
+ # deprecated
16
+ ProcessStruct = Struct.new(:name, :process)
17
+
15
18
  def initialize(location, engine, options={})
16
19
  @location = location
17
20
  @engine = engine
@@ -34,10 +37,7 @@ class Foreman::Export::Base
34
37
  def @engine.procfile
35
38
  Foreman::Export::Base.warn_deprecation!
36
39
  @processes.map do |process|
37
- Struct.new(
38
- :name => @names[process],
39
- :process => process
40
- )
40
+ ProcessStruct.new(@names[process], process)
41
41
  end
42
42
  end
43
43
  end
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.88.1"
3
+ VERSION = "0.88.2"
4
4
 
5
5
  end
data/man/overman.1 CHANGED
@@ -1,6 +1,6 @@
1
1
  .\" generated with Ronn-NG/v0.10.1
2
2
  .\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3
- .TH "FOREMAN" "1" "April 2024" "Foreman 0.88.1" "Foreman Manual"
3
+ .TH "FOREMAN" "1" "September 2026" "Foreman 0.88.2" "Foreman Manual"
4
4
  .SH "NAME"
5
5
  \fBforeman\fR \- manage Procfile\-based applications
6
6
  .SH "SYNOPSIS"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.88.1
4
+ version: 0.88.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Process manager for applications with multiple components, fork of ddollar/foreman
13
13
  email: ddollar@gmail.com
@@ -153,7 +153,8 @@ files:
153
153
  homepage: https://github.com/spinels/overman
154
154
  licenses:
155
155
  - MIT
156
- metadata: {}
156
+ metadata:
157
+ homepage_uri: https://github.com/spinels/overman
157
158
  rdoc_options: []
158
159
  require_paths:
159
160
  - lib
@@ -168,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
169
  - !ruby/object:Gem::Version
169
170
  version: '0'
170
171
  requirements: []
171
- rubygems_version: 3.6.2
172
+ rubygems_version: 4.0.16
172
173
  specification_version: 4
173
174
  summary: Process manager for applications with multiple components, fork of ddollar/foreman
174
175
  test_files: []