Skip to content

Releases: pacso/aoc_rb

v0.2.5

03 Dec 15:33
68c1eea
Compare
Choose a tag to compare

Added

  • New spec --all task to run all tests (by @kauredo)
  • Tests for output task (by @kauredo)

Changed

  • Updated gitignore to exclude ruby environment and gem build files
  • Updated all specs to use the generated test app folder, rather than the gem root dir (#21 by @pacso)

Fixed

  • Thor exit_on_failure deprecation warning (by @kauredo)

v0.2.4

02 Dec 10:28
c96ffe4
Compare
Choose a tag to compare

Fixed

  • Output task fixed (by @kauredo)
  • Spec task added to run tests from a given day (by @kauredo)

v0.2.3

01 Jun 21:18
ad4685b
Compare
Choose a tag to compare

Changed

  • Update minimum nokogiri version
  • Update thor gem

v0.2.2

12 Apr 20:17
Compare
Choose a tag to compare
Support Ruby 3.1.1 (#10)

* Add Ruby 3.1 to test matrix

* Update setup-ruby build version

* Add failing test

* Fix fileutils bug

* Bump version number

* Add changelog

* Add changelog check

v0.2.0

12 Apr 19:10
Compare
Choose a tag to compare
Bump expected version in spec

v0.1.0

03 Dec 12:41
Compare
Choose a tag to compare

Fixes bug with Pathname not being available

v0.0.0

02 Dec 22:53
Compare
Choose a tag to compare

Initial release of aoc_rb gem