tmuxinator 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tmuxinator/tmux_version.rb +15 -14
- data/lib/tmuxinator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ce7a8e75068f01c9eb89d17b7f27aa239f84f3fbec63de179b128d6b2d5a87b
|
4
|
+
data.tar.gz: 5f2a27b422bda78b1ad4fe8eaa426e2f60ce3d465af00db36c4ab85a81ebcf60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 721ec41943430676a5484b5e30189153dd0c50ac8528ed2c0a84d978905a0a6d0e1125e0a9feef1343072a10f3630b9039ae4dc1306fa4f014ca9e227b1708a0
|
7
|
+
data.tar.gz: 638b8702cf769f702af138632bb75689ca381a2c7a2f239da0ac01141e21a18e6d9b1984ce5cee2e96e1472d44cd3004cc32278f32c2815291710a6613f2f0ed
|
@@ -1,21 +1,22 @@
|
|
1
1
|
module Tmuxinator
|
2
2
|
module TmuxVersion
|
3
3
|
SUPPORTED_TMUX_VERSIONS = [
|
4
|
-
|
5
|
-
|
6
|
-
1.7,
|
7
|
-
1.8,
|
8
|
-
1.9,
|
9
|
-
2.0,
|
10
|
-
2.1,
|
11
|
-
2.2,
|
12
|
-
2.3,
|
13
|
-
2.4,
|
14
|
-
2.5,
|
15
|
-
2.6,
|
16
|
-
2.7,
|
4
|
+
"2.9a",
|
5
|
+
2.9,
|
17
6
|
2.8,
|
18
|
-
2.
|
7
|
+
2.7,
|
8
|
+
2.6,
|
9
|
+
2.5,
|
10
|
+
2.4,
|
11
|
+
2.3,
|
12
|
+
2.2,
|
13
|
+
2.1,
|
14
|
+
2.0,
|
15
|
+
1.9,
|
16
|
+
1.8,
|
17
|
+
1.7,
|
18
|
+
1.6,
|
19
|
+
1.5,
|
19
20
|
].freeze
|
20
21
|
UNSUPPORTED_VERSION_MSG = <<-MSG.freeze
|
21
22
|
WARNING: You are running tmuxinator with an unsupported version of tmux.
|
data/lib/tmuxinator/version.rb
CHANGED
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: 1.
|
4
|
+
version: 1.1.0
|
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: 2019-
|
12
|
+
date: 2019-05-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: erubis
|