Skip to content

v1.5.0

Choose a tag to compare

@flori flori released this 11 Sep 14:00

Changes

2025-09-11 v1.5.0

  • Set required Ruby version to >= 2.0
  • Added development dependencies including gem_hadar (~> 2.4) and tins (~> 1)
  • Added runtime dependency on mize (">= 0")
  • Set homepage to "https://github.com/flori/more_math"
  • Set license to "MIT"
  • Added yaml-dev to dockerfile build dependencies
  • Installed bundler and gem_hadar gems in dockerfile
  • Added fail_fast: true to CI configuration
  • Added .bundle to .gitignore file
  • Included .bundle in Rakefile ignore list
  • Replaced Dir.glob('.github/**/*', File::FNM_DOTMATCH) with Dir['.github/**/*']
  • Updated tins dependency version from ~>1.0 to ~>1
  • Replaced simplecov setup with gem_hadar/simplecov require and start call