json_api_client 0.2.3 → 0.2.4

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: e53d7f45abf5b0e493ddb17782ef7eb168889245
4
- data.tar.gz: ccefe013c990805cec13b57fb2420d2e929ed776
3
+ metadata.gz: 6e195eadd40239f5f99664964d3a590391dec380
4
+ data.tar.gz: e5f3c9c5a20df353acff52f8443cad0dc672fcb6
5
5
  SHA512:
6
- metadata.gz: a82e7570409337b1107ec52aade2cd09be667fe3111b5a96be50a77766940570f68722b019e9505c85d4b32df3528eec1300c78b4591dc7882f3e34507857287
7
- data.tar.gz: 7b7b843d25a492069fb99bf77a7252c03d37e0bdae92c433e012ff4ef10a3d5134e3e8713a0d435e2afc15a74d43170decbf64c11c0118cfd63466332cedbcfd
6
+ metadata.gz: 2b806a5c622f8c170952b61cdc9c4d9283710fa9afcfef03e4c41e47809c492b22b00fdc6870f3236306186fd3af8c47691c623ae8cb813e917cd28e6646db4b
7
+ data.tar.gz: a695a07000cd0302a97b1990b29f6b3e837052e7ed1a0f28fb6b57c22425f65213c455ea146fb8b2254ce62348f002ec56f77ae63208ccec609457f4bb95918b
@@ -2,6 +2,7 @@ require 'forwardable'
2
2
  require 'active_support/concern'
3
3
  require 'active_support/inflector'
4
4
  require 'active_support/core_ext/hash'
5
+ require 'active_support/core_ext/module'
5
6
  require 'active_support/core_ext/class/attribute'
6
7
 
7
8
  module JsonApiClient
@@ -1,3 +1,3 @@
1
1
  module JsonApiClient
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Ching
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-12 00:00:00.000000000 Z
11
+ date: 2014-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport