caboose-rets 0.1.11 → 0.1.12
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 +4 -4
- data/lib/caboose_rets/version.rb +1 -1
- data/lib/rets/http.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: 50a123d85e097504d7fea3e3d44b3d855505aea4
|
|
4
|
+
data.tar.gz: 276d5a070615ae689c72056141d30ce4d79cc4e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec4586c8c5d6f499f44dc586221e08f9e4e580ee6fecbfd01f4b49d68de3e9f2f49a4ed0a2f467faf0aa38d32211f409228f7a4ce0d5f7536edfb3db83af06e4
|
|
7
|
+
data.tar.gz: 8f9c3d37a608278ba85bf40343364b23080974abf3e8821e036cf0bbbfab0c7c5f284a6d218c258a61e8d88b1f6582a7457d60fad38589b0ee7f8b8669d72d98
|
data/lib/caboose_rets/version.rb
CHANGED
data/lib/rets/http.rb
CHANGED
|
@@ -8,7 +8,7 @@ module RETS
|
|
|
8
8
|
##
|
|
9
9
|
# Creates a new HTTP instance which will automatically handle authenting to the RETS server.
|
|
10
10
|
def initialize(args)
|
|
11
|
-
@headers = {"User-Agent" => "Ruby RETS/v#{RETS::VERSION}"}
|
|
11
|
+
@headers = {"User-Agent" => "Ruby RETS/v#{RETS::VERSION}", "Accept-Encoding" => "none"}
|
|
12
12
|
@request_count = 0
|
|
13
13
|
@config = {:http => {}}.merge(args)
|
|
14
14
|
@rets_data, @cookie_list = {}, {}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caboose-rets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: caboose-cms
|