benry-actionrunner 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8c099519a377f8d03aafc0735e38b1097e0ccd832bef8d3d68b2e40b7b88ab57
4
+ data.tar.gz: 55d04bb2ec309e74731578a78686177725741840d8338189dbcfdcdc51920dce
5
+ SHA512:
6
+ metadata.gz: d200abcb66b51623a57142a5854e8f6a27d92d3fca18e7bd86994ec1d6c6656bea83037492804395b6a76bca5a723c349a63658d7f8296d434da06c93c1f5727
7
+ data.tar.gz: 0f57de1b96f8dae44ed1be689e77044c8fe4e823c380cc88167c0342fb62eec3313a0f203df6a27bd7bc279481978a3b8b456252fd0bc874a0115a3a93982b83
data/CHANGES.md ADDED
@@ -0,0 +1,8 @@
1
+ CHANGES
2
+ =======
3
+
4
+
5
+ Release 1.0.0 (????-??-??)
6
+ --------------------------
7
+
8
+ * First public release.
data/MIT-LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 kwatch@gmail.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.