overmind 0.1.2-arm64-darwin → 2.5.0-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: 929ecbd03e6683ed39c7a8d2a6345ee43b92d6f08f1da4002b57ee072687e6b2
4
+ data.tar.gz: 9677b58a7373f821167869111271cceea8b5e619aaecb3b77b5371a0adea5590
5
5
  SHA512:
6
- metadata.gz: b95b05c58b29523283886a09c47f94f690613f8ba119c7ef997827ee2d0dd33b4d97b7116e2c58b940a2423a3452e8922a32de5a43ead9c957533bfff3366ebb
7
- data.tar.gz: 0e8531b54e0b1569efbcfbb76d8495cf8d7b794331ad92e08bf0eca13b08ab80ed68fd98eeb9486da1ea1c17d1e45f59882e94b3864eadda9ba13e6853f6f95e
6
+ metadata.gz: 772f2a8586726e5fcb10fd8cca094a38b8caa7105213f01d6a1d4e85eb1477ee751dd7cb056a117617cca112fa2a38fae11042e6dfa371ebed46dc256d1f3866
7
+ data.tar.gz: f69ba1612b110eca68fa49f171ef5f9163d0b221c2a93ff1334f2a48e804a4fa4d111e29415eab8082e7c28d3e8286a5400b386c3ec362550dbabc6ce095a798
data/lib/overmind/cli.rb CHANGED
@@ -21,7 +21,7 @@ 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
26
  # Spawns the Overmind process with modified PATH if necessary
27
27
  pid = spawn({"PATH" => path_with_tmux}, "#{OVERMIND_PATH} #{args.join(" ")}")
@@ -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.0"
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.0
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-03-25 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.