summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-06-22 22:15:40 +0900
committertake_cheeze <[email protected]>2014-06-22 22:15:40 +0900
commitad74bf6d0b47cd4bea87f4a4067f93deca526eb9 (patch)
tree7f841faab82c258e3c403d1b408c232d0b7058b9 /doc/mrbgems
parentc9df4ccf07c4fc1aa3a50483b2be6eb3d8b933e2 (diff)
downloadmruby-ad74bf6d0b47cd4bea87f4a4067f93deca526eb9.tar.gz
mruby-ad74bf6d0b47cd4bea87f4a4067f93deca526eb9.zip
Quote required mrbgem spec property.
Diffstat (limited to 'doc/mrbgems')
-rw-r--r--doc/mrbgems/README.md2
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: