README.md in hostsfile-0.0.1 vs README.md in hostsfile-0.0.2
- old
+ new
@@ -1,29 +1,33 @@
# Hostsfile
-TODO: Write a gem description
+[![Build Status](http://img.shields.io/travis/tnarik/hostsfile.svg)](https://travis-ci.org/tnarik/hostsfile)
+[![Code Climate](http://img.shields.io/codeclimate/github/tnarik/hostsfile.svg)](https://codeclimate.com/github/tnarik/hostsfile)
+[![Coveralls](http://img.shields.io/coveralls/tnarik/hostsfile.svg)](https://coveralls.io/r/tnarik/hostsfile)
+[![RubyGems](http://img.shields.io/gem/v/hostsfile.svg)](http://rubygems.org/gems/hostsfile)
+[![Gemnasium](http://img.shields.io/gemnasium/tnarik/hostsfile.svg)](https://gemnasium.com/tnarik/hostsfile)
## Installation
-Add this line to your application's Gemfile:
+Install via Rubygems or Gemfile
- gem 'hostsfile'
+```zsh
+$ gem install hostsfile
+```
-And then execute:
-
- $ bundle
-
-Or install it yourself as:
-
- $ gem install hostsfile
-
## Usage
-TODO: Write usage instructions here
+This gem has been extracted from [customink-webops/hostsfile code](https://github.com/customink-webops/hostsfile), to decouple it from Chef, so that it can be used independently.
## Contributing
1. Fork it ( https://github.com/tnarik/hostsfile/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create a new Pull Request
+5. Create a new Pull Request
+
+## Authors
+
+- Tnarik Innael (@tnarik) : gem packaging, tests
+- Seth Vargo (@sethvargo) : original code as part of [the 'hostsfile' cookbook](https://github.com/customink-webops/hostsfile)
+- CustomInk, LCC : original code as part of [the 'hostsfile' cookbook](https://github.com/customink-webops/hostsfile)
\ No newline at end of file