Sha256: 7d311ea6ffccf7366207fdd7727d69b97c2b8d2ed6a7901a102c26c972269dc0

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

require "ffi2/generators"

FFI::FileProcessor.new "syslog.rb.ffi", "syslog.rb"

# Fake out rubygem's expected build steps with extconf.rb
File.open "Makefile", "w" do |f|
  f.puts <<-EOM
.PHONY: all install

all:

install:

  EOM
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubysl-syslog-2.1.0 lib/rubysl/syslog/extconf.rb
rubysl-syslog-1.0.0 lib/rubysl/syslog/extconf.rb
rubysl-syslog-2.0.1 lib/rubysl/syslog/extconf.rb