apisync 0.1.5 → 0.1.6

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: fc23769b3af6660acd3fd3ec681a42a228c870b5
4
- data.tar.gz: fff67fcf588eba8b348293d113afec405d34dc51
3
+ metadata.gz: 6cce9df4729e3a774cf37ff0a4105f6d35959639
4
+ data.tar.gz: f867abbe3f8ae536365851eca6826613db5b1aeb
5
5
  SHA512:
6
- metadata.gz: 7e173c52068549c1b42d78c3fdc846692c868fb19600551c50f5f77c64d06c69c403cb4331055f298575e363ca30cfe90f634764eac78b2b6eb877dba0a42177
7
- data.tar.gz: 9b42649bd4417113dacd0197c0aaf038e327fefae363ba3a48000afe3d9fcf3711ad879c8c2319a8d848fddddb191aa68a14fa7cabd175c287e4cbb884c890e5
6
+ metadata.gz: 6f0539eb5b4a53299acd5b92844d67e01638b47966ff7dd61a18ccfcac2779362e3e2212d8c2b47c09ec7156c5f66ce905b696fc6129076e3b9552b6a7759c6c
7
+ data.tar.gz: 480b7c6c67dcbf740b5844a94aa9375614336eb884920130b9e0e0d203d8a1d9bba955f5f24432895c2e4aeeba21441d472da4dfe3c53bdf6bb215f5ba579454
@@ -28,7 +28,7 @@ class Apisync
28
28
  end
29
29
 
30
30
  def self.host=(value)
31
- @@host = host
31
+ @@host = value
32
32
  end
33
33
 
34
34
  def self.api_key=(value)
@@ -4,5 +4,6 @@ class Apisync
4
4
  # List of exceptions. They are all inherited from Apisync::Exception
5
5
  class UrlAndPayloadIdMismatch < Apisync::Exception; end
6
6
  class InvalidFilter < Apisync::Exception; end
7
+ class RequestFailed < Apisync::Exception; end
7
8
  class TooManyRequests < Apisync::Exception; end
8
9
  end
@@ -1,3 +1,3 @@
1
1
  class Apisync
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apisync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre de Oliveira