From ae724cf36d434dbeb320957b585de75dd1f5ea37 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 30 Oct 2015 10:37:35 -0700 Subject: Add travis and gem version badge to the readme --- README.md | 7 +++++-- 1 file 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 () -Copyright:: Copyright (c) 2014 Chef Software, Inc. +Author:: Adam Edwards () +Copyright:: Copyright (c) 2014-2015 Chef Software, Inc. License:: Apache License, Version 2.0 Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1