Initial Implementation (#1)

This commit is contained in:
George Dietrich 2020-12-24 00:48:48 -05:00 committed by GitHub
parent 34c8539ead
commit 83eda1298c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1082 additions and 54 deletions

View file

@ -1,4 +1,4 @@
name: athena-COMPONENT_NAME
name: athena-negotiation
version: 0.1.0
@ -6,17 +6,20 @@ crystal: '>= 0.35.0'
license: MIT
repository: https://github.com/athena-framework/COMPONENT_NAME
repository: https://github.com/athena-framework/negotiation
documentation: https://athena-framework.github.io/COMPONENT_NAME/Athena/NAMESPACE_NAME.html
documentation: https://athena-framework.github.io/negotiation/Athena/Negotiation.html
description: |
DESCRIPTION.
Framework agnostic content negotiation library.
authors:
- CREATOR_NAME <CREATOR_EMAIL>
- George Dietrich <george@dietrich.app>
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.13.0
athena-spec:
github: athena-framework/spec
version: ~> 0.2.3