Add first version of ruby bindings.
This commit is contained in:
parent
ae0158a1cd
commit
6368214fce
14 changed files with 508 additions and 0 deletions
8
src/bindings/ruby/Rakefile
Normal file
8
src/bindings/ruby/Rakefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require 'rake/extensiontask'
|
||||
|
||||
#spec = Gem::Specification.load('hammer-parser-ruby.gemspec')
|
||||
#Rake::ExtensionTask.new('hammer_ext', spec)
|
||||
|
||||
Rake::ExtensionTask.new 'hammer_ext' do |ext|
|
||||
ext.lib_dir = 'lib/hammer'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue