json_api_client 0.9.2 → 0.9.3

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: bae5dacd58847759a00a4bb8ffd01e34d7752957
4
- data.tar.gz: 2815de325108b31b33ca49a4d2ff826ad2b7b0c5
3
+ metadata.gz: b2bcdb2519db199fa12de50fdb3f30792b6b302e
4
+ data.tar.gz: 22a715c4125a31addbd2107b84b625079be0582d
5
5
  SHA512:
6
- metadata.gz: e60688cf07d575fc8984967c4368f36ee0810519ed7501ffd433d496d27366f5c8d64bfc4c0f8bdf59513ccf42cd3a5f56c801e060f9a4efdb564649fc1a13f4
7
- data.tar.gz: 953fad49c530d284756742cdeba6128b196e58a5321060d21fd77269d49c8a22bdd7accb3ec6e814c8b56d0388fd35c0eb6f55e91c907bd697fc67086f243bef
6
+ metadata.gz: c8c8c9f03794048f10d14a008ec9c5d814112d1529be9c2ca52f75905db6cf4cefe7e29507a14d10f8e9105fb8becda63bcedd5bc57d65dbd2a0763e1f5e5491
7
+ data.tar.gz: 1959a4ea25275a00db21d7dbc90cbf7974ea1c8c92228b8a7b166fe0857479f136e173935ee5c8dde8a8e331b93d17a59fc1c851f91c385b1c0130c1c2454ebd
@@ -15,7 +15,7 @@ module JsonApiClient
15
15
  private
16
16
 
17
17
  def handle_meta(result_set, data)
18
- result_set.meta = data.fetch("meta", {})
18
+ result_set.meta = HashWithIndifferentAccess.new(data.fetch("meta", nil))
19
19
  end
20
20
 
21
21
  def handle_pagination(result_set, data)
@@ -1,3 +1,3 @@
1
1
  module JsonApiClient
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Ching
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-10 00:00:00.000000000 Z
11
+ date: 2015-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -149,9 +149,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 2.2.2
152
+ rubygems_version: 2.4.8
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Build client libraries compliant with specification defined by jsonapi.org
156
156
  test_files: []
157
- has_rdoc: