Files
libguestfs/ruby
Richard W.M. Jones 7b8ca818a3 ruby: Make sure all object files are cleaned up
There were several, large *.o files left over after 'make clean':

$ ls ruby/ext/guestfs/
actions-0.c  actions-2.c  actions-4.c  actions-6.c    handle.c
actions-0.o  actions-2.o  actions-4.o  actions-6.o    handle.o
actions-1.c  actions-3.c  actions-5.c  actions.h      module.c
actions-1.o  actions-3.o  actions-5.o  extconf.rb.in  module.o

(cherry picked from commit 8d61b04dd6)
2025-02-18 15:56:53 +00:00
..
2023-02-07 10:50:48 +00:00
2023-02-07 10:50:48 +00:00

= Ruby bindings for libguestfs

The module Guestfs provides Ruby bindings for
{the libguestfs API}[http://libguestfs.org/guestfs.3.html].