Ruby bindings.
authorRichard Jones <rjones@redhat.com>
Thu, 16 Apr 2009 21:13:20 +0000 (22:13 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 16 Apr 2009 21:13:20 +0000 (22:13 +0100)
commita5f68bd57d887c8c8818dbb92a9f8b7643f67827
treefc9004be7e62c8cadb54eeff1b7ad5b763ff4073
parent5a6da98c943be987441673a590c151f15573b6cc
Ruby bindings.
16 files changed:
.gitignore
Makefile.am
README
TODO
configure.ac
daemon/configure.ac
libguestfs.spec.in
ruby/Makefile.am [new file with mode: 0644]
ruby/Rakefile.in [new file with mode: 0644]
ruby/ext/guestfs/_guestfs.c [new file with mode: 0644]
ruby/ext/guestfs/extconf.rb [new file with mode: 0644]
ruby/lib/guestfs.rb [new file with mode: 0644]
ruby/run-ruby-tests [new file with mode: 0755]
ruby/tests/tc_010_load.rb [new file with mode: 0644]
ruby/tests/tc_050_lvcreate.rb [new file with mode: 0644]
src/generator.ml