rightresource 0.3.6 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,6 +39,6 @@ require 'right_resource/macro'
39
39
  require 'right_resource/credential'
40
40
 
41
41
  module RightResource
42
- VERSION = '0.3.6'
42
+ VERSION = '0.4.0'
43
43
  API_VERSION = "1.0"
44
44
  end
@@ -16,7 +16,7 @@ module RightResource
16
16
  end
17
17
 
18
18
  def decode(json)
19
- JSON.parse(json)
19
+ Crack::JSON.parse(json)
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rightresource
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 3
9
- - 6
10
- version: 0.3.6
8
+ - 4
9
+ - 0
10
+ version: 0.4.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Satoshi Ohki
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-06 00:00:00 +09:00
18
+ date: 2011-03-27 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency