Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

v1.3.2

Latest
Compare
Choose a tag to compare
@noraj noraj released this 22 Jul 15:11

CHANGELOG

Additions:

  • add helper() method to TLSmap::App::Extractor so it will display a useful error message when the wrong format is provided.

carbon

Chore:

  • New dependency requirement architecture: runtime dependencies are set both in .gemspec + Gemfile while development ones are set in Gemfile 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.