From 36f2353cf5129f4d8f975dc15438b0aa190a0523 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Thu, 18 Apr 2024 16:45:19 +0300 Subject: [PATCH] Update README.md to add note about the Rails adapter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f2e20..803a2ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Encapsulates measurements with their units. Provides easy conversion between uni Lightweight and easily extensible to include other units and conversions. Conversions done with `Rational` for precision. -The adapter to integrate `measured` with Ruby on Rails is in a separate [`measured-rails`](https://github.com/Shopify/measured-rails) gem. +Since version 3.0.0, the adapter to integrate `measured` with Ruby on Rails is also a part of this gem. If you had been using [`measured-rails`](https://github.com/Shopify/measured-rails) for that functionality, you should now remove `measured-rails` from your gem file. ## Installation