Skip to content

Releases: rake-compiler/rake-compiler

rake-compiler 1.2.7 / 2024-01-31

31 Jan 05:36
Compare
Choose a tag to compare
  • Improvements:

    • GH-236: Added support for setting required_rubygems_version for
      fat-gems that specify the Linux libc.
      [Patch by Mike Dalessio]
  • Thanks:

    • Mike Dalessio

rake-compiler 1.2.6 / 2024-01-23

23 Jan 00:09
Compare
Choose a tag to compare
  • Improvements:

    • GH-232 GH-233: Changed to use require instead of copying content
      of rbconfig.rb for __FILE__ in rbconfig.rb.
      [Patch by ParadoxV5]
  • Thanks:

    • ParadoxV5

rake-compiler 1.2.5 / 2023-08-03

02 Aug 23:54
Compare
Choose a tag to compare
  • Fixes:

    • GH-225: Fixed a bug that rake compile may not work on Windows.
      [Reported by Lukasz Suleja]
    • GH-224 GH-226: Fixed a bug that 1.2.4 doesn't work on Ruby < 2.6.
      [Reported by Ivo Anjo]
      [Patch by Mike Dalessio and Akira Matsuda separately]
  • Thanks:

    • Lukasz Suleja
    • Ivo Anjo
    • Mike Dalessio
    • Akira Matsuda

rake-compiler 1.2.4 / 2023-08-01

01 Aug 05:26
Compare
Choose a tag to compare
  • Enhancements:

    • GH-221: Enabled syntax highlighting in documents.
      [Patch by Ryo Nakamura]
    • GH-202 GH-222: Use environment variables to set install paths.
      [Reported by Brandon Fish]
      [Patch by Michael Go]
  • Thanks:

    • Ryo Nakamura
    • Brandon Fish
    • Michael Go

rake-compiler 1.2.3 / 2023-05-30

30 May 04:46
Compare
Choose a tag to compare
  • Enhancements:

    • GH-217: Added support for nil in build options again.
      [Patch by Mike Dalessio]
  • Fixes:

    • GH-219: Fixed a typo in documentation.
      [Patch by y-yagi]
  • Thanks:

    • Mike Dalessio
    • y-yagi

v1.2.2

25 May 02:06
Compare
Choose a tag to compare

rake-compiler 1.2.2 / 2023-05-25

  • Enhancements:

    • GH-211: Added extra_sources that is for dynamic sources.
      [Patch by James Tucker]
    • GH-213: Stopped using --release on Java 8.
      [Patch by James Pavel Rosický]
    • GH-215: Added support for extra options with space.
      [Reported by Jun Aruga]
  • Fixes:

    • GH-212: Fixed a typo in documentation.
      [Patch by Jan-Benedikt Jagusch]
  • Thanks:

    • James Tucker
    • Jan-Benedikt Jagusch
    • Pavel Rosický
    • Jun Aruga