resourcey 0.4.3 → 0.5.0
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 +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ca543c0259aa9fbdfa1f5dfd58dfb3891a3ba97
|
|
4
|
+
data.tar.gz: 5779b5924d7b8e7214057a665cba65075d8c1427
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47984cf852b1de061d29049bc1b882f82759469f31187db346edcb33a1abc08f4082309b705fbd274a3ea12b3d90fc312d4dc780cd63fbd17f6fa66e276c6065
|
|
7
|
+
data.tar.gz: f3e063d6faab3e45f9bb3a4f6969085ea9da86fe131952febe8dd2df1f160aa537752d23690cd090801e6b7c4084747099eeb4afc828fcb69c0e28458ff56961
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Resourcey
|
|
2
2
|
  
|
|
3
3
|
|
|
4
|
-
A lightweight rails gem for building resource-based APIs.
|
|
4
|
+
A lightweight rails gem for building resource-based APIs. It gives you some conventions and convenient solutions for rendering resources in JSON format.
|
|
5
5
|
|
|
6
6
|
### Table of contents
|
|
7
7
|
- [Requirements](#requirements)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: resourcey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- polakowski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|