Commit d8ce46fe authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Fix add_dependency declaration documentation

parent 823dc380
...@@ -112,7 +112,7 @@ information purpose: ...@@ -112,7 +112,7 @@ information purpose:
It is required for every GEM to have a license and an author! It is required for every GEM to have a license and an author!
In case your GEM is depending on other GEMs please use In case your GEM is depending on other GEMs please use
`spec.add_dependency(gem, requirements)` like: `spec.add_dependency(gem, *requirements)` like:
MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec| MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment