Sha256: 19b33d22c36a33f30c4fbe904739efaf5618968697bb91626a44dfc2bd4f5c22
Contents?: true
Size: 280 Bytes
Versions: 11
Compression:
Stored size: 280 Bytes
Contents
## This file is invoked by RubyGems to build the extension. require 'fileutils' system('rake build gem_config_inst') && # create dummy makefile to appease RubyGems File.open('Makefile', 'w') do |f| f << %w[all install clean].map {|a| "#{a}:\n"} end exit $?.exitstatus
Version data entries
11 entries across 11 versions & 1 rubygems