Merge pull request #3162 from udzura/patch-1

Update doc, write about add_test_dependency
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-06-14 19:10:04 +09:00
committed by GitHub
+3
View File
@@ -153,6 +153,9 @@ MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec|
# Use latest mruby-onig-regexp from github. (version requirements can be omitted)
spec.add_dependency('mruby-onig-regexp', :github => 'mattn/mruby-onig-regexp')
# You can add extra mgems active only on test
spec.add_test_dependency('mruby-process', :github => 'iij/mruby-process')
end
```