jkestr-rets4r 1.1.9 → 1.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ module RETS4R
79
79
 
80
80
  # XXX: If it turns out we need to parse the response of errors, then this will
81
81
  # need to change.
82
- if transaction.reply_code.to_i > 0 && transaction.reply_code.to_i == 20201
82
+ if transaction.reply_code.to_i > 0 && transaction.reply_code.to_i != 20201
83
83
  exception_type = Client::EXCEPTION_TYPES[transaction.reply_code.to_i] || RETSTransactionException
84
84
  raise exception_type, "#{transaction.reply_code} - #{transaction.reply_text}"
85
85
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jkestr-rets4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Wulff