method
post_install
v2_6_3 -
Show latest stable
-
0 notes -
Class: Source
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- 2_1_10
- 2_2_9
- 2_4_6
- 2_5_5
- 2_6_3 (0)
- What's this?
post_install(spec, disable_exts = false)
public
It builds extensions, generates bins and installs them for the spec provided.
It depends on `spec.loaded_from` to get full_gem_path. The source plugins should set that.
It should be called in `install` after the plugin is done placing the gem at correct install location.
It also runs Gem hooks `pre_install`, `post_build` and `post_install`
Note: Do not override if you don’t know what you are doing.