Sha256: c23f7128a37765366974d70bc0c4d271bc6cbf15b4b1375e1b1a9dff77063403
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# this file is invoked when the gem is installed # rubygems expects it to build a gem, so we need to work around that require 'rubygems' gem 'zerg_support' require 'zerg_support' Zerg::Support::Gems.ensure_on_path 'zerg' # we really shouldn't be abusing rubygems' root; then again, the Debian # maintainers shouldn't be abusing the patience of Ruby developers Zerg::Support::Gems.emulate_extension_install 'zerg_geminstall_hook'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zerg-0.0.3 | ext/zerg_geminstall_hook/extconf.rb |