hal-client 3.2.1 → 3.2.2

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: 8bf3dbaee4f59a7aebeef04df5f3b260ea96e14d
4
- data.tar.gz: 10fbcaf4a00a62ac11e917e5d93214b810079e77
3
+ metadata.gz: 1571f90751f4b223e9d6d539ca6d879219d47c97
4
+ data.tar.gz: f77f9c7a08dd270b082251f6c9b59740d2d701ae
5
5
  SHA512:
6
- metadata.gz: ffc936c961f98e01120b3e06d1f3a76f594747b44d2fb7ac8d30f3cd3ad11be2e08be478f1abad14a1dd91bde237d763699d69740e77b1df2115117667953233
7
- data.tar.gz: 5dca7b5381d4c78444461780ba7851a265d4bd578249b5d154b8dad883b880e7adb006691041181c3cb4d6a1084d8d36490df6e434d4a4226e5ce1c684ecfbc9
6
+ metadata.gz: d9538a5d68c53ad009c9dc89c77e27bc0e44e31394cd9b69507420f227e139c0a8a4af5f90df1e92af2ddbdfbb5d85be5f5152189bb30d76ed2c0bf50b7b4665
7
+ data.tar.gz: f7d8e1b2ce555e5b51e2a4d2d93bad7e8185cbcba39fcf59dd00cf4a2996bcedc77d8d903c2c9362d7b37d73118f0431c686ca7c174db7e37998b395d45ec19a
@@ -209,7 +209,7 @@ class HalClient
209
209
 
210
210
  # Returns the raw json representation of this representation
211
211
  def to_json
212
- raw.to_json
212
+ MultiJson.dump(raw)
213
213
  end
214
214
  alias_method :to_hal, :to_json
215
215
 
@@ -32,7 +32,7 @@ class HalClient
32
32
 
33
33
  # Returns the raw json representation of this representation
34
34
  def to_json
35
- raw.to_json
35
+ MultiJson.dump(raw)
36
36
  end
37
37
  alias_method :to_hal, :to_json
38
38
 
@@ -1,3 +1,3 @@
1
1
  class HalClient
2
- VERSION = "3.2.1"
2
+ VERSION = "3.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hal-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-19 00:00:00.000000000 Z
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http