Releases: flori/amatch
Releases · flori/amatch
v0.5.0
- Added
yaml-dev
dependency and installedbundler
andgem_hadar
gems in.all_images.yml
- Modified script section in
.all_images.yml
to usebundle update
with parallel installation - Changed
fail_fast
setting in.all_images.yml
fromyes
totrue
- Modified script section in
- Added
ext/amatch_ext*
to.gitignore
and updatedRakefile
to ignore these files during packaging - Added
coverage
to.gitignore
andRakefile
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 forutilrb
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