README.md in the_garage-2.0.0 vs README.md in the_garage-2.0.1
- old
+ new
@@ -1,8 +1,11 @@
# Garage
-[![Build Status](https://travis-ci.org/cookpad/garage.svg?branch=master)](https://travis-ci.org/cookpad/garage)
+[![Build Status](https://travis-ci.org/cookpad/garage.svg?branch=master)](https://travis-ci.org/cookpad/garage) [![Gem Version](https://badge.fury.io/rb/the_garage.svg)](https://badge.fury.io/rb/the_garage)
Rails framework to add RESTful hypermedia API to your application.
+
+## Gem name changed!
+We renamed gem name `the_garage` from version 2.0.0. Please update your Gemfile.
## What Is It?
Garage provides a simple, Hypermedia friendly RESTful API to your Rails application using its native RESTful routes. Garage provides a descriptive way to serve your ActiveRecord models, as well as plain old Ruby objects as JSON-based resources.