summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-23 16:32:41 -0300
committerSeba Gamboa <[email protected]>2015-09-23 16:32:41 -0300
commitc38850259c6ae1a68538ef4afb766156ab090b7b (patch)
tree6527c8240d7bab564930782122592c30f546a1ca
parent9f17c636bb322eaceabd3b4e5a13d730acd622f4 (diff)
downloadyard-mruby-c38850259c6ae1a68538ef4afb766156ab090b7b.tar.gz
yard-mruby-c38850259c6ae1a68538ef4afb766156ab090b7b.zip
Add some shields
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69cd521..64a0be7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
# yard-mruby
+[![Gem](https://img.shields.io/gem/v/yard-mruby.svg)](https://rubygems.org/gems/yard-mruby)
+[![Travis](https://img.shields.io/travis/sagmor/yard-mruby.svg)](https://travis-ci.org/sagmor/yard-mruby)
+
This is a plugin that allows YARD to parse and generate documentation for MRuby sources.
-It handles the different C API
+It handles the different C API
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/yard/mruby`. To experiment with that code, run `bin/console` for an interactive prompt.