README.md in with_model-1.2.1 vs README.md in with_model-1.2.2

- old
+ new

@@ -1,11 +1,11 @@ # [with_model](https://github.com/Casecommons/with_model) +[![Gem Version](https://img.shields.io/gem/v/with_model.svg?style=flat)](https://rubygems.org/gems/with_model) [![Build Status](https://secure.travis-ci.org/Casecommons/with_model.svg?branch=master)](https://travis-ci.org/Casecommons/with_model) [![Code Climate](https://img.shields.io/codeclimate/github/Casecommons/with_model.svg?style=flat)](https://codeclimate.com/github/Casecommons/with_model) [![Coverage Status](https://img.shields.io/coveralls/Casecommons/with_model/master.svg?style=flat)](https://coveralls.io/r/Casecommons/with_model) -[![Gem Version](https://img.shields.io/gem/v/with_model.svg?style=flat)](https://rubygems.org/gems/with_model) `with_model` dynamically builds an ActiveRecord model (with table) before each test in a group and destroys it afterwards. ## Installation @@ -163,17 +163,17 @@ end ``` ## Requirements -- Ruby 1.9.3+ +- Ruby 1.9.3, 2.x - RSpec or minitest/spec -- ActiveRecord 3.0.x–4.1.x (for ActiveRecord 2, use with_model 0.2.x) +- ActiveRecord 3.x, 4.x (for ActiveRecord 2, use with_model 0.2.x) ## Versioning As of version 1.0.0, with_model uses [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html). Previous versions used an ad-hoc versioning scheme. ## License -Copyright © 2010–2014 Case Commons, LLC. -Licensed under the MIT license, available in the “LICENSE” file. +Copyright © 2010–2016 [Case Commons, Inc](http://casecommons.org). +Licensed under the MIT license, see [LICENSE](/LICENSE) file.