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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b414e750abdc59dd50f1b57b0da04cd706d6e1f27635b1fab14bdbd598e3268
4
- data.tar.gz: fb2ca684fa8a9f1ced986deb0da1d871f889f8f96dea282a4d91ca1c63dadd97
3
+ metadata.gz: fe677ed48cb89f43237777fddd2943dab50a3c56a95f0ddfb0586d7aa50c6fa1
4
+ data.tar.gz: b63ccdd45e4663b6780fc1aae4f99ab9152bbd1ce875542a651c4698f4d36b35
5
5
  SHA512:
6
- metadata.gz: 16e6bd17983496e297f4907124713cecbf49b3bb2d1860e63acaa0050dd718d37a77b723186d15752f0fb9e357005b3967b6602db6ebd6cb212f1e5b9a760752
7
- data.tar.gz: 6a5701f712aaf96b9bb1c87f900ddf87eee05f072f05edb79dfaa3b925760c82835d226da5c4faab9968c7c77ea7b1486d82a650397779c9223fd347c17c2f37
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.0` in your `Gemfile` and run `bundle install`.
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
 
@@ -1,5 +1,5 @@
1
1
  module Elastic
2
2
  module EnterpriseSearch
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
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.0
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-09 00:00:00.000000000 Z
11
+ date: 2019-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec