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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d3d31b31837a6b8ed71deefa42fdea6ff423f43
4
- data.tar.gz: ad4f768b15d086791d0d3b469d3d97343b8e0816
3
+ metadata.gz: 50a123d85e097504d7fea3e3d44b3d855505aea4
4
+ data.tar.gz: 276d5a070615ae689c72056141d30ce4d79cc4e1
5
5
  SHA512:
6
- metadata.gz: 41c47c6699c9ca2fde0753e556920c2ed22a4d1146a055c40d2522bd3834645bb1acffc639dd03a8d3aa26f37d9d678328c73d2fc4d4550a2702d61495e96b5d
7
- data.tar.gz: 7606776f786f1ca12a031adbc265f128cf3f1bcc6af87ceecba5f53fbd3d3af79ea184b20488c7d5d6dceada6b15cce1debb54113dc741c8357b37c5f25f83a7
6
+ metadata.gz: ec4586c8c5d6f499f44dc586221e08f9e4e580ee6fecbfd01f4b49d68de3e9f2f49a4ed0a2f467faf0aa38d32211f409228f7a4ce0d5f7536edfb3db83af06e4
7
+ data.tar.gz: 8f9c3d37a608278ba85bf40343364b23080974abf3e8821e036cf0bbbfab0c7c5f284a6d218c258a61e8d88b1f6582a7457d60fad38589b0ee7f8b8669d72d98
@@ -1,3 +1,3 @@
1
1
  module CabooseRets
2
- VERSION = '0.1.11'
2
+ VERSION = '0.1.12'
3
3
  end
@@ -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.11
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-02-29 00:00:00.000000000 Z
11
+ date: 2016-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: caboose-cms