summaryrefslogtreecommitdiffstats
path: root/ruby/lib
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-15 08:37:09 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-15 10:34:23 +0100
commit49b89eec45780eceea5b72ad1a466f9549e788eb (patch)
tree6af3f71d6cc3a1a330ca9a65c2b70f083a66e9d5 /ruby/lib
parent422d46d06a84d0b8194a53de4ad242dbeea85c52 (diff)
downloadhivex-49b89eec45780eceea5b72ad1a466f9549e788eb.tar.gz
hivex-49b89eec45780eceea5b72ad1a466f9549e788eb.tar.xz
hivex-49b89eec45780eceea5b72ad1a466f9549e788eb.zip
Add Ruby bindings.
Diffstat (limited to 'ruby/lib')
-rw-r--r--ruby/lib/hivex.rb18
1 files changed, 18 insertions, 0 deletions
diff --git a/ruby/lib/hivex.rb b/ruby/lib/hivex.rb
new file mode 100644
index 0000000..a142db1
--- /dev/null
+++ b/ruby/lib/hivex.rb
@@ -0,0 +1,18 @@
+# hivex Ruby bindings
+# Copyright (C) 2009-2011 Red Hat Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+require '_hivex'