README.md in useragent_api-0.1.0 vs README.md in useragent_api-0.1.1

- old
+ new

@@ -1,10 +1,14 @@ # UseragentApi -[![Build Status](https://travis-ci.org/feedforce/useragent_api.svg?branch=master)][travisci] +[![Travis Status](https://img.shields.io/travis/feedforce/useragent_api.svg?maxAge=2592000)][travisci] +[![License](https://img.shields.io/github/license/feedforce/useragent_api.svg?maxAge=2592000?style=flat-square)][license] +[![Gem](https://img.shields.io/gem/v/useragent_api.svg?maxAge=2592000?style=flat-square)][gem-link] [travisci]: https://travis-ci.org/feedforce/useragent_api +[license]: https://github.com/feedforce/useragent_api/blob/master/LICENSE.txt +[gem-link]: http://badge.fury.io/rb/useragent_api This gem provides an access to [UseragentAPI](https://useragentapi.com). ## Installation @@ -42,10 +46,10 @@ 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 -Bug reports and pull requests are welcome on GitHub at https://github.com/masutaka/useragent_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/feedforce/useragent_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).