summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-20 20:28:31 -0600
committermo khan <mo.khan@gmail.com>2020-05-20 20:28:31 -0600
commit77489f0239fca9bcabd0cd556ab1619bbb723521 (patch)
treee8a9233419ac9b308dbab2dfbe67d11793e045bd /.github
parent5ce1a4bb47592d33f725b7586f8e767bedd54129 (diff)
switch to a nanospinner with less dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/licensed/bundler/nanospinner.dep.yml (renamed from .github/licensed/bundler/tty-cursor.dep.yml)12
-rw-r--r--.github/licensed/bundler/strings-ansi.dep.yml34
-rw-r--r--.github/licensed/bundler/tty-progressbar.dep.yml33
-rw-r--r--.github/licensed/bundler/unicode-display_width.dep.yml33
4 files changed, 5 insertions, 107 deletions
diff --git a/.github/licensed/bundler/tty-cursor.dep.yml b/.github/licensed/bundler/nanospinner.dep.yml
index 177d1c6..cc6f56f 100644
--- a/.github/licensed/bundler/tty-cursor.dep.yml
+++ b/.github/licensed/bundler/nanospinner.dep.yml
@@ -1,16 +1,14 @@
---
-name: tty-cursor
-version: 0.7.1
+name: nanospinner
+version: 1.0.0
type: bundler
-summary: Terminal cursor positioning, visibility and text manipulation.
-homepage: https://ttytoolkit.org
+summary: A tiny commandline spinner
+homepage: http://github.com/julik/nanospinner
license: mit
licenses:
- sources: LICENSE.txt
text: |
- Copyright (c) 2015 Piotr Murach
-
- MIT License
+ 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
diff --git a/.github/licensed/bundler/strings-ansi.dep.yml b/.github/licensed/bundler/strings-ansi.dep.yml
deleted file mode 100644
index 9d502e7..0000000
--- a/.github/licensed/bundler/strings-ansi.dep.yml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-name: strings-ansi
-version: 0.1.0
-type: bundler
-summary: Methods for processing ANSI escape codes in strings.
-homepage: https://github.com/piotrmurach/strings
-license: mit
-licenses:
-- sources: LICENSE.txt
- text: |
- The MIT License (MIT)
-
- Copyright (c) 2018 Piotr Murach
-
- 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.
-- sources: README.md
- text: The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
-notices: []
diff --git a/.github/licensed/bundler/tty-progressbar.dep.yml b/.github/licensed/bundler/tty-progressbar.dep.yml
deleted file mode 100644
index 006fabe..0000000
--- a/.github/licensed/bundler/tty-progressbar.dep.yml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-name: tty-progressbar
-version: 0.17.0
-type: bundler
-summary: A flexible progress bars drawing in terminal emulators.
-homepage: https://piotrmurach.github.io/tty/
-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/unicode-display_width.dep.yml b/.github/licensed/bundler/unicode-display_width.dep.yml
deleted file mode 100644
index 35422be..0000000
--- a/.github/licensed/bundler/unicode-display_width.dep.yml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-name: unicode-display_width
-version: 1.7.0
-type: bundler
-summary: Determines the monospace display width of a string in Ruby.
-homepage: https://github.com/janlelis/unicode-display_width
-license: mit
-licenses:
-- sources: MIT-LICENSE.txt
- text: |
- The MIT LICENSE
-
- Copyright (c) 2011, 2015-2020 Jan Lelis
-
- 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: []