Skip to content

Release v0.2.0

Latest
Compare
Choose a tag to compare
@jcouball jcouball released this 31 Oct 01:01
· 9 commits to main since this release

v0.2.0 (2024-10-30)

Full Changelog

Changes since v0.1.0:

  • 96829fd docs: update the releasing guidelines
  • 25c57f9 feat: make #remove_dependency available for gembytes scripts
  • b285af5 docs: add development debugging instructions in the README.md
  • ea05a44 fix: output an informative error when the gemspec parsed is not valid Ruby
  • 2147776 test: add fully integrated test that installs and runs gembytes via bundler
  • ab907b4 test: exclude lines from test coverage due to JRuby false positives
  • 03692ad feat: make #add_dependency available for gembytes scripts
  • 5d41e08 chore: add Bundler::GemBytes::Actions module to extend the API for gembytes scripts
  • 6f7be90 chore: add class to upsert a gem dependency into a gemspec
  • cf1ab4f chore: rake clobber should remove the .bundle directory