tmuxinator 1.1.3 → 1.1.4
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 +4 -4
- data/completion/tmuxinator.zsh +2 -2
- data/lib/tmuxinator/version.rb +1 -1
- metadata +4 -11
- data/completion/mux.fish +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 618c5f9d3a98c1978a03e96e91b25a30c9dfd556650a6b2073587f15484cd741
|
|
4
|
+
data.tar.gz: c972062a20995c6cc33a2d8f246e3f134d103895937971b66757111b8f1cab5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17af88b0fb2a95b477fc1257ad2e14a13a38f3402caeae1bb26cab092132c644bcf74b9789fa014c841bc44444d1dcfd30f3e198efa64f7b79c84c838e44086c
|
|
7
|
+
data.tar.gz: 1f1f9b0397ec2eb799c2fb425fbb5203b1f389f301d880ff4bb5cafdd98c258f3b7d4d938721d62a92f8e420ea78ec6e8c19f92d8846d1d3f5665a91e7813efd
|
data/completion/tmuxinator.zsh
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
#compdef _tmuxinator tmuxinator
|
|
2
|
+
|
|
1
3
|
_tmuxinator() {
|
|
2
4
|
local commands projects
|
|
3
5
|
commands=(${(f)"$(tmuxinator commands zsh)"})
|
|
@@ -18,8 +20,6 @@ _tmuxinator() {
|
|
|
18
20
|
return
|
|
19
21
|
}
|
|
20
22
|
|
|
21
|
-
compdef _tmuxinator tmuxinator mux
|
|
22
|
-
alias mux="tmuxinator"
|
|
23
23
|
|
|
24
24
|
# Local Variables:
|
|
25
25
|
# mode: Shell-Script
|
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.1.
|
|
4
|
+
version: 1.1.4
|
|
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-
|
|
12
|
+
date: 2019-12-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: erubis
|
|
@@ -29,22 +29,16 @@ dependencies:
|
|
|
29
29
|
name: thor
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
|
-
- - ">="
|
|
33
|
-
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.15.0
|
|
35
32
|
- - "~>"
|
|
36
33
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: '0
|
|
34
|
+
version: '1.0'
|
|
38
35
|
type: :runtime
|
|
39
36
|
prerelease: false
|
|
40
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
38
|
requirements:
|
|
42
|
-
- - ">="
|
|
43
|
-
- !ruby/object:Gem::Version
|
|
44
|
-
version: 0.15.0
|
|
45
39
|
- - "~>"
|
|
46
40
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0
|
|
41
|
+
version: '1.0'
|
|
48
42
|
- !ruby/object:Gem::Dependency
|
|
49
43
|
name: xdg
|
|
50
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -229,7 +223,6 @@ extensions: []
|
|
|
229
223
|
extra_rdoc_files: []
|
|
230
224
|
files:
|
|
231
225
|
- bin/tmuxinator
|
|
232
|
-
- completion/mux.fish
|
|
233
226
|
- completion/tmuxinator.bash
|
|
234
227
|
- completion/tmuxinator.fish
|
|
235
228
|
- completion/tmuxinator.zsh
|
data/completion/mux.fish
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
completion/tmuxinator.fish
|