Add first version of ruby bindings.
This commit is contained in:
parent
ae0158a1cd
commit
6368214fce
14 changed files with 508 additions and 0 deletions
9
src/bindings/ruby/Gemfile
Normal file
9
src/bindings/ruby/Gemfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'rake'
|
||||
|
||||
group :test do
|
||||
# ...
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue