Skip to content

Releases: pacso/aoc_rb

v0.2.10

10 Dec 23:40
b89d6a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

10 Dec 23:40
fb6768b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

10 Dec 23:39
a095354
Compare
Choose a tag to compare

What's Changed

  • Auto update bin/aoc command by @pacso in #32

Full Changelog: v0.2.7...v0.2.8

v0.2.7

05 Dec 23:42
8f231f5
Compare
Choose a tag to compare

What's Changed

  • Update readme by @pacso in #27
  • Cleanup: remove unexpected puts statement. by @kewlar in #29
  • Add version command by @pacso in #30
  • Fix: remove unexpected rspec help output when running rspec. by @kewlar in #28
  • Release 0.2.7 by @pacso in #31

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

01 Dec 19:41
484da88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

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