rentlinx 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rentlinx/client.rb +2 -0
- data/lib/rentlinx/errors.rb +6 -0
- data/lib/rentlinx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aa97a327400aeff7f170786b69dc9e038371fdc
|
4
|
+
data.tar.gz: a9e6258229b0676180be3e00e145113ec497e5c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4d8666090d655e879232483fbdd74e84249937dc41d459719ead0a04a07a1e62581d85f497880eaaafcd5c9751e0186c93c02d4549d5e1f0a3418997a7b8c2d
|
7
|
+
data.tar.gz: b117a9745b6e6bec1307cb5d31dddbdc0ca8e53312a0c45fb7e534fa585457b1d164a3fcb106d70bb6e6c0e85c1d277071d0cddf45c1ed916e63218cb36c8e13
|
data/lib/rentlinx/client.rb
CHANGED
data/lib/rentlinx/errors.rb
CHANGED
@@ -47,6 +47,12 @@ module Rentlinx
|
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
|
+
class Conflict < HTTPError
|
51
|
+
def initialize(response)
|
52
|
+
super(response, 'There was a conflict on the remote server.')
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
50
56
|
class Forbidden < HTTPError
|
51
57
|
def initialize(response)
|
52
58
|
super(response, 'You are not permitted to access the item you requested.')
|
data/lib/rentlinx/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rentlinx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AppFolio, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|