Skip to content

Tags: akabiru/hscode

Tags

v0.1.2

Toggle v0.1.2's commit message
List status codes by type (#24)

* method for listing codes by type
* specify type
* include type description
* optimize slow code
* refactor methods with high branch size
* add regex to throw error if type entered is wrong
* fix bug in grouping
* separate code type constant into file
* refactor tests for system exits
* remove redundant code
* add more test coverage
* add rspec matchers to test for actual status code

* bump version

v0.1.1

Toggle v0.1.1's commit message
Hotfix for bundler runtime error