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 +4 -4
- data/README.md +4 -1
- data/lib/garage/version.rb +1 -1
- data/lib/the_garage.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 350a7c1ff0e237161d5f3973d0b6397ec17c4244
|
|
4
|
+
data.tar.gz: d9e3f12981a0b514f6dee5aca528fbd3211fa789
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf34f721bac0ff39ba3fd42752c307ca7b3743c19a8b3a810409663e39fcad3f40b80e7163bf4dbc06f3de2f0e9c7cebca7b4bc674395a142f91a7814fede2ec
|
|
7
|
+
data.tar.gz: 951120ce79a7a3b50863bf0ed2140e48106fc72fb124bf4b6e6eb79cb212cdb4a92a7db9578125a7327855a58bdbf43d7c71449809a25ce20ebec77ed8bd241a
|
data/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# Garage
|
|
2
|
-
[](https://travis-ci.org/cookpad/garage)
|
|
2
|
+
[](https://travis-ci.org/cookpad/garage) [](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.
|
data/lib/garage/version.rb
CHANGED
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.
|
|
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: {}
|