Flowdock
method

extensions

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: Specification
extensions() public

Extensions to build when installing the gem, specifically the paths to extconf.rb-style files used to compile extensions.

These files will be run when the gem is installed, causing the C (or whatever) code to be compiled on the user’s machine.

Usage:

spec.extensions << 'ext/rmagic/extconf.rb'

See Gem::Ext::Builder for information about writing extensions for gems.

Show source
Register or log in to add new notes.