elastic-enterprise-search 0.2.0 → 0.2.1
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 +1 -1
- data/lib/elastic/enterprise-search/request.rb +1 -1
- data/lib/elastic/enterprise-search/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe677ed48cb89f43237777fddd2943dab50a3c56a95f0ddfb0586d7aa50c6fa1
|
|
4
|
+
data.tar.gz: b63ccdd45e4663b6780fc1aae4f99ab9152bbd1ce875542a651c4698f4d36b35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a78e1072de507150193cd96248a1cac29921b25d7f196846a22a133bec8ad9aeaedc0685dfc1db920ab857151bc95404adc296b130a4010d9f8c44635dd27ef9
|
|
7
|
+
data.tar.gz: 0d1def4f1c50324b108ed1a244bb40609c787ff6fb4135df3e7d2509eadfcdde1d050c3ac0632fd1fc816d89d4fab06a360486fe394ca8e9fee67ea55b00c40f
|
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ To install the gem, execute:
|
|
|
22
22
|
gem install elastic-enterprise-search
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Or place `gem 'elastic-enterprise-search', '~> 0.2.
|
|
25
|
+
Or place `gem 'elastic-enterprise-search', '~> 0.2.1` in your `Gemfile` and run `bundle install`.
|
|
26
26
|
|
|
27
27
|
## Usage
|
|
28
28
|
|
|
@@ -50,7 +50,7 @@ module Elastic
|
|
|
50
50
|
# is Charles, which uses a self-signed certificate in order to inspect https traffic. This will
|
|
51
51
|
# not be part of this client's public API, this is more of a development enablement option
|
|
52
52
|
http.verify_mode = ENV['st_ssl_verify_none'] == 'true' ? OpenSSL::SSL::VERIFY_NONE : OpenSSL::SSL::VERIFY_PEER
|
|
53
|
-
http.ca_file = File.join(File.dirname(__FILE__), '..', 'data', 'ca-bundle.crt')
|
|
53
|
+
http.ca_file = File.realpath(File.join(File.dirname(__FILE__), '..', '..', 'data', 'ca-bundle.crt'))
|
|
54
54
|
http.ssl_timeout = open_timeout
|
|
55
55
|
end
|
|
56
56
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elastic-enterprise-search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Quin Hoxie
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|