]> git.notmuchmail.org Git - notmuch/commit
Initial ruby bindings
authorAli Polatel <alip@exherbo.org>
Sat, 22 May 2010 05:45:40 +0000 (08:45 +0300)
committerAli Polatel <alip@exherbo.org>
Sun, 6 Jun 2010 06:16:53 +0000 (09:16 +0300)
commit06bf04500ba282052d38adf428219968ae62bb54
tree5bf98c44b50b0542501f6ecba9b02e49d87cbddf
parent2ead072e85315387c0cc3c2236cdedb59503881e
Initial ruby bindings
15 files changed:
bindings/ruby/database.c [new file with mode: 0644]
bindings/ruby/defs.h [new file with mode: 0644]
bindings/ruby/directory.c [new file with mode: 0644]
bindings/ruby/extconf.rb [new file with mode: 0644]
bindings/ruby/filenames.c [new file with mode: 0644]
bindings/ruby/gc.c [new file with mode: 0644]
bindings/ruby/init.c [new file with mode: 0644]
bindings/ruby/message.c [new file with mode: 0644]
bindings/ruby/messages.c [new file with mode: 0644]
bindings/ruby/query.c [new file with mode: 0644]
bindings/ruby/rdoc.sh [new file with mode: 0755]
bindings/ruby/status.c [new file with mode: 0644]
bindings/ruby/tags.c [new file with mode: 0644]
bindings/ruby/thread.c [new file with mode: 0644]
bindings/ruby/threads.c [new file with mode: 0644]