diff options
| author | take_cheeze <[email protected]> | 2014-06-22 22:15:40 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-06-22 22:15:40 +0900 |
| commit | ad74bf6d0b47cd4bea87f4a4067f93deca526eb9 (patch) | |
| tree | 7f841faab82c258e3c403d1b408c232d0b7058b9 /doc | |
| parent | c9df4ccf07c4fc1aa3a50483b2be6eb3d8b933e2 (diff) | |
| download | mruby-ad74bf6d0b47cd4bea87f4a4067f93deca526eb9.tar.gz mruby-ad74bf6d0b47cd4bea87f4a4067f93deca526eb9.zip | |
Quote required mrbgem spec property.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index a87c7c92b..040687333 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -126,7 +126,7 @@ information purpose: * `spec.homepage` (Homepage) * `spec.requirements` (External requirements as information for user) -The license and author properties are required in every GEM! +The `license` and `author` properties are required in every GEM! In case your GEM is depending on other GEMs please use `spec.add_dependency(gem, *requirements[, default_get_info])` like: |
