Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

59 lines (46 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Removed

  • Duplicate require statements in tests

Added

  • A changelog

0.2.0 - 2018-05-22

Added

  • A Rake task to generate YARD documentation
  • A code coverage report after running RSpec

Changed

  • Test the gem against the latest version of Ruby
  • Update and reconfigure the Code Climate test reporter
  • Replaced the Gemnasium badge with Depfu
  • Cleaned the Rake file
  • Updated all development dependencies to the latest versions

Removed

  • Unused gem dependencies

0.1.3 - 2014-08-13

Fixed

  • The tests when running as root

Added

  • An Inch-CI badge to show the code documentation progress

0.1.2 - 2014-08-04

Changed

  • Integrate the codebase with Travis CI
  • Configure Code Climate test reporter
  • Updated the documentation

Added

  • Code coverage reports
  • Badges for build statuses and gem dependencies

0.1.1 - 2014-08-04

Changed

  • Cleanup the documentation
  • Update Rake to version ~> 10.3

[0.1.0] - 2014-08-04

Added

  • Initial commit