README.md in mpd_client-0.0.5 vs README.md in mpd_client-0.0.6

- old
+ new

@@ -97,21 +97,26 @@ client = MPDClient.new client.log = Logger.new($stderr) ``` - For more information about logging configuration, see http://www.ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html +## Development + +After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. + +To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License and Author -Copyright (c) 2013-2015 by Anton Maminov +Copyright (c) 2013-2017 by Anton Maminov This library is distributed under the MIT license. Please see the LICENSE file.