json_api_toolbox 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7680d19b43c12ad0345922dc1f110e2b24cea30
|
4
|
+
data.tar.gz: 87befb6ceba6184893f3b47c299fcdeaf48b0300
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1317696531c5040fc73a4dd71a0cb37108c1be4c83462d440f414d34529d52b11b1288a99ea730599a47a0bc40aa6815aa6b55fa7d7b91ef882ad63242ac8f9e
|
7
|
+
data.tar.gz: 876bc8d9222054714aac607af4a982270bebb5b519a68f5c075ed5f67a7f6a34d427ffb46a68587b685e1a59e42591a3e134f36a77c02b53e053cee89a42f8e4
|
data/CHANGELOG.md
CHANGED
@@ -12,3 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
12
12
|
- Added Job Serializable
|
13
13
|
- Added shared example "a json api response"
|
14
14
|
- Added meta response count for all index routes
|
15
|
+
|
16
|
+
## [0.7.1] - 2017-12-11
|
17
|
+
### Changed
|
18
|
+
- Fix rspec required on shared_examples
|