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 +4 -4
- data/README.md +6 -0
- data/lib/stretcher/es_component.rb +0 -2
- data/lib/stretcher/server.rb +1 -1
- data/lib/stretcher/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: aab209cb636509b1ea78274d43c5865b7e97f469
|
|
4
|
+
data.tar.gz: 3db9ef4414c2d1cef9890a1fecc3c4f45a1789d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
data/lib/stretcher/server.rb
CHANGED
|
@@ -11,7 +11,7 @@ module Stretcher
|
|
|
11
11
|
|
|
12
12
|
builder.request :multi_json
|
|
13
13
|
|
|
14
|
-
builder.options[:read_timeout] = options[:read_timeout] ||
|
|
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]
|
data/lib/stretcher/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|