overmind 0.1.2-arm64-darwin → 2.5.1-arm64-darwin

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
  SHA256:
3
- metadata.gz: 56b36d5cbd57a908cb92915bdcf2b2044a12a41a2edb138ffbad674cc8a207a3
4
- data.tar.gz: 82e2e1023f19257e569abeaa03de8ba3f14101a70a988d7ef72d9b3ea458ebc8
3
+ metadata.gz: 3ea3b2f2bbdb204af97ccc8caa61c9a81ae37dcbd187518be29f3c9ca6421046
4
+ data.tar.gz: 6ba6e2481131848010b68d86b2ba41e272d46682e406b618c81c5904cffd801a
5
5
  SHA512:
6
- metadata.gz: b95b05c58b29523283886a09c47f94f690613f8ba119c7ef997827ee2d0dd33b4d97b7116e2c58b940a2423a3452e8922a32de5a43ead9c957533bfff3366ebb
7
- data.tar.gz: 0e8531b54e0b1569efbcfbb76d8495cf8d7b794331ad92e08bf0eca13b08ab80ed68fd98eeb9486da1ea1c17d1e45f59882e94b3864eadda9ba13e6853f6f95e
6
+ metadata.gz: 59a8236b7d36783b2ff3a7f647834bf94718059640ce2482e92ec35a29e2180f9f3f40c36dbcc386e19f03f308fa3d98424436db9d0d3ca5c5e78558eb219cab
7
+ data.tar.gz: 81df8aaede84f3d18146d0725493c7b773075ded8fd80c90d4daad8416ddac671f6d1e11c9ffa51c2e0804639a8af1d8053f8b29ea84654a8457f55ef1a85c9a
data/bin/overmind CHANGED
@@ -5,8 +5,7 @@ require 'overmind/cli'
5
5
 
6
6
  begin
7
7
  cli = Overmind::CLI.new
8
- exit_code = cli.run(ARGV)
9
- exit exit_code
8
+ cli.run(ARGV)
10
9
  rescue StandardError => e
11
10
  warn e.message
12
11
  exit 1
data/lib/overmind/cli.rb CHANGED
@@ -21,14 +21,10 @@ module Overmind
21
21
  args = args.map { |x| x.include?(" ") ? "'#{x}'" : x }
22
22
 
23
23
  # Use prebuild tmux if found
24
- path_with_tmux = File.exist?(TMUX_PATH) ? "#{ENV["PATH"]}:#{TMUX_FOLDER_PATH}" : ENV["PATH"]
24
+ path_with_tmux = File.exist?(TMUX_PATH) ? "#{TMUX_FOLDER_PATH}:#{ENV["PATH"]}" : ENV["PATH"]
25
25
 
26
- # Spawns the Overmind process with modified PATH if necessary
27
- pid = spawn({"PATH" => path_with_tmux}, "#{OVERMIND_PATH} #{args.join(" ")}")
28
-
29
- Process.wait(pid)
30
-
31
- $?.exitstatus
26
+ # exec the Overmind process with modified PATH if necessary
27
+ exec({"PATH" => path_with_tmux}, "#{OVERMIND_PATH} #{args.join(" ")}")
32
28
  end
33
29
 
34
30
  private
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Overmind
4
- VERSION = "0.1.2"
4
+ VERSION = "2.5.1"
5
5
  end
data/libexec/overmind CHANGED
Binary file
Binary file
Binary file
@@ -1 +1 @@
1
- libevent-2.1.7.dylib
1
+ libexec/prebuilt-tmux/lib/libevent-2.1.7.dylib
@@ -1 +1 @@
1
- libevent_core-2.1.7.dylib
1
+ libexec/prebuilt-tmux/lib/libevent_core-2.1.7.dylib
@@ -1 +1 @@
1
- libevent_extra-2.1.7.dylib
1
+ libexec/prebuilt-tmux/lib/libevent_extra-2.1.7.dylib
@@ -1 +1 @@
1
- libevent_openssl-2.1.7.dylib
1
+ libexec/prebuilt-tmux/lib/libevent_openssl-2.1.7.dylib
@@ -1 +1 @@
1
- libevent_pthreads-2.1.7.dylib
1
+ libexec/prebuilt-tmux/lib/libevent_pthreads-2.1.7.dylib
@@ -1 +1 @@
1
- libutf8proc.3.dylib
1
+ libexec/prebuilt-tmux/lib/libutf8proc.3.dylib
data/overmind.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Overmind is a process manager for Procfile-based applications and tmux."
13
13
  spec.homepage = "https://github.com/DarthSim/overmind"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = ">= 0"
15
+ spec.required_ruby_version = ">= 2.3"
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://github.com/DarthSim/overmind"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overmind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 2.5.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - prog-supdex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -146,14 +146,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  requirements:
147
147
  - - ">="
148
148
  - !ruby/object:Gem::Version
149
- version: '0'
149
+ version: '2.3'
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - ">="
153
153
  - !ruby/object:Gem::Version
154
154
  version: '0'
155
155
  requirements: []
156
- rubygems_version: 3.4.21
156
+ rubygems_version: 3.2.3
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: Overmind is a process manager for Procfile-based applications and tmux.