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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1671730616527711b4817c7509cccd7f6e1472b9
4
- data.tar.gz: 17c163b8628d3164ad1d96214d5eb381d1fa201f
3
+ metadata.gz: f7ce6c678b2af00e901176690789c56c1d2527a9
4
+ data.tar.gz: 1e8971ae0b784a8376a2b8f0df974efe6d053277
5
5
  SHA512:
6
- metadata.gz: f375994c77313d3396525dbc27cbd0fd25df41b07ee3ce26abf73f167adcc752a7be7474aa8314c87ed26bc01a120c2f1451c1fa078c4e3d3699e54c19ab5682
7
- data.tar.gz: 78c7afa495c91aa5e2221ad69ca609baa8184f26a623c3058ef8bdf555d12c98679e09c51223238ba194c847756e4136e923e8fd26a5bc41f5a18b140d34f063
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
  [![Gem Version](https://badge.fury.io/rb/jsonapi-hanami.svg)](https://badge.fury.io/rb/jsonapi-hanami)
7
- [![Build Status](https://secure.travis-ci.org/jsonapi-rb/jsonapi-hanami.svg?branch=master)](http://travis-ci.org/jsonapi-rb/hanami?branch=master)
7
+ [![Build Status](https://secure.travis-ci.org/jsonapi-rb/jsonapi-hanami.svg?branch=master)](http://travis-ci.org/jsonapi-rb/jsonapi-hanami?branch=master)
8
8
  [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](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:
@@ -59,7 +59,7 @@ module JSONAPI
59
59
  end
60
60
 
61
61
  def _jsonapi_errors
62
- # TODO(beauby): Implement inferrence for Hanami::Validations.
62
+ # TODO(beauby): Implement inference for Hanami::Validations.
63
63
  @_jsonapi[:errors]
64
64
  end
65
65
  end
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.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: 2016-12-02 00:00:00.000000000 Z
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