README.md in yard-contracts-0.1.0 vs README.md in yard-contracts-0.1.1

- old
+ new

@@ -1,8 +1,10 @@ # yard-contracts [![Build Status](https://travis-ci.org/sfcgeorge/yard-contracts.svg?branch=master)](https://travis-ci.org/sfcgeorge/yard-contracts) +[![Gem Version](https://badge.fury.io/rb/yard-contracts.svg)](http://badge.fury.io/rb/yard-contracts) +[![Join the chat at https://gitter.im/egonSchiele/contracts.ruby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/egonSchiele/contracts.ruby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) yard-contracts is a YARD plugin that works with the fantastic Contracts gem to automatically document types and descriptions of parameters in your method signatures, saving time, making your code concise and keeping your documentation consistent. Have you ever got fed up of coding validations, writing error messages and then documenting those things? All this duplication and boilerplate code has always bugged me. Contracts solves the validations and error messages part already, turning many lines of repetitive code into 1 terse readable one. This extension now solves the documentation part making documentation automatically say the same as your validations. @@ -25,9 +27,11 @@ $ bundle Or install it yourself as: $ gem install yard-contracts + +Compatible with MRI Ruby 2.0+ and JRuby 1.9mode (with additional kramdown gem). ## Examples See these two equivalent(ish) examples and be blown away.