Class: BundlerSourcePathext
- Inherits:
-
Bundler::Plugin::API
- Object
- Bundler::Plugin::API
- BundlerSourcePathext
- Defined in:
- lib/bundler-source-pathext.rb
Defined Under Namespace
Classes: ExtConfAlwaysCopyBuilder, PathExtSource
Constant Summary collapse
- HAS_TARGET_RBCONFIG =
Gem::Ext::Builder gained a target_rbconfig argument (for cross-compilation) in Rubygems 3.6, and an n_jobs keyword argument in Rubygems 4.0.2
Gem.rubygems_version >= Gem::Version.new("3.6")
- HAS_NJOBS =
Gem.rubygems_version >= Gem::Version.new("4.0.2")