[PATCH 3/3] test: add tests for Ruby bindings

2014-07-13 Thread David Bremner
Felipe Contreras writes: > 2 files changed, 99 insertions(+) > create mode 100755 test/T540-ruby.sh > +# Copyright (c) 2014 Felipe Contreras Thanks for writing these; lack of tests bindings has been a long time irritant for me. Can you put in a brief license statement as well as the

Re: [PATCH 3/3] test: add tests for Ruby bindings

2014-07-13 Thread David Bremner
Felipe Contreras felipe.contre...@gmail.com writes: 2 files changed, 99 insertions(+) create mode 100755 test/T540-ruby.sh +# Copyright (c) 2014 Felipe Contreras Thanks for writing these; lack of tests bindings has been a long time irritant for me. Can you put in a brief license statement

[PATCH 3/3] test: add tests for Ruby bindings

2014-05-23 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- test/T540-ruby.sh | 98 +++ test/test-lib.sh | 1 + 2 files changed, 99 insertions(+) create mode 100755 test/T540-ruby.sh diff --git a/test/T540-ruby.sh b/test/T540-ruby.sh new file mode 100755 index

[PATCH 3/3] test: add tests for Ruby bindings

2014-05-23 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- test/T540-ruby.sh | 98 +++ test/test-lib.sh | 1 + 2 files changed, 99 insertions(+) create mode 100755 test/T540-ruby.sh diff --git a/test/T540-ruby.sh b/test/T540-ruby.sh new