Fix add_dependency declaration documentation

This commit is contained in:
Daniel Bovensiepen
2013-05-02 13:52:56 +08:00
parent 823dc380aa
commit d8ce46feda
+1 -1
View File
@@ -112,7 +112,7 @@ information purpose:
It is required for every GEM to have a license and an author!
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|
spec.license = 'MIT'