Skip to content

gitsh v0.11.2

Compare
Choose a tag to compare
@georgebrock georgebrock released this 19 Apr 22:44
· 95 commits to master since this release
b6201db

This release addresses issues with the install process that were introduced in v0.11, and by recent Homebrew changes.

Bug fixes

  • Support alternative names for GNU Readline, e.g. ereadline on OpenBSD (Mike Burns & George Brocklehurst)
  • Automatically discover Ruby binaries named ruby22, ruby23, and ruby24, e.g. for OpenBSD (George Brocklehurst)
  • Generate the list of files under lib/gitsh that need to be installed in a more portable way (Mike Burns & George Brocklehurst)
  • Support setting an explicit architecture for the Ruby C extension, which is useful for building against a macOS universal Ruby with a non-universal Readline (George Brocklehurst)
  • Update Homebrew formula to work with Homebrew's updated Readline formula (George Brocklehurst)