This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
CHANGELOG
Additions:
- add
helper()
method toTLSmap::App::Extractor
so it will display a useful error message when the wrong format is provided.
Chore:
- New dependency requirement architecture: runtime dependencies are set both in
.gemspec
+Gemfile
while development ones are set inGemfile
only. Gemfile
dependencies are categorized in groups. So it's now possible to exclude the docs group while installing in a CI while keeping test and lint..gempsec
is only able to create runtime and development but not custom groups.