Add Ruby bindings.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Aug 2011 07:37:09 +0000 (08:37 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Aug 2011 09:34:23 +0000 (10:34 +0100)
commit49b89eec45780eceea5b72ad1a466f9549e788eb
tree6af3f71d6cc3a1a330ca9a65c2b70f083a66e9d5
parent422d46d06a84d0b8194a53de4ad242dbeea85c52
Add Ruby bindings.
15 files changed:
.gitignore
Makefile.am
configure.ac
generator/generator.ml
ruby/Makefile.am [new file with mode: 0644]
ruby/README.rdoc [new file with mode: 0644]
ruby/Rakefile.in [new file with mode: 0644]
ruby/doc/site/index.html [new file with mode: 0644]
ruby/ext/hivex/extconf.rb [new file with mode: 0644]
ruby/lib/hivex.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_021_close.rb [new file with mode: 0644]
ruby/tests/tc_200_write.rb [new file with mode: 0644]
ruby/tests/tc_210_setvalue.rb [new file with mode: 0644]