Skip to content

v0.5.0

Compare
Choose a tag to compare
@luislavena luislavena released this 24 Apr 21:02
· 108 commits to master since this release
v0.5.0
  • Drop support for any Ruby version prior to 2.0.0
  • Workaround shortname directories on Windows. Thanks to @mbland (#17 & #19)
  • Validate both Ruby and RubyGems versions defined in gemspec
  • Ensure any RubyGems' pre_install hooks are run at extension compilation (#18)
  • Lock compile gems to Ruby's ABI version which can be disabled using
    --no-abi-lock option (#11)