Skip to content

Releases: banister/binding_of_caller

v1.0.1

07 Mar 16:52
91a85ab
Compare
Choose a tag to compare
  • Fixes deprecation warning for DebugInspector
  • Small typo fix
  • Add tests for ruby 3.1, 3.2

v1.0.0

28 Dec 15:25
7edf4b4
Compare
Choose a tag to compare
  • Support MRI 3.0.
  • Removed support for MRI 1.9. Use version "~> 0.8" for MRI 1.9.
  • Test on Ruby 2.5 through 2.7.
  • Add system test that installs and loads the gem.

v0.8.0

28 Dec 14:55
Compare
Choose a tag to compare

Support MRI 2.5.0.

v0.7.3

28 Dec 14:54
Compare
Choose a tag to compare

This release includes compatibility fixes for different ruby versions
and some minor enhancements.

  • C Extensions are only compiled on MRI 1.9.x.

    For MRI >= 2 the native API is used, so this should speedup
    installation.

    For JRuby this will avoid crashes on gem installation.

    This was alredy being checked for Rubinius.

    Amadeus Folego

  • Added experimental JRuby support for 1.7.x series.

    Only the main API is implemented and Binding#eval is
    monkey-patched as it is private on JRuby.

    This requires the compiler to be run on interpreted mode,
    otherwise an exception will be thrown when of_caller is called.

    Charles Nutter

  • Improve JRuby support over 0.7.3pre1. Chris Price

  • Remove executability from non-executable files.

    David Celis

  • Test and notice MRI 2.1 as a working Ruby implementation.

    Lennart Fridén

  • Remove global mri_2? method. Akira Matsuda

  • Test on MRI 2.2 through 2.4. Omer Katz, John Mair

v0.7.3.pre1

28 Dec 14:49
Compare
Choose a tag to compare
v0.7.3.pre1 Pre-release
Pre-release

This release includes compatibility fixes for different ruby versions
and some minor enhancements.

  • C Extensions are only compiled on MRI 1.9.x.

    For MRI >= 2 the native API is used, so this should speedup
    installation.

    For JRuby this will avoid crashes on gem installation.

    This was alredy being checked for Rubinius.

    Amadeus Folego

  • Added experimental JRuby support for 1.7.x series.

    Only the main API is implemented and Binding#eval is
    monkey-patched as it is private on JRuby.

    This requires the compiler to be run on interpreted mode,
    otherwise an exception will be thrown when of_caller is called.

    Charles Nutter

  • Remove executability from non-executable files.

    David Celis

  • Test and notice MRI 2.1 as a working Ruby implementation.

    Lennart Fridén