diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-12 15:38:56 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-12 15:38:56 -0600 |
| commit | 077998970180a9f21d287d2716ef9d2eaceb4cfa (patch) | |
| tree | 5ab7bd250de38d1290cc112753e50adb173b4f8a /.github | |
| parent | 50437b8b4bf9f4e17a892c5a02f086ec3ac9fd3e (diff) | |
Move spinner into Table printer
Diffstat (limited to '.github')
| -rw-r--r-- | .github/licensed/bundler/tty-cursor.dep.yml (renamed from .github/licensed/bundler/nanospinner.dep.yml) | 12 | ||||
| -rw-r--r-- | .github/licensed/bundler/tty-spinner.dep.yml (renamed from .github/licensed/bundler/tty-screen.dep.yml) | 7 |
2 files changed, 10 insertions, 9 deletions
diff --git a/.github/licensed/bundler/nanospinner.dep.yml b/.github/licensed/bundler/tty-cursor.dep.yml index cc6f56f..177d1c6 100644 --- a/.github/licensed/bundler/nanospinner.dep.yml +++ b/.github/licensed/bundler/tty-cursor.dep.yml @@ -1,14 +1,16 @@ --- -name: nanospinner -version: 1.0.0 +name: tty-cursor +version: 0.7.1 type: bundler -summary: A tiny commandline spinner -homepage: http://github.com/julik/nanospinner +summary: Terminal cursor positioning, visibility and text manipulation. +homepage: https://ttytoolkit.org license: mit licenses: - sources: LICENSE.txt text: | - Copyright (c) 2014 Julik Tarkhanov + Copyright (c) 2015 Piotr Murach + + MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/.github/licensed/bundler/tty-screen.dep.yml b/.github/licensed/bundler/tty-spinner.dep.yml index 2efe3ae..417d94d 100644 --- a/.github/licensed/bundler/tty-screen.dep.yml +++ b/.github/licensed/bundler/tty-spinner.dep.yml @@ -1,9 +1,8 @@ --- -name: tty-screen -version: 0.8.0 +name: tty-spinner +version: 0.9.3 type: bundler -summary: Terminal screen size detection which works on Linux, OS X and Windows/Cygwin - platforms and supports MRI, JRuby, TruffleRuby and Rubinius interpreters. +summary: A terminal spinner for tasks that have non-deterministic time frame. homepage: https://ttytoolkit.org license: mit licenses: |
