Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Copyright 2019 Michael Cain [email protected]
- Copyright 2022 Ryan O'Neill [email protected]
- Copyright 2023 Even Stensberg [email protected]
- Copyright 2024 John Edward Willman V [email protected]
- _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_

## Note for U.S. Federal Employees
Expand Down
44 changes: 44 additions & 0 deletions src/_releases/github.com/192-Support-Squadron/Ra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "2.0.0",
"agency": "USAF",
"measurementType": {
"method": "linesOfCode"
},
"releases": [
{
"organization": "USAF 192 Support Squadron",
"version": "0.1.0",
"name": "Ra",
"description": "The tool is used to generate Network Configuration Files, based on JSON input files.",
"tags": [
"Rust"
],
"contact": {
"email": "[email protected]",
"name": "John Edward Willman V"
},
"status": "Production",
"vcs": "git",
"languages": [
"Rust"
],
"repositoryURL": "https://github.com/192-support-squadron/ra",
"permissions": {
"licenses": [
{
"URL": "https://github.com/192-support-squadron/ra/blob/main/LICENSE",
"name": "Apache 2.0"
}
],
"usageType": "openSource"
},
"laborHours": 200,
"date": {
"created": "2024-01-1",
"lastModified": "2024-07-23",
"metadataLastUpdated": "2024-07-23"
}
}
]
}