fanforce 0.6.2 → 0.6.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTBmNDMzZTVhYzQwNDc3YzNkNTBkYzcyMDNmYjM3ZGYxMDY0YTI1Mg==
4
+ YmQ4YmZlNmUyZmI4OWZiYzhkZWQ0MDQxZjQzMjE2MmI4OTA0NzNhOA==
5
5
  data.tar.gz: !binary |-
6
- ZDY5NmM5MjllNjAzYzM5ODYxYmZiZmJlNjA1OTEyMWMyMTc1NjBjMQ==
6
+ ZThmMDY4MGU2YjhlMDc1Mzg3NjhiYjEyZWUwNDIxODExYTI4N2I2NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MzFjZjQ2NGJlMDQ2Y2Q0MjFlZmUzZDdhNzMyNDJiMTI5MmYzOGVmNzZjYTc1
10
- NTZhMDk1YTY2OTA1MjgxNDQxMTNmZjQ2NTcwMDZhZjI1MDVjZmU4YjUyMGZj
11
- YTM2Zjg1MTQ2YjQ1MjE3Njk3ZWIxNDdkM2FlZmEyMTRmZGJlYzE=
9
+ NTBkMjkzNTJiYTNlMzA5ODA1YjI2NWFmN2MzZDljYjI1ODhmNTM5NTI3YjQ0
10
+ Mzg5NTEzNWJhNzM2YzEzN2E2NmE2YWNhZjg1YmExMmM0NTg5NjQ3MDVlMzcz
11
+ NmUyMGYxM2I1Y2NkYzJiMTkzMzgwYTAxZDI3NzAxYmQ5YjkyZmI=
12
12
  data.tar.gz: !binary |-
13
- Y2M5ZWQ3N2Q0ZjE1OWE3Y2IzNDMyNWVmYmU0YWEwYTk3OGQ3OWFmZTY2ODQ5
14
- NTkyMDk0ZjVkNDQxMGVkMDFjOTVhOTRhNGQ4ZjJiYzVhYzYyMGZlMDI2YWIz
15
- NzkxODk1MjA4MjFjZTZhOGI4NjMwYjI0ZDNlYjhjODU4N2FmZjM=
13
+ ZmZkMGYxMzQzZmIwNzRkMTUwYWIxMDYwZWIwMDkyNjY2N2MyYmFjMTc1MWIw
14
+ NGEyMDZkMjAwYzY5ZTI2ZDQ1ZTAzNzA2ZGFlNjZkNGVhNTBjYjc0ZWVhOGU2
15
+ MWM4NmI1OGQ5OGU4YzE3YTM1ZDliM2M4MmY3YmIwYTFhNDI3MmM=
@@ -20,7 +20,6 @@ class Fanforce::Api::Error < StandardError
20
20
  def code; @response.respond_to?(:code) ? @response.code : 500 end
21
21
  def to_s; @message end
22
22
  def to_hash; {} end
23
- def to_json; to_hash.to_json end
24
23
  end
25
24
 
26
25
  class Fanforce::Api::ServerError < Fanforce::Api::Error
@@ -40,10 +40,6 @@ class Fanforce::Api::Response
40
40
  @response.code
41
41
  end
42
42
 
43
- def to_json
44
- to_hash.to_json
45
- end
46
-
47
43
  def to_hash
48
44
  @response_hash
49
45
  end
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module Api
3
- VERSION = '0.6.2'
3
+ VERSION = '0.6.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark