README.md in rspec-pending_for-0.1.9 vs README.md in rspec-pending_for-0.1.10

- old
+ new

@@ -12,37 +12,25 @@ end ``` Requires Ruby 1.9+ (any engine) -| Project | Rspec::PendingFor | -|------------------------ | ----------------- | -| gem name | rspec-pending_for | -| license | MIT | -| expert support | [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github) | -| download rank | [![Total Downloads](https://img.shields.io/gem/rt/rspec-pending_for.svg)](https://rubygems.org/gems/rspec-pending_for) | -| version | [![Gem Version](https://badge.fury.io/rb/rspec-pending_for.png)](http://badge.fury.io/rb/rspec-pending_for) | -| dependencies | [![Dependency Status](https://gemnasium.com/pboling/rspec-pending_for.png)](https://gemnasium.com/pboling/rspec-pending_for) | -| code quality | [![Code Climate](https://codeclimate.com/github/pboling/rspec-pending_for.png)](https://codeclimate.com/github/pboling/rspec-pending_for) | -| inline documenation | [![Inline docs](http://inch-ci.org/github/pboling/rspec-pending_for.png)](http://inch-ci.org/github/pboling/rspec-pending_for) | -| continuous integration | [![Build Status](https://secure.travis-ci.org/pboling/rspec-pending_for.png?branch=master)](https://travis-ci.org/pboling/rspec-pending_for) | -| test coverage | [![Coverage Status](https://coveralls.io/repos/pboling/rspec-pending_for/badge.png)](https://coveralls.io/r/pboling/rspec-pending_for) | -| homepage | [on Github.com][homepage] | -| documentation | [on Rdoc.info][documentation] | -| live chat | [![Join the chat at https://gitter.im/pboling/rspec-pending_for](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pboling/rspec-pending_for?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | -| author | Peter Boling ([Rubyish Blog](https://railsbling.com)) | -| Spread ~♡ⓛⓞⓥⓔ♡~↝ | [on AngelList][angellist], [on Coderwall][coderwall] | +| Project | Rspec::PendingFor | +|------------------------ | ----------------------- | +| gem name | [rspec-pending_for](https://rubygems.org/gems/rspec-pending_for) | +| license | [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) | +| download rank | [![Downloads Today](https://img.shields.io/gem/rd/rspec-pending_for.svg)](https://github.com/pboling/rspec-pending_for) | +| version | [![Version](https://img.shields.io/gem/v/rspec-pending_for.svg)](https://rubygems.org/gems/rspec-pending_for) | +| dependencies | [![Depfu](https://badges.depfu.com/badges/272ce0df3bc6df5cbea9354e2c3b65af/count.svg)](https://depfu.com/github/pboling/rspec-pending_for?project_id=5614) | +| continuous integration | [![Build Status](https://travis-ci.org/pboling/rspec-pending_for.svg?branch=master)](https://travis-ci.org/pboling/rspec-pending_for) | +| test coverage | [![Test Coverage](https://api.codeclimate.com/v1/badges/fe504d4ab2fb77cecf7d/test_coverage)](https://codeclimate.com/github/pboling/rspec-pending_for/test_coverage) | +| maintainability | [![Maintainability](https://api.codeclimate.com/v1/badges/fe504d4ab2fb77cecf7d/maintainability)](https://codeclimate.com/github/pboling/rspec-pending_for/maintainability) | +| code triage | [![Open Source Helpers](https://www.codetriage.com/pboling/rspec-pending_for/badges/users.svg)](https://www.codetriage.com/pboling/rspec-pending_for) | +| homepage | [on Github.com][homepage], [on Railsbling.com][blogpage] | +| documentation | [on RDoc.info][documentation] | +| Spread ~♡ⓛⓞⓥⓔ♡~ | [🌍 🌎 🌏][peterboling], [🍚][refugees], [➕][gplus], [👼][angellist], [🐛][topcoder], [:shipit:][coderwall], [![Tweet Peter](https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow)][twitter] | -[semver]: http://semver.org/ -[pvc]: http://docs.rubygems.org/read/chapter/16#page74 -[railsbling]: http://www.railsbling.com -[peterboling]: http://www.peterboling.com -[angellist]: https://angel.co/peter-boling -[coderwall]: http://coderwall.com/pboling -[documentation]: http://rdoc.info/github/pboling/rspec-pending_for/frames -[homepage]: https://github.com/pboling/rspec-pending_for - ## Installation Add this line to your application's Gemfile: ```ruby @@ -135,12 +123,16 @@ 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. 6. Create new Pull Request -Bug reports and pull requests are welcome on GitHub at https://github.com/pboling/rspec-pending_for. +Bug reports and pull requests are welcome on GitHub at https://github.com/pboling/rspec-pending_for. 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. +## Code of Conduct + +Everyone interacting in the AnonymousActiveRecord project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pboling/rspec-pending_for/blob/master/CODE_OF_CONDUCT.md). + ## Versioning This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward @@ -151,18 +143,32 @@ As a result of this policy, you can (and should) specify a dependency on this gem using the [Pessimistic Version Constraint][pvc] with two digits of precision. For example: - spec.add_dependency 'rspec-pending_for', '~> 1.1' +For example in a `Gemfile`: + gem 'rspec-pending_for', '~> 0.1', group: :test + +or in a `gemspec` + + spec.add_dependency 'rspec-pending_for', '~> 0.1' + ## Legal -* MIT License - See LICENSE file in this project -* Copyright (c) 2015 [Peter H. Boling][peterboling] of [Rails Bling][railsbling] +* MIT License - See [LICENSE][license] file in this project [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +* Copyright (c) 2015 - 2018 [Peter H. Boling][peterboling] of [Rails Bling][railsbling] [semver]: http://semver.org/ -[pvc]: http://docs.rubygems.org/read/chapter/16#page74 -[railsbling]: http://www.railsbling.com -[peterboling]: https://about.me/peter.boling +[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint [documentation]: http://rdoc.info/github/pboling/rspec-pending_for/frames [homepage]: https://github.com/pboling/rspec-pending_for +[license]: LICENSE +[railsbling]: http://www.railsbling.com +[peterboling]: https://about.me/peter.boling +[refugees]: https://www.crowdrise.com/helprefugeeswithhopefortomorrowliberia/fundraiser/peterboling +[gplus]: https://plus.google.com/+PeterBoling/posts +[topcoder]: https://www.topcoder.com/members/pboling/ +[blogpage]: http://www.railsbling.com/tags/rspec-pending_for/ +[angellist]: https://angel.co/peter-boling +[coderwall]: http://coderwall.com/pboling +[twitter]: http://twitter.com/galtzo