# Hostsfile [![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 Install via Rubygems or Gemfile ```zsh $ gem install hostsfile ``` ## Usage 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 ## 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)