tty 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +7 -0
- data/README.md +1 -0
- data/lib/tty/version.rb +1 -1
- data/tty.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ccda269a4ea2ff1493004c1c2524b988a452df6
|
4
|
+
data.tar.gz: e0a3c06bee29850d3e4260e04510b032f875c44c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3296e707209938684c9f1a10861c188c74c5d3e2653d652e6dac0dbe6c789b6bf3364204670011ff327586972622abfb4905a7b75b4cb4e04f6e7506aca52b0
|
7
|
+
data.tar.gz: d78e4306fbddca24bc7652905e1a9f242e39f7616feeea338bbabf77eae4b99cd37223f876c5bfe8fc70521ec52f69e32b9ba49c5dac787fd95e58fb8b365430
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2
2
|
|
3
3
|
This file documents notable changes in reverse chronological order.
|
4
4
|
|
5
|
+
## [v0.8.1] - 2018-06-25
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
* Update tty-markdown dependency
|
9
|
+
* Update tty-progressbar dependency
|
10
|
+
|
5
11
|
## [v0.8.0] - 2018-05-31
|
6
12
|
|
7
13
|
### Added
|
@@ -143,6 +149,7 @@ This file documents notable changes in reverse chronological order.
|
|
143
149
|
|
144
150
|
* Initial release
|
145
151
|
|
152
|
+
[v0.8.1]: https://github.com/piotrmurach/tty/compare/v0.8.0...v0.8.1
|
146
153
|
[v0.8.0]: https://github.com/piotrmurach/tty/compare/v0.7.0...v0.8.0
|
147
154
|
[v0.7.0]: https://github.com/piotrmurach/tty/compare/v0.6.1...v0.7.0
|
148
155
|
[v0.6.1]: https://github.com/piotrmurach/tty/compare/v0.6.0...v0.6.1
|
data/README.md
CHANGED
@@ -746,6 +746,7 @@ The **TTY** allows you to mix & match any components you need to get your job do
|
|
746
746
|
| [pastel](https://github.com/piotrmurach/pastel) | Terminal strings styling with intuitive and clean API. | [docs](http://www.rubydoc.info/gems/pastel) |
|
747
747
|
| [tty-color](https://github.com/piotrmurach/tty-color) | Terminal color capabilities detection. | [docs](http://www.rubydoc.info/gems/tty-color) |
|
748
748
|
| [tty-command](https://github.com/piotrmurach/tty-command) | Execute shell commands with pretty logging and capture stdout, stderr and exit status. | [docs](http://www.rubydoc.info/gems/tty-command) |
|
749
|
+
| [tty-config](https://github.com/piotrmurach/tty-config) | Define, read and write any Ruby app configurations with a penchant for terminal clients. | [docs](http://www.rubydoc.info/gems/tty-config) |
|
749
750
|
| [tty-cursor](https://github.com/piotrmurach/tty-cursor) | Move terminal cursor around. | [docs](http://www.rubydoc.info/gems/tty-cursor) |
|
750
751
|
| [tty-editor](https://github.com/piotrmurach/tty-editor) | Open a file or text in the user preferred editor. | [docs](http://www.rubydoc.info/gems/tty-editor) |
|
751
752
|
| [tty-file](https://github.com/piotrmurach/tty-file) | File manipulation utility methods. | [docs](http://www.rubydoc.info/gems/tty-file) |
|
data/lib/tty/version.rb
CHANGED
data/tty.gemspec
CHANGED
@@ -27,10 +27,10 @@ Gem::Specification.new do |spec|
|
|
27
27
|
spec.add_dependency 'tty-editor', '~> 0.4.0'
|
28
28
|
spec.add_dependency 'tty-file', '~> 0.6.0'
|
29
29
|
spec.add_dependency 'tty-font', '~> 0.2.0'
|
30
|
-
spec.add_dependency 'tty-markdown', '~> 0.
|
30
|
+
spec.add_dependency 'tty-markdown', '~> 0.4.0'
|
31
31
|
spec.add_dependency 'tty-pager', '~> 0.11.0'
|
32
32
|
spec.add_dependency 'tty-platform', '~> 0.1.0'
|
33
|
-
spec.add_dependency 'tty-progressbar', '~> 0.
|
33
|
+
spec.add_dependency 'tty-progressbar', '~> 0.15.0'
|
34
34
|
spec.add_dependency 'tty-prompt', '~> 0.16.1'
|
35
35
|
spec.add_dependency 'tty-screen', '~> 0.6.4'
|
36
36
|
spec.add_dependency 'tty-spinner', '~> 0.8.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Murach
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tty-color
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.
|
117
|
+
version: 0.4.0
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.
|
124
|
+
version: 0.4.0
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: tty-pager
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -156,14 +156,14 @@ dependencies:
|
|
156
156
|
requirements:
|
157
157
|
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version: 0.
|
159
|
+
version: 0.15.0
|
160
160
|
type: :runtime
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: 0.
|
166
|
+
version: 0.15.0
|
167
167
|
- !ruby/object:Gem::Dependency
|
168
168
|
name: tty-prompt
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|