README.md in measured-2.5.2 vs README.md in measured-2.6.0

- old
+ new

@@ -1,6 +1,6 @@ -# Measured [![Build Status](https://travis-ci.org/Shopify/measured.svg)](https://travis-ci.org/Shopify/measured) [![Gem Version](https://badge.fury.io/rb/measured.svg)](http://badge.fury.io/rb/measured) +# Measured [![Build Status](https://github.com/Shopify/measured/workflows/CI/badge.svg)](https://github.com/Shopify/measured/actions?query=workflow%3ACI) Encapsulates measurements with their units. Provides easy conversion between units. Built in support for weight, length, and volume. Lightweight and easily extensible to include other units and conversions. Conversions done with `Rational` for precision. @@ -271,15 +271,16 @@ * Not actively maintained. * No ActiveRecord adapter. ### Gem: [unitwise](https://github.com/joshwlewis/unitwise) * **Pros** - * Well written and maintained. + * Well written. * Conversions done with Unified Code for Units of Measure (UCUM) so highly accurate and reliable. * **Cons** * Lots of code. Good code, but lots of it. * Many modifications to core types. * ActiveRecord adapter exists but is written and maintained by a different person/org. + * Not actively maintained. ## Contributing 1. Fork it ( https://github.com/Shopify/measured/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)