summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brictson <mattbrictson@users.noreply.github.com>2017-04-17 17:57:48 -0700
committerGitHub <noreply@github.com>2017-04-17 17:57:48 -0700
commit04ebfadd5b99771531e39ed697a2039ac58cb51b (patch)
treea428060dadc24280f438864715e462a53eca9cf8
parentae39e731fa081c8c817737f674420b895898617b (diff)
downloadplist-04ebfadd5b99771531e39ed697a2039ac58cb51b.tar.gz
Add badges to the README (#37)
-rw-r--r--README.rdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rdoc b/README.rdoc
index d691584..1fe9a3f 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,5 +1,8 @@
= All-purpose Property List manipulation library
+{<img src="https://badge.fury.io/rb/plist.svg" alt="Gem Version" />}[https://rubygems.org/gems/plist]
+{<img src="https://travis-ci.org/patsplat/plist.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/patsplat/plist]
+
Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.
== Usage