Skip to content

Update dependency rake-compiler to '~> 0.9.0' #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rake-compiler (source) '~> 0.8.0' -> '~> 0.9.0' age adoption passing confidence

Release Notes

luislavena/rake-compiler (rake-compiler)

v0.9.9

Compare Source

  • Bugfixes:
    • Support Symbol as extension name again.
      #​134 [Patch by Takashi Kokubun]

v0.9.8

Compare Source

  • Enhancements:
    • Support extension in sub directory.
      #​128, #​129 [Patch by Kenta Murata]

v0.9.7

Compare Source

  • Bugfixes:
    • May fix "make" detection on Windows.
      #​123 [Reported by Aaron Stone]

v0.9.6

Compare Source

  • Enhancements:

    • Add more descriptions into README.
      Closes #​105 [Patch by Aaron Stone]
    • Remove needless executable bits.
      Closes #​107 [Patch by Thibault Jouan]
    • Update .gitignore.
      Closes #​108 [Patch by Thibault Jouan]
    • Improve "make" detection on some platforms such as FreeBSD.
      Closes #​109 [Patch by Thibault Jouan]
    • Enable cucumber steps for POSIX on *BSD.
      Closes #​110 [Patch by Thibault Jouan]
    • Stop to build bundled extensions.
    • Add description about CLI option into README.
      Closes #​115 [Patch by Richard Michael]
    • Update description about using rake-compiler on virtual machine in
      README.
      Closes #​116, #​117 [Patch by Lars Kanis]
    • Update fake mechanism to be compatible with Bundler.
      Closes #​121 [Patch by Lars Kanis]
  • Bugfixes:

    • Fix typos in README.
      Closes #​102, #​103 [Patch by Robert Fletcher]

v0.9.5

Compare Source

  • Enhancements:
    • Support adding bundled files in cross_compiling block.
      Closes #​100 [Patch by Aaron Stone]

v0.9.4

Compare Source

v0.9.3

Compare Source

  • Bugfixes:
    • Fix specs to run (and pass) on Ruby 2.1 and beyond.
      Pull #​94 [hggh]

v0.9.2

Compare Source

  • Bugfixes:
    • Pre-load resolver to avoid Bundler blow up during cross-compilation
      Pull #​83 [larskanis]

v0.9.1

Compare Source

  • Bugfixes:
    • Restore compatibility with RubyGems platforms for cross-compilation
      (i386-mingw32 and x86-mingw32 are the same and supported)

v0.9.0

Compare Source

  • Enhancements:
    • Add support for cross-builds and multiple platforms (x86/x64).
      Pull #​74 [larskanis]

      $ rake-compiler cross-ruby VERSION=1.8.7-p371
      $ rake-compiler cross-ruby VERSION=1.9.3-p392
      $ rake-compiler cross-ruby VERSION=2.0.0-p0
      $ rake-compiler cross-ruby VERSION=2.0.0-p0 HOST=x86_64-w64-mingw32
      $ rake cross compile RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0
      

Rakefile

ext.cross_platform = %w[i386-mingw32 x64-mingw32]
```
  • Support for cross-platform specific options. Pull #​74 [larskanis]

Rakefile

ext.cross_config_options << "--with-common-option"
ext.cross_config_options << {"x64-mingw32" => "--enable-64bits"}
```
  • Bugfixes:

    • Correct fat-gems support caused by RubyGems issues. Pull #​76 [knu]
  • Deprecations:

    • Requires minimum Ruby 1.8.7 and RubyGems 1.8.25
    • Usage of 'i386-mswin32' needs to be changed to 'i386-mswin32-60'

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants