diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/licensed/bundler/async-http.dep.yml | 32 | ||||
| -rw-r--r-- | .github/licensed/bundler/async-io.dep.yml | 30 | ||||
| -rw-r--r-- | .github/licensed/bundler/async-pool.dep.yml | 30 | ||||
| -rw-r--r-- | .github/licensed/bundler/async.dep.yml | 30 | ||||
| -rw-r--r-- | .github/licensed/bundler/console.dep.yml | 32 | ||||
| -rw-r--r-- | .github/licensed/bundler/nio4r.dep.yml | 25 | ||||
| -rw-r--r-- | .github/licensed/bundler/protocol-hpack.dep.yml | 25 | ||||
| -rw-r--r-- | .github/licensed/bundler/protocol-http.dep.yml | 24 | ||||
| -rw-r--r-- | .github/licensed/bundler/protocol-http1.dep.yml | 24 | ||||
| -rw-r--r-- | .github/licensed/bundler/protocol-http2.dep.yml | 24 | ||||
| -rw-r--r-- | .github/licensed/bundler/thor.dep.yml | 2 | ||||
| -rw-r--r-- | .github/licensed/bundler/timers.dep.yml | 30 | ||||
| -rw-r--r-- | .github/licensed/bundler/zeitwerk.dep.yml | 2 |
13 files changed, 308 insertions, 2 deletions
diff --git a/.github/licensed/bundler/async-http.dep.yml b/.github/licensed/bundler/async-http.dep.yml new file mode 100644 index 0000000..bd6300c --- /dev/null +++ b/.github/licensed/bundler/async-http.dep.yml @@ -0,0 +1,32 @@ +--- +name: async-http +version: 0.52.4 +type: bundler +summary: A HTTP client and server library. +homepage: https://github.com/socketry/async-http +license: mit +licenses: +- sources: README.md + text: |- + Released under the MIT license. + + Copyright, 2018, by [Samuel G. D. Williams](http://www.codeotaku.com/samuel-williams). + + 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/async-io.dep.yml b/.github/licensed/bundler/async-io.dep.yml new file mode 100644 index 0000000..d58a059 --- /dev/null +++ b/.github/licensed/bundler/async-io.dep.yml @@ -0,0 +1,30 @@ +--- +name: async-io +version: 1.30.0 +type: bundler +summary: Provides support for asynchonous TCP, UDP, UNIX and SSL sockets. +homepage: https://github.com/socketry/async-io +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/async-pool.dep.yml b/.github/licensed/bundler/async-pool.dep.yml new file mode 100644 index 0000000..dbf8ccc --- /dev/null +++ b/.github/licensed/bundler/async-pool.dep.yml @@ -0,0 +1,30 @@ +--- +name: async-pool +version: 0.3.2 +type: bundler +summary: A singleplex and multiplex resource pool for implementing robust clients. +homepage: https://github.com/socketry/async-pool +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/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/protocol-hpack.dep.yml b/.github/licensed/bundler/protocol-hpack.dep.yml new file mode 100644 index 0000000..afd67f7 --- /dev/null +++ b/.github/licensed/bundler/protocol-hpack.dep.yml @@ -0,0 +1,25 @@ +--- +name: protocol-hpack +version: 1.4.2 +type: bundler +summary: A compresssor and decompressor for HTTP 2.0 HPACK. +homepage: https://github.com/socketry/http-hpack +license: mit +licenses: +- sources: README.md + text: "Released under the MIT license.\n\nCopyright, 2019, by [Samuel G. D. Williams](http://www.codeotaku.com/samuel-williams). + \ \nCopyright, 2013, by Ilya Grigorik. \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/protocol-http.dep.yml b/.github/licensed/bundler/protocol-http.dep.yml new file mode 100644 index 0000000..d9cc346 --- /dev/null +++ b/.github/licensed/bundler/protocol-http.dep.yml @@ -0,0 +1,24 @@ +--- +name: protocol-http +version: 0.20.0 +type: bundler +summary: Provides abstractions to handle HTTP protocols. +homepage: https://github.com/socketry/protocol-http +license: mit +licenses: +- sources: README.md + text: "Released under the MIT license.\n\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/protocol-http1.dep.yml b/.github/licensed/bundler/protocol-http1.dep.yml new file mode 100644 index 0000000..eff085e --- /dev/null +++ b/.github/licensed/bundler/protocol-http1.dep.yml @@ -0,0 +1,24 @@ +--- +name: protocol-http1 +version: 0.13.0 +type: bundler +summary: A low level implementation of the HTTP/1 protocol. +homepage: https://github.com/socketry/protocol-http1 +license: mit +licenses: +- sources: README.md + text: "Released under the MIT license.\n\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/protocol-http2.dep.yml b/.github/licensed/bundler/protocol-http2.dep.yml new file mode 100644 index 0000000..92641f2 --- /dev/null +++ b/.github/licensed/bundler/protocol-http2.dep.yml @@ -0,0 +1,24 @@ +--- +name: protocol-http2 +version: 0.14.0 +type: bundler +summary: A low level implementation of the HTTP/2 protocol. +homepage: https://github.com/socketry/protocol-http2 +license: mit +licenses: +- sources: README.md + text: "Released under the MIT license.\n\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: [] diff --git a/.github/licensed/bundler/zeitwerk.dep.yml b/.github/licensed/bundler/zeitwerk.dep.yml index 73a040b..9472fb5 100644 --- a/.github/licensed/bundler/zeitwerk.dep.yml +++ b/.github/licensed/bundler/zeitwerk.dep.yml @@ -1,6 +1,6 @@ --- name: zeitwerk -version: 2.3.0 +version: 2.3.1 type: bundler summary: Efficient and thread-safe constant autoloader homepage: https://github.com/fxn/zeitwerk |
