stretcher 1.17.0 → 1.18.0

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: 5af13ebaa51c4010121aa5c822e4a03e48b04a3c
4
- data.tar.gz: 67731bd18d6203bc3cdfff0ef99de2fb12826d27
3
+ metadata.gz: aab209cb636509b1ea78274d43c5865b7e97f469
4
+ data.tar.gz: 3db9ef4414c2d1cef9890a1fecc3c4f45a1789d4
5
5
  SHA512:
6
- metadata.gz: ff9ec72cdec4eb9f78274470ff4e79c32c1d7f1e24c945b7f0289bb1c22072e8e6727a6844699503cba38bf695204dc539b3910fea12efa11ed637a5f82ba1f7
7
- data.tar.gz: 036f21bf4fbc7dd4a698a8148dbd81ba3fd7cdb579b2901ae3237d48c283334855b81529fa0cfc44cad3210f4180193d1b87ecda3b2502fd54b2bc2bdb7c2bed
6
+ metadata.gz: fa737ad3d822e0411bcd66352f360865299e9eb616833ef1dd2cc9528cc91470f932fca9d39deb2d906b54643ef88fb0e947423b0d8903496e94b914596bf36d
7
+ data.tar.gz: 6be736d5a2dd82d0aeb10aca7997d2ac57aa86f52c5a549ed3d95ac8707d4e1ed2b77f918e140df46b912ef75372f70933852b9419a168d884bb12a08cbff6f1
data/README.md CHANGED
@@ -113,6 +113,12 @@ The test suite is not to be trusted, don't count on your indexes staying around!
113
113
 
114
114
  Specs may be run with `rake spec`
115
115
 
116
+ ## Used By
117
+
118
+ [Pose](http://pose.com)
119
+ [Get Satisfaction](https://getsatisfaction.com/corp/)
120
+ Email or tweet @andrewvc if you'd like to be added to this list!
121
+
116
122
  ## Contributors
117
123
 
118
124
  * [@andrewvc](https://github.com/andrewvc)
@@ -5,8 +5,6 @@ module Stretcher
5
5
  # Many of the methods marked protected are called by one line shims in subclasses. This is mostly to facilitate
6
6
  # better looking rdocs
7
7
 
8
- private
9
-
10
8
  def do_search(generic_opts={}, explicit_body=nil)
11
9
  query_opts = {}
12
10
  body = nil
@@ -11,7 +11,7 @@ module Stretcher
11
11
 
12
12
  builder.request :multi_json
13
13
 
14
- builder.options[:read_timeout] = options[:read_timeout] || 4
14
+ builder.options[:read_timeout] = options[:read_timeout] || 30
15
15
  builder.options[:open_timeout] = options[:open_timeout] || 2
16
16
 
17
17
  if faraday_configurator = options[:faraday_configurator]
@@ -1,3 +1,3 @@
1
1
  module Stretcher
2
- VERSION = "1.17.0"
2
+ VERSION = "1.18.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stretcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Cholakian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-07 00:00:00.000000000 Z
11
+ date: 2013-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday