jsonapi-hanami 0.1.1 → 0.1.2
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 +7 -1
- data/lib/jsonapi/hanami/rendering.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7ce6c678b2af00e901176690789c56c1d2527a9
|
|
4
|
+
data.tar.gz: 1e8971ae0b784a8376a2b8f0df974efe6d053277
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a345423a5107360de76902ecbc2ae0e439901a0caa968f46032f630fd725a9f1b0f6ac16efa036dfe2cb2b23b072974f08bdfc86c6caf1908f7b05d8839ee04
|
|
7
|
+
data.tar.gz: 7bb13e1ca913d3da698d11a748eae34a67f137bccace8731893586e2a333379ae4da1214551ffa84829941d6e997cb698d341188dd821f1f1e9cc012ef491815
|
data/README.md
CHANGED
|
@@ -4,9 +4,15 @@ Hanami integration for [jsonapi-rb](http://jsonapi-rb.org).
|
|
|
4
4
|
## Status
|
|
5
5
|
|
|
6
6
|
[](https://badge.fury.io/rb/jsonapi-hanami)
|
|
7
|
-
[](http://travis-ci.org/jsonapi-rb/hanami?branch=master)
|
|
7
|
+
[](http://travis-ci.org/jsonapi-rb/jsonapi-hanami?branch=master)
|
|
8
8
|
[](https://gitter.im/jsonapi-rb/Lobby)
|
|
9
9
|
|
|
10
|
+
## Resources
|
|
11
|
+
|
|
12
|
+
* Chat: [gitter](http://gitter.im/jsonapi-rb)
|
|
13
|
+
* Twitter: [@jsonapirb](http://twitter.com/jsonapirb)
|
|
14
|
+
* Docs: [jsonapi-rb.org](http://jsonapi-rb.org)
|
|
15
|
+
|
|
10
16
|
## Installation
|
|
11
17
|
|
|
12
18
|
Add the following to your application's Gemfile:
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jsonapi-hanami
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lucas Hosseini
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jsonapi-rb
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.1.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.1.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|