HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/ruby-2.6.8@global/gems/gem-wrappers-1.4.0/ext/wrapper_generator/extconf.rb
# Fake building extension
File.open('Makefile', 'w') { |f| f.write("all:\n\ninstall:\n\n") }
File.open('make', 'w') do |f|
  f.write('#!/bin/sh')
  f.chmod(f.stat.mode | 0111)
end
File.open('wrapper_generator.so', 'w') {}
File.open('wrapper_generator.dll', 'w') {}
File.open('nmake.bat', 'w') { |f| }

# add the gem to load path
$: << File.expand_path("../../../lib", __FILE__)

# load the command
require 'rubygems'
require 'gem-wrappers/command'

# call the actions
command = WrappersCommand.new
command.options[:args] = ['regenerate']
command.execute

# unload the path, what was required stays ... but there is that much we can do
$:.pop

# just in case - it worked
true