Skip to content

Releases: akabiru/hscode

List codes by type

05 Mar 20:14
Compare
Choose a tag to compare

New feature

Users are able to list status codes by type. E.g.

$ hscode -l 1xx

This should output all informational status codes with descriptions.

Optimisation

  • Add Rspec matchers for easier testing

Closed #16

Fix bundler load error

05 Mar 20:17
Compare
Choose a tag to compare

Description

Remove unused bundler dependency removing need to gem install bundler upon installing hscode.

Closed #19