elastic-enterprise-search 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 746091f00210e860c60c437730b4a8bc894b1b9e24b5282b2e0983e3cc32cac7
4
- data.tar.gz: 3a9a1c95fba97f88f73f9b7944c28627c2c9da51b8977cd3db03ee3ed392e763
3
+ metadata.gz: 1b414e750abdc59dd50f1b57b0da04cd706d6e1f27635b1fab14bdbd598e3268
4
+ data.tar.gz: fb2ca684fa8a9f1ced986deb0da1d871f889f8f96dea282a4d91ca1c63dadd97
5
5
  SHA512:
6
- metadata.gz: d884b56be9fb4808b9bcd6cc8e2de01752e96c73ba881b7bde7c696287430e50915b7a09780f81a6c8ccce5a48eb1e0020f5c02f24795995905a9899dabe7f60
7
- data.tar.gz: 93aca86f3aed1e0ec4942a761c5d56ddf7723ed8b1ff0d2c3899c802f9d88da827ce13c62845f5fc7bd3bc1063abb07ab1caca097831ef171c3b18020ca6a5aa
6
+ metadata.gz: 16e6bd17983496e297f4907124713cecbf49b3bb2d1860e63acaa0050dd718d37a77b723186d15752f0fb9e357005b3967b6602db6ebd6cb212f1e5b9a760752
7
+ data.tar.gz: 6a5701f712aaf96b9bb1c87f900ddf87eee05f072f05edb79dfaa3b925760c82835d226da5c4faab9968c7c77ea7b1486d82a650397779c9223fd347c17c2f37
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.1.0` in your `Gemfile` and run `bundle install`.
25
+ Or place `gem 'elastic-enterprise-search', '~> 0.2.0` in your `Gemfile` and run `bundle install`.
26
26
 
27
27
  ## Usage
28
28
 
@@ -0,0 +1 @@
1
+ require 'elastic/enterprise-search'
@@ -1,5 +1,5 @@
1
1
  module Elastic
2
2
  module EnterpriseSearch
3
- VERSION = '0.1.0'
3
+ VERSION = '0.2.0'
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.1.0
4
+ version: 0.2.0
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-08-19 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -83,6 +83,7 @@ files:
83
83
  - Rakefile
84
84
  - elastic-enterprise-search.gemspec
85
85
  - lib/data/ca-bundle.crt
86
+ - lib/elastic-enterprise-search.rb
86
87
  - lib/elastic/enterprise-search.rb
87
88
  - lib/elastic/enterprise-search/client.rb
88
89
  - lib/elastic/enterprise-search/configuration.rb