Releases: flori/more_math
Releases · flori/more_math
v1.6.0
- Replaced detailed feature sections in README with a concise bullet list of
MoreMath capabilities - Added documentation link to GitHub.io and updated installation instructions
to include both RubyGems and Bundler - Improved author and license formatting with proper markdown links
- Added
.github/workflows/static.yml
to automate documentation generation and
deployment using Ruby 3.4 - Updated
Rakefile
to register new documentation workflow with GemHadar - Configured workflow to use Ruby 3.4 for documentation builds and deploy
to GitHub Pages on master branch pushes - Added
context_spook
as development dependency for YARD documentation - Added
cscope.out
to.gitignore
and updatedRakefile
to include it in
the ignore list - Added
code_indexer
configuration to.utilsrc
with a list of gems
including base64, bigdecimal, date, json, mize,
ostruct, rake, stringio, sync, test-unit, and tins - Added
doc
and.yardoc
directories to gitignore and rake configuration - Updated homepage URL to escape underscore character for proper rendering
- Updated
gem_hadar
development dependency from version 2.4 to 2.6 - Modified
package_ignore
in Rakefile to explicitly include.github
and
.contexts
directories instead of using glob pattern*.github/**/*
- Enhanced documentation for all methods in MoreMath module
- Added documentation directories
.yardoc
anddoc
toprune_dirs
in
utilsrc
v1.5.0
Changes
2025-09-11 v1.5.0
- Set required Ruby version to >= 2.0
- Added development dependencies including
gem_hadar
(~> 2.4) andtins
(~> 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
andgem_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)
withDir['.github/**/*']
- Updated
tins
dependency version from~>1.0
to~>1
- Replaced simplecov setup with
gem_hadar/simplecov
require and start call