summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-30 10:37:35 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-30 10:37:35 -0700
commitae724cf36d434dbeb320957b585de75dd1f5ea37 (patch)
tree2c5551f10bf69ab91187a0126bd5295b7e91aacb
parent9377836dc0a5487474038ec727f02f9b33facfa6 (diff)
downloadwmi-lite-ae724cf36d434dbeb320957b585de75dd1f5ea37.tar.gz
Add travis and gem version badge to the readme
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2efffd5..0c9118f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
Wmi-Lite
========
+[![Build Status](https://travis-ci.org/chef/wmi-lite.svg?branch=master)](https://travis-ci.org/chef/wmi-lite)
+[![Gem Version](https://badge.fury.io/rb/wmi-lite.svg)](https://badge.fury.io/rb/wmi-lite)
+
`wmi-lite` is a lightweight Ruby gem utility library for accessing basic
[Windows Management Instrumentation (WMI)](http://msdn.microsoft.com/en-us/library/aa394582(v=vs.85).aspx)
functionality on Windows. It has no dependencies outside of the Ruby interpreter
@@ -93,8 +96,8 @@ puts
License & Authors
-----------------
-Author:: Adam Edwards (<adamed@getchef.com>)
-Copyright:: Copyright (c) 2014 Chef Software, Inc.
+Author:: Adam Edwards (<adamed@chef.io>)
+Copyright:: Copyright (c) 2014-2015 Chef Software, Inc.
License:: Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License");