tmuxinator 3.3.0 → 3.3.2

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: 63c172a560956a6811c0d20df3bf2f53e32c8b14a6bad84d78b2b7dfd65e8c84
4
- data.tar.gz: 2b9b9c77ed47a1b98645ccd0eb2292d854df97c4e9dbda69da74a64622d16310
3
+ metadata.gz: bdf76e1aba70cccc6acf0166890b8b040879783a37c8d0ceec71253014e791f9
4
+ data.tar.gz: 5640fb566bc3bdd5559de9f973173a7a5c191e59325152b8f1e25a396720f0f3
5
5
  SHA512:
6
- metadata.gz: 995b321ee1874e190db8e5bc3c2c0f680edbb3af6148011a7b00e286c3b09b03372896bd60cd89c3a0ae20e3e3143fee5457b3c201e30a0d16bdcceef69a1e50
7
- data.tar.gz: 48c82f9f431b7a5229332c99fca42fd13726df7052e900ca05d11d43f62a9070531db6acc44245ef7ea269d1716814005afe459590c7034d8bd64424d1154fbc
6
+ metadata.gz: ce504b0cd0ab29d9536676b00fd1e8e8efd2f0aa248265f95ab0092df9038f44bb9b64abad28e4b57e48d05a7a81edb0ad52a4531ca33a0669ee7911682f2b0e
7
+ data.tar.gz: b19d2a5072cf93013fa91ee6849412b8d6988e8ba12e1298ca134abaed59eb840853f93df004c09f1adb5d62ac1cffbca0ae3a91b3661af4a892770e42c57f09
@@ -19,7 +19,7 @@ cd <%= root || "." %>
19
19
  # Run on_project_first_start command.
20
20
  <%= hook_on_project_first_start %>
21
21
 
22
- TMUX= <%= tmux_new_session_command %>
22
+ <%= tmux_new_session_command %>
23
23
 
24
24
  <% if Tmuxinator::Config.version < 1.7 %>
25
25
  # Set the default path for versions prior to 1.7
@@ -3,6 +3,8 @@
3
3
  module Tmuxinator
4
4
  module TmuxVersion
5
5
  SUPPORTED_TMUX_VERSIONS = [
6
+ "3.5a",
7
+ 3.5,
6
8
  3.4,
7
9
  "3.3a",
8
10
  3.3,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tmuxinator
4
- VERSION = "3.3.0"
4
+ VERSION = "3.3.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmuxinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allen Bargi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-06-17 00:00:00.000000000 Z
12
+ date: 2024-10-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: erubi
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  - !ruby/object:Gem::Version
289
289
  version: 1.8.23
290
290
  requirements: []
291
- rubygems_version: 3.2.15
291
+ rubygems_version: 3.5.11
292
292
  signing_key:
293
293
  specification_version: 4
294
294
  summary: Create and manage complex tmux sessions easily.