Skip to content

Commit

Permalink
Add tty-command to the suggested list of tty components in a generate…
Browse files Browse the repository at this point in the history
…d gemspec
  • Loading branch information
piotrmurach committed Oct 23, 2020
1 parent 76d95b3 commit a6f174a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tty_gems.each do |tty_gem|
gem tty_gem["name"], tty_gem["version"]
end

gem "tty-command", git: "https://github.com/piotrmurach/tty-command"
gem "tty-progressbar", git: "https://github.com/piotrmurach/tty-progressbar"

group :metrics do
Expand Down
3 changes: 3 additions & 0 deletions lib/tty/gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- name: tty-color
version: ~> 0.5
comment: Terminal color capabilities detection.
- name: tty-command
version: ~> 0.10
comment: Execute shell commands with pretty logging.
- name: tty-config
version: ~> 0.4
comment: Define, read and write app configurations.
Expand Down
3 changes: 3 additions & 0 deletions spec/integration/new_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
# Terminal color capabilities detection.
# spec.add_dependency "tty-color", "~> (\d+.?){2,3}"
# Execute shell commands with pretty logging.
# spec.add_dependency "tty-command", "~> (\d+.?){2,3}"
# Define, read and write app configurations.
# spec.add_dependency "tty-config", "~> (\d+.?){2,3}"
Expand Down
3 changes: 3 additions & 0 deletions spec/unit/gemspec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
%q{ # Terminal color capabilities detection.},
%q{ # spec.add_dependency "tty-color", "~> 0.5"},
"",
%q{ # Execute shell commands with pretty logging.},
%q{ # spec.add_dependency "tty-command", "~> 0.10"},
"",
%q{ # Define, read and write app configurations.},
%q{ # spec.add_dependency "tty-config", "~> 0.4"},
"",
Expand Down

0 comments on commit a6f174a

Please sign in to comment.