summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2015-12-09 19:37:14 -0800
committerTim Smith <tsmith@chef.io>2015-12-09 19:37:14 -0800
commite6e1ada2e1a65da4b7bf6d12d6c1ad8eccaf2d19 (patch)
tree48702c594f39148ad1d6c664d5bd1be7480cb900 /README.md
parent9377836dc0a5487474038ec727f02f9b33facfa6 (diff)
parentb95b102b140a5555b095b882349ea428efd210d2 (diff)
downloadwmi-lite-e6e1ada2e1a65da4b7bf6d12d6c1ad8eccaf2d19.tar.gz
Merge pull request #4 from tas50/master
Swap pry-debugger for pry-byebug and add readme badges
Diffstat (limited to 'README.md')
-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");