itt 0.1.6 → 0.1.7
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 +5 -13
- data/bin/itt +0 -1
- data/lib/version.rb +1 -1
- metadata +8 -12
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
NjliNjAxNTFiYjRjNzAxZmE4YzFkZDAwZDUwNWZiNWFiZmI0MWZiMA==
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a8a0e8d4c59d267db4da28b9757ad12fa640fd6c0de4fe0ce7395526b1d3e2f8
|
4
|
+
data.tar.gz: ab0e0225f2558ec0d131a88364aeadb645213296337cdbd50198ae2408fe44fb
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
NjU0MDlmZTZmNzE5YWMwZDJlMTJmYWE4YmQyMzY2MjBkYTE0ODcxZGRmNDhh
|
11
|
-
MTgzZjM4ODI1OWU3MWI2M2Y4ZjM1Y2NhNjk3NGVlYTVhNGQyZDQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
OTVlMjZlNGJhNTg5OGU0MmE0YTg4NjFiNWM5MzgxYjE4NmJmMmI5ZDE3ZmE0
|
14
|
-
NDA5ODhjNDc5YzAyNWY5ODg3ZDRkMmIyYTRhMjdiYjE2Mjg3MWU3YTA0M2E5
|
15
|
-
ZmU3NGM5Y2Q0ODBmZjg0MDE2ZGM1ZTBjMzk1ODg5NzU1NjViNjQ=
|
6
|
+
metadata.gz: 312f7b36d69e1b3e5822220cc4fff67fef807edae4258ef022542ab8c4530162228a49419be4c434ffda3efe07fa06972d613113e364c92cef07d72c95e491a7
|
7
|
+
data.tar.gz: 7785db00bde3f3541d35f7f2bc76e0aaab1f49c5146c4a305cea6b3153bb98ddb553204e2b5f101c693fcfb201bc7c1103d8ddecacd239907599ef3157f88711
|
data/bin/itt
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Ladachowski
|
@@ -14,14 +14,14 @@ dependencies:
|
|
14
14
|
name: rumoji
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0.4'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.4'
|
27
27
|
description: iTerm2 tabs color and title util
|
@@ -38,32 +38,28 @@ homepage: https://github.com/aladac/itt
|
|
38
38
|
licenses:
|
39
39
|
- MIT
|
40
40
|
metadata: {}
|
41
|
-
post_install_message:
|
42
|
-
|
41
|
+
post_install_message: |+
|
42
|
+
If you are using zsh please add
|
43
43
|
|
44
44
|
export DISABLE_AUTO_TITLE=true
|
45
45
|
|
46
|
-
|
47
46
|
To .zshrc
|
48
47
|
|
49
|
-
|
50
|
-
'
|
51
48
|
rdoc_options: []
|
52
49
|
require_paths:
|
53
50
|
- lib
|
54
51
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
52
|
requirements:
|
56
|
-
- -
|
53
|
+
- - ">="
|
57
54
|
- !ruby/object:Gem::Version
|
58
55
|
version: 1.9.3
|
59
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
57
|
requirements:
|
61
|
-
- -
|
58
|
+
- - ">="
|
62
59
|
- !ruby/object:Gem::Version
|
63
60
|
version: '0'
|
64
61
|
requirements: []
|
65
|
-
|
66
|
-
rubygems_version: 2.4.5
|
62
|
+
rubygems_version: 3.0.3.1
|
67
63
|
signing_key:
|
68
64
|
specification_version: 4
|
69
65
|
summary: itt
|