Releases: flori/amatch
Releases · flori/amatch
v0.6.0
- Moved the
debuggem from regular dependencies to development dependencies
inRakefileand updatedamatch.gemspecaccordingly - Added
openssl-devdependency and includedruby:4.0-rc-alpineimage
configuration in.all_images.yml - Changed
bundle updatecommand tobundle update --allfor improved dependency management
v0.5.0
- Added
yaml-devdependency and installedbundlerandgem_hadargems in.all_images.yml- Modified script section in
.all_images.ymlto usebundle updatewith parallel installation - Changed
fail_fastsetting in.all_images.ymlfromyestotrue
- Modified script section in
- Added
ext/amatch_ext*to.gitignoreand updatedRakefileto ignore these files during packaging - Added
coverageto.gitignoreandRakefileignore lists - Updated
tinsdependency from~>1.0to~>1 - Added
debuggem as a regular dependency - Added
simplecovas a development dependency - Created
.utilsrcconfiguration file forutilrbgem with specified settings - Replaced individual test requires with
require 'test_helper'in all test files - Created
tests/test_helper.rbto centralize test setup including SimpleCov and debug loading - The
gem_hadar/simplecovgem is used for code coverage reporting