README.md in contracted_value-0.1.0.alpha.1 vs README.md in contracted_value-0.1.0

- old
+ new

@@ -1,13 +1,15 @@ # ContractedValue Library for creating contracted immutable(by default) value objects +[![Gem Version](http://img.shields.io/gem/v/contracted_value.svg?style=flat-square)](http://badge.fury.io/rb/contracted_value) +[![License](https://img.shields.io/github/license/PikachuEXE/contracted_value.svg?style=flat-square)](http://badge.fury.io/rb/contracted_value) + [![Build Status](http://img.shields.io/travis/PikachuEXE/contracted_value.svg?style=flat-square)](https://travis-ci.org/PikachuEXE/contracted_value) [![Code Climate](https://img.shields.io/codeclimate/maintainability/PikachuEXE/contracted_value.svg?style=flat-square)](https://codeclimate.com/github/PikachuEXE/contracted_value) [![Coverage Status](https://img.shields.io/codecov/c/github/PikachuEXE/contracted_value.svg?style=flat-square)](https://codecov.io/gh/PikachuEXE/contracted_value) -[![Inch CI](https://inch-ci.org/github/PikachuEXE/contracted_value.svg?branch=master)](https://inch-ci.org/github/PikachuEXE/contracted_value) This gem allows creation of value objects which are - contracted (enforced by [`contracts.ruby`](https://github.com/egonSchiele/contracts.ruby)) - immutable (enforced by [`ice_nine`](https://github.com/dkubb/ice_nine))