the_garage 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30b92d8e2787314c6bcca163423334303f9ec6dc
4
- data.tar.gz: f3e866410bf36ec5ee28333f060643e1ea090f6b
3
+ metadata.gz: 350a7c1ff0e237161d5f3973d0b6397ec17c4244
4
+ data.tar.gz: d9e3f12981a0b514f6dee5aca528fbd3211fa789
5
5
  SHA512:
6
- metadata.gz: 0bf3747c2ea3e19c47205d98ca7161faa2acba58eb63a63b11c4810ab2e07460ceaabd20aa8a189ab1fce8c0bdefb80b91b598e27661d0f0a2d856f96619108f
7
- data.tar.gz: 4f7cbbdca6e56d47c8f8d479b6df5b66c838fb3696953488a9af8524a056114a894e98210b84bee1cea0e3d6e3518aeeeb96a877eac907e7a049eba7e2c71c28
6
+ metadata.gz: cf34f721bac0ff39ba3fd42752c307ca7b3743c19a8b3a810409663e39fcad3f40b80e7163bf4dbc06f3de2f0e9c7cebca7b4bc674395a142f91a7814fede2ec
7
+ data.tar.gz: 951120ce79a7a3b50863bf0ed2140e48106fc72fb124bf4b6e6eb79cb212cdb4a92a7db9578125a7327855a58bdbf43d7c71449809a25ce20ebec77ed8bd241a
data/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # Garage
2
- [![Build Status](https://travis-ci.org/cookpad/garage.svg?branch=master)](https://travis-ci.org/cookpad/garage)
2
+ [![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)
3
3
 
4
4
  Rails framework to add RESTful hypermedia API to your application.
5
5
 
6
+ ## Gem name changed!
7
+ We renamed gem name `the_garage` from version 2.0.0. Please update your Gemfile.
8
+
6
9
  ## What Is It?
7
10
 
8
11
  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.
@@ -1,3 +1,3 @@
1
1
  module Garage
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
data/lib/the_garage.rb ADDED
@@ -0,0 +1 @@
1
+ require 'garage'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_garage
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tatsuhiko Miyagawa
@@ -249,6 +249,7 @@ files:
249
249
  - lib/garage/token_scope.rb
250
250
  - lib/garage/utils.rb
251
251
  - lib/garage/version.rb
252
+ - lib/the_garage.rb
252
253
  homepage: https://github.com/cookpad/garage
253
254
  licenses: []
254
255
  metadata: {}