summaryrefslogtreecommitdiff
path: root/.github/licensed/bundler
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-22 21:15:44 -0600
committermo khan <mo.khan@gmail.com>2020-06-22 21:15:44 -0600
commit26df4f77be7b5e4b31ae35d5395062e0f7765e60 (patch)
tree0b8c09fe72c5b5ea81425ccd9dd72b2c7c33e48f /.github/licensed/bundler
parent1cb18873b502a5e37d4d34d91244695c98670ea6 (diff)
Run print in parallellight-async
Diffstat (limited to '.github/licensed/bundler')
-rw-r--r--.github/licensed/bundler/async.dep.yml30
-rw-r--r--.github/licensed/bundler/console.dep.yml32
-rw-r--r--.github/licensed/bundler/nio4r.dep.yml25
-rw-r--r--.github/licensed/bundler/thor.dep.yml2
-rw-r--r--.github/licensed/bundler/timers.dep.yml30
5 files changed, 118 insertions, 1 deletions
diff --git a/.github/licensed/bundler/async.dep.yml b/.github/licensed/bundler/async.dep.yml
new file mode 100644
index 0000000..c660492
--- /dev/null
+++ b/.github/licensed/bundler/async.dep.yml
@@ -0,0 +1,30 @@
+---
+name: async
+version: 1.26.2
+type: bundler
+summary: A concurrency framework for Ruby.
+homepage: https://github.com/socketry/async
+license: mit
+licenses:
+- sources: Auto-generated MIT license text
+ text: |
+ 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/console.dep.yml b/.github/licensed/bundler/console.dep.yml
new file mode 100644
index 0000000..aeebf95
--- /dev/null
+++ b/.github/licensed/bundler/console.dep.yml
@@ -0,0 +1,32 @@
+---
+name: console
+version: 1.8.2
+type: bundler
+summary: Beautiful logging for Ruby.
+homepage: https://github.com/socketry/console
+license: mit
+licenses:
+- sources: README.md
+ text: |-
+ Released under the MIT license.
+
+ Copyright, 2019, by [Samuel Williams](https://www.codeotaku.com).
+
+ 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/nio4r.dep.yml b/.github/licensed/bundler/nio4r.dep.yml
new file mode 100644
index 0000000..c9852b5
--- /dev/null
+++ b/.github/licensed/bundler/nio4r.dep.yml
@@ -0,0 +1,25 @@
+---
+name: nio4r
+version: 2.5.2
+type: bundler
+summary: New IO for Ruby
+homepage: https://github.com/socketry/nio4r
+license: mit
+licenses:
+- sources: README.md
+ text: "Released under the MIT license.\n\nCopyright, 2019, by Tony Arcieri. \nCopyright,
+ 2019, by [Samuel G. D. Williams](http://www.codeotaku.com/samuel-williams).\n\nPermission
+ is hereby granted, free of charge, to any person obtaining a copy\nof this software
+ and associated documentation files (the \"Software\"), to deal\nin the Software
+ without restriction, including without limitation the rights\nto use, copy, modify,
+ merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
+ to permit persons to whom the Software is\nfurnished to do so, subject to the
+ following conditions:\n\nThe above copyright notice and this permission notice
+ shall be included in\nall copies or substantial portions of the Software.\n\nTHE
+ SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
+notices: []
diff --git a/.github/licensed/bundler/thor.dep.yml b/.github/licensed/bundler/thor.dep.yml
index 3f5dbc4..0fd74e6 100644
--- a/.github/licensed/bundler/thor.dep.yml
+++ b/.github/licensed/bundler/thor.dep.yml
@@ -1,6 +1,6 @@
---
name: thor
-version: 0.20.3
+version: 1.0.1
type: bundler
summary: Thor is a toolkit for building powerful command-line interfaces.
homepage: http://whatisthor.com/
diff --git a/.github/licensed/bundler/timers.dep.yml b/.github/licensed/bundler/timers.dep.yml
new file mode 100644
index 0000000..fae490f
--- /dev/null
+++ b/.github/licensed/bundler/timers.dep.yml
@@ -0,0 +1,30 @@
+---
+name: timers
+version: 4.3.0
+type: bundler
+summary: Pure Ruby one-shot and periodic timers
+homepage: https://github.com/socketry/timers
+license: mit
+licenses:
+- sources: README.md
+ text: "Released under the MIT license.\n\nCopyright, 2018, by [Samuel G. D. Williams](http://www.codeotaku.com/samuel-williams).
+ \ \nCopyright, 2016, by [Tony Arcieri](bascule@gmail.com). \nCopyright, 2016,
+ by Jeremy Hinegardner. \nCopyright, 2016, by Sean Gregory. \nCopyright, 2016,
+ by Chuck Remes. \nCopyright, 2016, by Utenmiki. \nCopyright, 2016, by Ron Evans.
+ \ \nCopyright, 2016, by Larry Lv. \nCopyright, 2016, by Bruno Enten. \nCopyright,
+ 2016, by Jesse Cooke. \nCopyright, 2016, by Nicholas Evans. \nCopyright, 2016,
+ by Dimitrij Denissenko. \nCopyright, 2016, by Ryan LeCompte. \n\nPermission
+ is hereby granted, free of charge, to any person obtaining a copy\nof this software
+ and associated documentation files (the \"Software\"), to deal\nin the Software
+ without restriction, including without limitation the rights\nto use, copy, modify,
+ merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
+ to permit persons to whom the Software is\nfurnished to do so, subject to the
+ following conditions:\n\nThe above copyright notice and this permission notice
+ shall be included in\nall copies or substantial portions of the Software.\n\nTHE
+ SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
+notices: []