tty 0.8.1 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +18 -0
- data/README.md +3 -1
- data/lib/tty.rb +1 -1
- data/lib/tty/cli.rb +0 -1
- data/lib/tty/cmd.rb +0 -1
- data/lib/tty/commands/add.rb +0 -1
- data/lib/tty/commands/new.rb +5 -6
- data/lib/tty/gemspec.rb +0 -1
- data/lib/tty/licenses.rb +0 -1
- data/lib/tty/path_helpers.rb +0 -1
- data/lib/tty/plugins.rb +1 -1
- data/lib/tty/plugins/plugin.rb +1 -1
- data/lib/tty/templater.rb +0 -1
- data/lib/tty/version.rb +2 -2
- data/tty.gemspec +21 -18
- data/tty.manifest +7 -0
- metadata +63 -84
- data/.gitignore +0 -19
- data/.rspec +0 -4
- data/.travis.yml +0 -35
- data/.yardopts +0 -4
- data/CODE_OF_CONDUCT.md +0 -49
- data/Gemfile +0 -17
- data/Rakefile +0 -8
- data/appveyor.yml +0 -22
- data/images/tty.png +0 -0
- data/spec/fixtures/foo-0.0.1.gemspec +0 -17
- data/spec/integration/add_desc_args_spec.rb +0 -341
- data/spec/integration/add_force_spec.rb +0 -98
- data/spec/integration/add_namespaced_spec.rb +0 -291
- data/spec/integration/add_spec.rb +0 -535
- data/spec/integration/add_subcommand_spec.rb +0 -259
- data/spec/integration/new_author_spec.rb +0 -19
- data/spec/integration/new_license_spec.rb +0 -39
- data/spec/integration/new_namespaced_spec.rb +0 -228
- data/spec/integration/new_spec.rb +0 -354
- data/spec/integration/new_test_spec.rb +0 -21
- data/spec/integration/start_spec.rb +0 -21
- data/spec/spec_helper.rb +0 -73
- data/spec/unit/gemspec_spec.rb +0 -17
- data/spec/unit/plugins/activate_spec.rb +0 -13
- data/spec/unit/plugins/load_from_spec.rb +0 -28
- data/spec/unit/plugins/plugin/load_spec.rb +0 -32
- data/spec/unit/plugins/plugin/new_spec.rb +0 -13
- data/spec/unit/tty_spec.rb +0 -14
- data/tasks/console.rake +0 -11
- data/tasks/coverage.rake +0 -11
- data/tasks/spec.rake +0 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 24e095f84447a3bd12840d253e27db850893915e9d2b487fb2219c7c653a80dc
|
4
|
+
data.tar.gz: 4cdc7bc00a022ce96a7e065f097bd9e656652a5fdf978e4db7f40d63bec48016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46f6bfc85fdc8e284f1f8a69b863b7da3de9f9e86f32f8ef365fb396ea136ba3e817e3c8cf248a5bf9b2e53a45eac7fed1f37092a5b481878e00d07e658ee965
|
7
|
+
data.tar.gz: 136b40bc2c20ead32cd2f2cb670666c28dfda5b0a82dc4535f077eee618614f30d8147684da0b912e1352cf178261d45f0e92fc06fd5ebdb59c4cbe8d02729db
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,22 @@
|
|
2
2
|
|
3
3
|
This file documents notable changes in reverse chronological order.
|
4
4
|
|
5
|
+
## [v0.9.1] - 2018-12-27
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
* Fix gemspec files loading to include all necessary files and fix teletype
|
9
|
+
|
10
|
+
## [v0.9.0] - 2018-12-25 - yanked
|
11
|
+
|
12
|
+
### Added
|
13
|
+
* Add tty-box component
|
14
|
+
* Add tty-pie component
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
* Change to require Ruby >= 2.0
|
18
|
+
* Change to freeze strings
|
19
|
+
* Change to relax tty-color, tty-cursor, tty-screen, tty-which constraints
|
20
|
+
|
5
21
|
## [v0.8.1] - 2018-06-25
|
6
22
|
|
7
23
|
### Changed
|
@@ -149,6 +165,8 @@ This file documents notable changes in reverse chronological order.
|
|
149
165
|
|
150
166
|
* Initial release
|
151
167
|
|
168
|
+
[v0.9.1]: https://github.com/piotrmurach/tty/compare/v0.9.0...v0.9.1
|
169
|
+
[v0.9.0]: https://github.com/piotrmurach/tty/compare/v0.8.1...v0.9.0
|
152
170
|
[v0.8.1]: https://github.com/piotrmurach/tty/compare/v0.8.0...v0.8.1
|
153
171
|
[v0.8.0]: https://github.com/piotrmurach/tty/compare/v0.7.0...v0.8.0
|
154
172
|
[v0.7.0]: https://github.com/piotrmurach/tty/compare/v0.6.1...v0.7.0
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<div align="center">
|
2
|
-
<a href="
|
2
|
+
<a href="https://piotrmurach.github.io/tty" target="_blank"><img width="130" src="https://github.com/piotrmurach/tty/blob/master/images/tty.png" alt="tty logo" /></a>
|
3
3
|
</div>
|
4
4
|
<br/>
|
5
5
|
|
@@ -744,6 +744,7 @@ The **TTY** allows you to mix & match any components you need to get your job do
|
|
744
744
|
| Component | Description | API docs |
|
745
745
|
| ------------ | ----------- | -------- |
|
746
746
|
| [pastel](https://github.com/piotrmurach/pastel) | Terminal strings styling with intuitive and clean API. | [docs](http://www.rubydoc.info/gems/pastel) |
|
747
|
+
| [tty-box](https://github.com/piotrmurach/tty-box) | Draw various frames and boxes in your terminal. | [docs](http://www.rubydoc.info/gems/tty-box) |
|
747
748
|
| [tty-color](https://github.com/piotrmurach/tty-color) | Terminal color capabilities detection. | [docs](http://www.rubydoc.info/gems/tty-color) |
|
748
749
|
| [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
750
|
| [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) |
|
@@ -753,6 +754,7 @@ The **TTY** allows you to mix & match any components you need to get your job do
|
|
753
754
|
| [tty-font](https://github.com/piotrmurach/tty-font) | Write text in large stylized characters using a variety of terminal fonts. | [docs](http://www.rubydoc.info/gems/tty-font) |
|
754
755
|
| [tty-markdown](https://github.com/piotrmurach/tty-markdown) | Convert a markdown document or text into a terminal friendly output. | [docs](http://www.rubydoc.info/gems/tty-markdown) |
|
755
756
|
| [tty-pager](https://github.com/piotrmurach/tty-pager) | Terminal output paging in a cross-platform way. | [docs](http://www.rubydoc.info/gems/tty-pager) |
|
757
|
+
| [tty-pie_chart](https://github.com/piotrmurach/tty-pie_chart) | Draw pie charts in your terminal window. | [docs](http://www.rubydoc.info/gems/tty-pie_chart) |
|
756
758
|
| [tty-platform](https://github.com/piotrmurach/tty-platform) | Detecting different operating systems. | [docs](http://www.rubydoc.info/gems/tty-platform) |
|
757
759
|
| [tty-progressbar](https://github.com/piotrmurach/tty-progressbar) | A flexible progress bars drawing in terminal emulators. | [docs](http://www.rubydoc.info/gems/tty-progressbar) |
|
758
760
|
| [tty-prompt](https://github.com/piotrmurach/tty-prompt) | A beautiful and powerful interactive command line prompt. | [docs](http://www.rubydoc.info/gems/tty-prompt) |
|
data/lib/tty.rb
CHANGED
data/lib/tty/cli.rb
CHANGED
data/lib/tty/cmd.rb
CHANGED
data/lib/tty/commands/add.rb
CHANGED
data/lib/tty/commands/new.rb
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# frozen_string_literal: true
|
3
2
|
|
4
3
|
require 'pastel'
|
@@ -128,16 +127,16 @@ module TTY
|
|
128
127
|
next unless out
|
129
128
|
out.each_line do |line|
|
130
129
|
if line =~ /^Initializing git/
|
131
|
-
install_info << line.dup
|
130
|
+
install_info << line.rstrip.dup
|
132
131
|
next
|
133
132
|
elsif line =~ /^(Gem.*?was successfully created)/
|
134
133
|
next
|
135
134
|
end
|
136
135
|
|
137
136
|
if !options['no-color']
|
138
|
-
output.puts color_actions(line)
|
137
|
+
output.puts color_actions(line.rstrip)
|
139
138
|
else
|
140
|
-
output.puts line
|
139
|
+
output.puts line.rstrip
|
141
140
|
end
|
142
141
|
end
|
143
142
|
end
|
@@ -149,8 +148,8 @@ module TTY
|
|
149
148
|
make_executable
|
150
149
|
output.puts install_info.join("\n") unless install_info.empty?
|
151
150
|
|
152
|
-
output.
|
153
|
-
output.
|
151
|
+
output.print "\n" + @pastel.green("Your teletype project has been created successfully.\n")
|
152
|
+
output.print "\n" + @pastel.green("Run \"teletype help\" for more commands.\n")
|
154
153
|
end
|
155
154
|
|
156
155
|
private
|
data/lib/tty/gemspec.rb
CHANGED
data/lib/tty/licenses.rb
CHANGED
data/lib/tty/path_helpers.rb
CHANGED
data/lib/tty/plugins.rb
CHANGED
data/lib/tty/plugins/plugin.rb
CHANGED
data/lib/tty/templater.rb
CHANGED
data/lib/tty/version.rb
CHANGED
data/tty.gemspec
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
lib = File.expand_path('../lib', __FILE__)
|
3
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
3
|
require 'tty/version'
|
@@ -14,30 +13,34 @@ Gem::Specification.new do |spec|
|
|
14
13
|
spec.homepage = 'https://piotrmurach.github.io/tty/'
|
15
14
|
spec.license = 'MIT'
|
16
15
|
|
17
|
-
|
16
|
+
manifest_path = File.expand_path('tty.manifest', __dir__)
|
17
|
+
spec.files = Dir[*File.read(manifest_path).split]
|
18
18
|
spec.bindir = "exe"
|
19
19
|
spec.executables = ['teletype']
|
20
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
21
20
|
spec.require_paths = ["lib"]
|
22
21
|
|
23
|
-
spec.
|
22
|
+
spec.required_ruby_version = '>= 2.0.0'
|
23
|
+
|
24
|
+
spec.add_dependency 'tty-box', '~> 0.3.0'
|
25
|
+
spec.add_dependency 'tty-color', '~> 0.4'
|
24
26
|
spec.add_dependency 'tty-command', '~> 0.8.0'
|
25
|
-
spec.add_dependency 'tty-config', '~> 0.
|
26
|
-
spec.add_dependency 'tty-cursor', '~> 0.
|
27
|
-
spec.add_dependency 'tty-editor', '~> 0.
|
28
|
-
spec.add_dependency 'tty-file', '~> 0.
|
27
|
+
spec.add_dependency 'tty-config', '~> 0.3.0'
|
28
|
+
spec.add_dependency 'tty-cursor', '~> 0.6'
|
29
|
+
spec.add_dependency 'tty-editor', '~> 0.5.0'
|
30
|
+
spec.add_dependency 'tty-file', '~> 0.7.0'
|
29
31
|
spec.add_dependency 'tty-font', '~> 0.2.0'
|
30
|
-
spec.add_dependency 'tty-markdown', '~> 0.
|
31
|
-
spec.add_dependency 'tty-pager', '~> 0.
|
32
|
-
spec.add_dependency 'tty-
|
33
|
-
spec.add_dependency 'tty-
|
34
|
-
spec.add_dependency 'tty-
|
35
|
-
spec.add_dependency 'tty-
|
36
|
-
spec.add_dependency 'tty-
|
32
|
+
spec.add_dependency 'tty-markdown', '~> 0.5.0'
|
33
|
+
spec.add_dependency 'tty-pager', '~> 0.12.0'
|
34
|
+
spec.add_dependency 'tty-pie', '~> 0.1.0'
|
35
|
+
spec.add_dependency 'tty-platform', '~> 0.2.0'
|
36
|
+
spec.add_dependency 'tty-progressbar', '~> 0.16.0'
|
37
|
+
spec.add_dependency 'tty-prompt', '~> 0.18.0'
|
38
|
+
spec.add_dependency 'tty-screen', '~> 0.6'
|
39
|
+
spec.add_dependency 'tty-spinner', '~> 0.9.0'
|
37
40
|
spec.add_dependency 'tty-table', '~> 0.10.0'
|
38
|
-
spec.add_dependency 'tty-tree', '~> 0.
|
39
|
-
spec.add_dependency 'tty-which', '~> 0.
|
40
|
-
spec.add_dependency 'equatable', '~> 0.5
|
41
|
+
spec.add_dependency 'tty-tree', '~> 0.2.0'
|
42
|
+
spec.add_dependency 'tty-which', '~> 0.4'
|
43
|
+
spec.add_dependency 'equatable', '~> 0.5'
|
41
44
|
spec.add_dependency 'pastel', '~> 0.7.2'
|
42
45
|
|
43
46
|
spec.add_dependency 'thor', '~> 0.20.0'
|
data/tty.manifest
ADDED
metadata
CHANGED
@@ -1,29 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: tty-box
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.3.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.3.0
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: tty-color
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
16
30
|
requirements:
|
17
31
|
- - "~>"
|
18
32
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.4
|
33
|
+
version: '0.4'
|
20
34
|
type: :runtime
|
21
35
|
prerelease: false
|
22
36
|
version_requirements: !ruby/object:Gem::Requirement
|
23
37
|
requirements:
|
24
38
|
- - "~>"
|
25
39
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.4
|
40
|
+
version: '0.4'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: tty-command
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,56 +58,56 @@ dependencies:
|
|
44
58
|
requirements:
|
45
59
|
- - "~>"
|
46
60
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
61
|
+
version: 0.3.0
|
48
62
|
type: :runtime
|
49
63
|
prerelease: false
|
50
64
|
version_requirements: !ruby/object:Gem::Requirement
|
51
65
|
requirements:
|
52
66
|
- - "~>"
|
53
67
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
68
|
+
version: 0.3.0
|
55
69
|
- !ruby/object:Gem::Dependency
|
56
70
|
name: tty-cursor
|
57
71
|
requirement: !ruby/object:Gem::Requirement
|
58
72
|
requirements:
|
59
73
|
- - "~>"
|
60
74
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
75
|
+
version: '0.6'
|
62
76
|
type: :runtime
|
63
77
|
prerelease: false
|
64
78
|
version_requirements: !ruby/object:Gem::Requirement
|
65
79
|
requirements:
|
66
80
|
- - "~>"
|
67
81
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
82
|
+
version: '0.6'
|
69
83
|
- !ruby/object:Gem::Dependency
|
70
84
|
name: tty-editor
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
72
86
|
requirements:
|
73
87
|
- - "~>"
|
74
88
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
89
|
+
version: 0.5.0
|
76
90
|
type: :runtime
|
77
91
|
prerelease: false
|
78
92
|
version_requirements: !ruby/object:Gem::Requirement
|
79
93
|
requirements:
|
80
94
|
- - "~>"
|
81
95
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
96
|
+
version: 0.5.0
|
83
97
|
- !ruby/object:Gem::Dependency
|
84
98
|
name: tty-file
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
86
100
|
requirements:
|
87
101
|
- - "~>"
|
88
102
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
103
|
+
version: 0.7.0
|
90
104
|
type: :runtime
|
91
105
|
prerelease: false
|
92
106
|
version_requirements: !ruby/object:Gem::Requirement
|
93
107
|
requirements:
|
94
108
|
- - "~>"
|
95
109
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
110
|
+
version: 0.7.0
|
97
111
|
- !ruby/object:Gem::Dependency
|
98
112
|
name: tty-font
|
99
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,30 +128,30 @@ dependencies:
|
|
114
128
|
requirements:
|
115
129
|
- - "~>"
|
116
130
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.
|
131
|
+
version: 0.5.0
|
118
132
|
type: :runtime
|
119
133
|
prerelease: false
|
120
134
|
version_requirements: !ruby/object:Gem::Requirement
|
121
135
|
requirements:
|
122
136
|
- - "~>"
|
123
137
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.
|
138
|
+
version: 0.5.0
|
125
139
|
- !ruby/object:Gem::Dependency
|
126
140
|
name: tty-pager
|
127
141
|
requirement: !ruby/object:Gem::Requirement
|
128
142
|
requirements:
|
129
143
|
- - "~>"
|
130
144
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.
|
145
|
+
version: 0.12.0
|
132
146
|
type: :runtime
|
133
147
|
prerelease: false
|
134
148
|
version_requirements: !ruby/object:Gem::Requirement
|
135
149
|
requirements:
|
136
150
|
- - "~>"
|
137
151
|
- !ruby/object:Gem::Version
|
138
|
-
version: 0.
|
152
|
+
version: 0.12.0
|
139
153
|
- !ruby/object:Gem::Dependency
|
140
|
-
name: tty-
|
154
|
+
name: tty-pie
|
141
155
|
requirement: !ruby/object:Gem::Requirement
|
142
156
|
requirements:
|
143
157
|
- - "~>"
|
@@ -150,62 +164,76 @@ dependencies:
|
|
150
164
|
- - "~>"
|
151
165
|
- !ruby/object:Gem::Version
|
152
166
|
version: 0.1.0
|
167
|
+
- !ruby/object:Gem::Dependency
|
168
|
+
name: tty-platform
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
170
|
+
requirements:
|
171
|
+
- - "~>"
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: 0.2.0
|
174
|
+
type: :runtime
|
175
|
+
prerelease: false
|
176
|
+
version_requirements: !ruby/object:Gem::Requirement
|
177
|
+
requirements:
|
178
|
+
- - "~>"
|
179
|
+
- !ruby/object:Gem::Version
|
180
|
+
version: 0.2.0
|
153
181
|
- !ruby/object:Gem::Dependency
|
154
182
|
name: tty-progressbar
|
155
183
|
requirement: !ruby/object:Gem::Requirement
|
156
184
|
requirements:
|
157
185
|
- - "~>"
|
158
186
|
- !ruby/object:Gem::Version
|
159
|
-
version: 0.
|
187
|
+
version: 0.16.0
|
160
188
|
type: :runtime
|
161
189
|
prerelease: false
|
162
190
|
version_requirements: !ruby/object:Gem::Requirement
|
163
191
|
requirements:
|
164
192
|
- - "~>"
|
165
193
|
- !ruby/object:Gem::Version
|
166
|
-
version: 0.
|
194
|
+
version: 0.16.0
|
167
195
|
- !ruby/object:Gem::Dependency
|
168
196
|
name: tty-prompt
|
169
197
|
requirement: !ruby/object:Gem::Requirement
|
170
198
|
requirements:
|
171
199
|
- - "~>"
|
172
200
|
- !ruby/object:Gem::Version
|
173
|
-
version: 0.
|
201
|
+
version: 0.18.0
|
174
202
|
type: :runtime
|
175
203
|
prerelease: false
|
176
204
|
version_requirements: !ruby/object:Gem::Requirement
|
177
205
|
requirements:
|
178
206
|
- - "~>"
|
179
207
|
- !ruby/object:Gem::Version
|
180
|
-
version: 0.
|
208
|
+
version: 0.18.0
|
181
209
|
- !ruby/object:Gem::Dependency
|
182
210
|
name: tty-screen
|
183
211
|
requirement: !ruby/object:Gem::Requirement
|
184
212
|
requirements:
|
185
213
|
- - "~>"
|
186
214
|
- !ruby/object:Gem::Version
|
187
|
-
version: 0.6
|
215
|
+
version: '0.6'
|
188
216
|
type: :runtime
|
189
217
|
prerelease: false
|
190
218
|
version_requirements: !ruby/object:Gem::Requirement
|
191
219
|
requirements:
|
192
220
|
- - "~>"
|
193
221
|
- !ruby/object:Gem::Version
|
194
|
-
version: 0.6
|
222
|
+
version: '0.6'
|
195
223
|
- !ruby/object:Gem::Dependency
|
196
224
|
name: tty-spinner
|
197
225
|
requirement: !ruby/object:Gem::Requirement
|
198
226
|
requirements:
|
199
227
|
- - "~>"
|
200
228
|
- !ruby/object:Gem::Version
|
201
|
-
version: 0.
|
229
|
+
version: 0.9.0
|
202
230
|
type: :runtime
|
203
231
|
prerelease: false
|
204
232
|
version_requirements: !ruby/object:Gem::Requirement
|
205
233
|
requirements:
|
206
234
|
- - "~>"
|
207
235
|
- !ruby/object:Gem::Version
|
208
|
-
version: 0.
|
236
|
+
version: 0.9.0
|
209
237
|
- !ruby/object:Gem::Dependency
|
210
238
|
name: tty-table
|
211
239
|
requirement: !ruby/object:Gem::Requirement
|
@@ -226,42 +254,42 @@ dependencies:
|
|
226
254
|
requirements:
|
227
255
|
- - "~>"
|
228
256
|
- !ruby/object:Gem::Version
|
229
|
-
version: 0.
|
257
|
+
version: 0.2.0
|
230
258
|
type: :runtime
|
231
259
|
prerelease: false
|
232
260
|
version_requirements: !ruby/object:Gem::Requirement
|
233
261
|
requirements:
|
234
262
|
- - "~>"
|
235
263
|
- !ruby/object:Gem::Version
|
236
|
-
version: 0.
|
264
|
+
version: 0.2.0
|
237
265
|
- !ruby/object:Gem::Dependency
|
238
266
|
name: tty-which
|
239
267
|
requirement: !ruby/object:Gem::Requirement
|
240
268
|
requirements:
|
241
269
|
- - "~>"
|
242
270
|
- !ruby/object:Gem::Version
|
243
|
-
version: 0.
|
271
|
+
version: '0.4'
|
244
272
|
type: :runtime
|
245
273
|
prerelease: false
|
246
274
|
version_requirements: !ruby/object:Gem::Requirement
|
247
275
|
requirements:
|
248
276
|
- - "~>"
|
249
277
|
- !ruby/object:Gem::Version
|
250
|
-
version: 0.
|
278
|
+
version: '0.4'
|
251
279
|
- !ruby/object:Gem::Dependency
|
252
280
|
name: equatable
|
253
281
|
requirement: !ruby/object:Gem::Requirement
|
254
282
|
requirements:
|
255
283
|
- - "~>"
|
256
284
|
- !ruby/object:Gem::Version
|
257
|
-
version: 0.5
|
285
|
+
version: '0.5'
|
258
286
|
type: :runtime
|
259
287
|
prerelease: false
|
260
288
|
version_requirements: !ruby/object:Gem::Requirement
|
261
289
|
requirements:
|
262
290
|
- - "~>"
|
263
291
|
- !ruby/object:Gem::Version
|
264
|
-
version: 0.5
|
292
|
+
version: '0.5'
|
265
293
|
- !ruby/object:Gem::Dependency
|
266
294
|
name: pastel
|
267
295
|
requirement: !ruby/object:Gem::Requirement
|
@@ -346,19 +374,10 @@ executables:
|
|
346
374
|
extensions: []
|
347
375
|
extra_rdoc_files: []
|
348
376
|
files:
|
349
|
-
- ".gitignore"
|
350
|
-
- ".rspec"
|
351
|
-
- ".travis.yml"
|
352
|
-
- ".yardopts"
|
353
377
|
- CHANGELOG.md
|
354
|
-
- CODE_OF_CONDUCT.md
|
355
|
-
- Gemfile
|
356
378
|
- LICENSE.txt
|
357
379
|
- README.md
|
358
|
-
- Rakefile
|
359
|
-
- appveyor.yml
|
360
380
|
- exe/teletype
|
361
|
-
- images/tty.png
|
362
381
|
- lib/tty.rb
|
363
382
|
- lib/tty/cli.rb
|
364
383
|
- lib/tty/cmd.rb
|
@@ -395,29 +414,8 @@ files:
|
|
395
414
|
- lib/tty/templates/new/mit_LICENSE.txt.tt
|
396
415
|
- lib/tty/templates/new/mplv2_LICENSE.txt.tt
|
397
416
|
- lib/tty/version.rb
|
398
|
-
- spec/fixtures/foo-0.0.1.gemspec
|
399
|
-
- spec/integration/add_desc_args_spec.rb
|
400
|
-
- spec/integration/add_force_spec.rb
|
401
|
-
- spec/integration/add_namespaced_spec.rb
|
402
|
-
- spec/integration/add_spec.rb
|
403
|
-
- spec/integration/add_subcommand_spec.rb
|
404
|
-
- spec/integration/new_author_spec.rb
|
405
|
-
- spec/integration/new_license_spec.rb
|
406
|
-
- spec/integration/new_namespaced_spec.rb
|
407
|
-
- spec/integration/new_spec.rb
|
408
|
-
- spec/integration/new_test_spec.rb
|
409
|
-
- spec/integration/start_spec.rb
|
410
|
-
- spec/spec_helper.rb
|
411
|
-
- spec/unit/gemspec_spec.rb
|
412
|
-
- spec/unit/plugins/activate_spec.rb
|
413
|
-
- spec/unit/plugins/load_from_spec.rb
|
414
|
-
- spec/unit/plugins/plugin/load_spec.rb
|
415
|
-
- spec/unit/plugins/plugin/new_spec.rb
|
416
|
-
- spec/unit/tty_spec.rb
|
417
|
-
- tasks/console.rake
|
418
|
-
- tasks/coverage.rake
|
419
|
-
- tasks/spec.rake
|
420
417
|
- tty.gemspec
|
418
|
+
- tty.manifest
|
421
419
|
homepage: https://piotrmurach.github.io/tty/
|
422
420
|
licenses:
|
423
421
|
- MIT
|
@@ -430,7 +428,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
430
428
|
requirements:
|
431
429
|
- - ">="
|
432
430
|
- !ruby/object:Gem::Version
|
433
|
-
version:
|
431
|
+
version: 2.0.0
|
434
432
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
435
433
|
requirements:
|
436
434
|
- - ">="
|
@@ -438,28 +436,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
438
436
|
version: '0'
|
439
437
|
requirements: []
|
440
438
|
rubyforge_project:
|
441
|
-
rubygems_version: 2.
|
439
|
+
rubygems_version: 2.7.3
|
442
440
|
signing_key:
|
443
441
|
specification_version: 4
|
444
442
|
summary: A toolbox for developing beautiful command line clients in Ruby with a fluid
|
445
443
|
interface for gathering input, querying terminal properties and displaying information.
|
446
|
-
test_files:
|
447
|
-
- spec/fixtures/foo-0.0.1.gemspec
|
448
|
-
- spec/integration/add_desc_args_spec.rb
|
449
|
-
- spec/integration/add_force_spec.rb
|
450
|
-
- spec/integration/add_namespaced_spec.rb
|
451
|
-
- spec/integration/add_spec.rb
|
452
|
-
- spec/integration/add_subcommand_spec.rb
|
453
|
-
- spec/integration/new_author_spec.rb
|
454
|
-
- spec/integration/new_license_spec.rb
|
455
|
-
- spec/integration/new_namespaced_spec.rb
|
456
|
-
- spec/integration/new_spec.rb
|
457
|
-
- spec/integration/new_test_spec.rb
|
458
|
-
- spec/integration/start_spec.rb
|
459
|
-
- spec/spec_helper.rb
|
460
|
-
- spec/unit/gemspec_spec.rb
|
461
|
-
- spec/unit/plugins/activate_spec.rb
|
462
|
-
- spec/unit/plugins/load_from_spec.rb
|
463
|
-
- spec/unit/plugins/plugin/load_spec.rb
|
464
|
-
- spec/unit/plugins/plugin/new_spec.rb
|
465
|
-
- spec/unit/tty_spec.rb
|
444
|
+
test_files: []
|