README.md in tty-platform-0.1.0 vs README.md in tty-platform-0.2.0

- old
+ new

@@ -1,19 +1,29 @@ -# TTY::Platform +<div align="center"> + <a href="https://piotrmurach.github.io/tty" target="_blank"><img width="130" src="https://cdn.rawgit.com/piotrmurach/tty/master/images/tty.png" alt="tty logo" /></a> +</div> + +# TTY::Platform [![Gitter](https://badges.gitter.im/Join%20Chat.svg)][gitter] + [![Gem Version](https://badge.fury.io/rb/tty-platform.svg)][gem] -[![Build Status](https://secure.travis-ci.org/peter-murach/tty-platform.svg?branch=master)][travis] -[![Code Climate](https://codeclimate.com/github/peter-murach/tty-platform.svg)][codeclimate] -[![Coverage Status](https://coveralls.io/repos/peter-murach/tty-platform/badge.svg)][coverage] +[![Build Status](https://secure.travis-ci.org/piotrmurach/tty-platform.svg?branch=master)][travis] +[![Build status](https://ci.appveyor.com/api/projects/status/f0oeux03trg78uui?svg=true)][appveyor] +[![Code Climate](https://codeclimate.com/github/piotrmurach/tty-platform/badges/gpa.svg)][codeclimate] +[![Coverage Status](https://coveralls.io/repos/github/piotrmurach/tty-platform/badge.svg)][coverage] +[![Inline docs](http://inch-ci.org/github/piotrmurach/tty-platform.svg?branch=master)][inchpages] +[gitter]: https://gitter.im/piotrmurach/tty [gem]: http://badge.fury.io/rb/tty-platform -[travis]: http://travis-ci.org/peter-murach/tty-platform -[codeclimate]: https://codeclimate.com/github/peter-murach/tty-platform -[coverage]: https://coveralls.io/r/peter-murach/tty-platform +[travis]: http://travis-ci.org/piotrmurach/tty-platform +[appveyor]: https://ci.appveyor.com/project/piotrmurach/tty-platform +[codeclimate]: https://codeclimate.com/github/piotrmurach/tty-platform +[coverage]: https://coveralls.io/github/piotrmurach/tty-platform +[inchpages]: http://inch-ci.org/github/piotrmurach/tty-platform > Terminal platform query methods for detecting different operating systems. -**TTY::Platform** provides independent operating system detection component for [TTY](https://github.com/peter-murach/tty) toolkit. +**TTY::Platform** provides independent operating system detection component for [TTY](https://github.com/piotrmurach/tty) toolkit. ## Installation Add this line to your application's Gemfile: @@ -70,10 +80,10 @@ platform.mac? # => true ``` ## Contributing -1. Fork it ( https://github.com/peter-murach/tty-platform/fork ) +1. Fork it ( https://github.com/piotrmurach/tty-platform/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