Skip to content

Commit

Permalink
Add mrbgem version and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
MATSUMOTO Ryosuke committed Dec 20, 2016
1 parent 143126e commit 8b46506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrbgem.rake
@@ -1,5 +1,7 @@
MRuby::Gem::Specification.new('mruby-pointer') do |spec|
spec.license = 'MIT'
spec.authors = 'MATSUMOTO Ryosuke'
spec.version = '0.0.1'
spec.summary = 'Provide mruby C API which shared pointer between two mrb_states'
spec.mruby.cc.include_paths << "#{spec.dir}/include"
end

0 comments on commit 8b46506

Please sign in to comment.