Skip to content

v0.2.5

Choose a tag to compare

@synesissoftware synesissoftware released this 27 Aug 09:34
· 2 commits to master since this release
0baec84
  • renamed cmpfs.gemspec to cmpfs-ruby.gemspec so the filename stem matches spec.name;
  • cmpfs-ruby.gemspec: spec.summary matches the README tagline; packaged AUTHORS, CHANGES, CONTRIBUTING, EXAMPLES, FAQ, INSTALL, NEWS, SECURITY, and TODO; Gemfile.lock and .ruby-version excluded from spec.files;
  • stop tracking Gemfile.lock; Gemfile sets lockfile false when Bundler supports it; CI uses bundler-cache: false because Bundler 4 then writes no lockfile and ruby/setup-ruby cache cats Gemfile.lock;
  • CI Warnings job now runs on Ruby 3.4; gem build cmpfs-ruby.gemspec;
  • updated run_all_unit_tests.sh (from https://github.com/synesissoftware/misc-dev-scripts) to skip tput when $TERM is unset or stdout is not a TTY;
  • reordered README.md (tagline before badges; TOC after badges), added Language / License / Last Commit badges and Dependencies (Efferent / Afferent);
  • EXAMPLES.md example links are repo-relative (./examples/…);
  • library source Home: URLs now use https;