From 077998970180a9f21d287d2716ef9d2eaceb4cfa Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 12 Jun 2020 15:38:56 -0600 Subject: Move spinner into Table printer --- .github/licensed/bundler/nanospinner.dep.yml | 31 ------------------------- .github/licensed/bundler/tty-cursor.dep.yml | 33 +++++++++++++++++++++++++++ .github/licensed/bundler/tty-screen.dep.yml | 34 ---------------------------- .github/licensed/bundler/tty-spinner.dep.yml | 33 +++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 65 deletions(-) delete mode 100644 .github/licensed/bundler/nanospinner.dep.yml create mode 100644 .github/licensed/bundler/tty-cursor.dep.yml delete mode 100644 .github/licensed/bundler/tty-screen.dep.yml create mode 100644 .github/licensed/bundler/tty-spinner.dep.yml (limited to '.github') diff --git a/.github/licensed/bundler/nanospinner.dep.yml b/.github/licensed/bundler/nanospinner.dep.yml deleted file mode 100644 index cc6f56f..0000000 --- a/.github/licensed/bundler/nanospinner.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: nanospinner -version: 1.0.0 -type: bundler -summary: A tiny commandline spinner -homepage: http://github.com/julik/nanospinner -license: mit -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2014 Julik Tarkhanov - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -notices: [] diff --git a/.github/licensed/bundler/tty-cursor.dep.yml b/.github/licensed/bundler/tty-cursor.dep.yml new file mode 100644 index 0000000..177d1c6 --- /dev/null +++ b/.github/licensed/bundler/tty-cursor.dep.yml @@ -0,0 +1,33 @@ +--- +name: tty-cursor +version: 0.7.1 +type: bundler +summary: Terminal cursor positioning, visibility and text manipulation. +homepage: https://ttytoolkit.org +license: mit +licenses: +- sources: LICENSE.txt + text: | + 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 + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +notices: [] diff --git a/.github/licensed/bundler/tty-screen.dep.yml b/.github/licensed/bundler/tty-screen.dep.yml deleted file mode 100644 index 2efe3ae..0000000 --- a/.github/licensed/bundler/tty-screen.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: tty-screen -version: 0.8.0 -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. -homepage: https://ttytoolkit.org -license: mit -licenses: -- sources: LICENSE.txt - text: | - Copyright (c) 2014 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 - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -notices: [] diff --git a/.github/licensed/bundler/tty-spinner.dep.yml b/.github/licensed/bundler/tty-spinner.dep.yml new file mode 100644 index 0000000..417d94d --- /dev/null +++ b/.github/licensed/bundler/tty-spinner.dep.yml @@ -0,0 +1,33 @@ +--- +name: tty-spinner +version: 0.9.3 +type: bundler +summary: A terminal spinner for tasks that have non-deterministic time frame. +homepage: https://ttytoolkit.org +license: mit +licenses: +- sources: LICENSE.txt + text: | + Copyright (c) 2014 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 + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +notices: [] -- cgit v1.2.3