Skip to content

Releases: flori/amatch

v0.6.0

19 Dec 16:50

Choose a tag to compare

  • Moved the debug gem from regular dependencies to development dependencies
    in Rakefile and updated amatch.gemspec accordingly
  • Added openssl-dev dependency and included ruby:4.0-rc-alpine image
    configuration in .all_images.yml
  • Changed bundle update command to bundle update --all for improved dependency management

v0.5.0

11 Sep 14:25

Choose a tag to compare

  • Added yaml-dev dependency and installed bundler and gem_hadar gems in .all_images.yml
    • Modified script section in .all_images.yml to use bundle update with parallel installation
    • Changed fail_fast setting in .all_images.yml from yes to true
  • Added ext/amatch_ext* to .gitignore and updated Rakefile to ignore these files during packaging
  • Added coverage to .gitignore and Rakefile ignore lists
  • Updated tins dependency from ~>1.0 to ~>1
  • Added debug gem as a regular dependency
  • Added simplecov as a development dependency
  • Created .utilsrc configuration file for utilrb gem with specified settings
  • Replaced individual test requires with require 'test_helper' in all test files
  • Created tests/test_helper.rb to centralize test setup including SimpleCov and debug loading
  • The gem_hadar/simplecov gem is used for code coverage reporting