elastic-enterprise-search 0.3.0 → 0.3.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: 4515fe152cfe00b0bcc53e873771342434c5dd5a61f776805b89e3b52b44c795
4
- data.tar.gz: 100c01185713f91eb9648da0fd38acd059ae0a30fc5f3d900acec85a540efaab
3
+ metadata.gz: 53aa50b909137dfa347b53c771575f37181a4f757e67172cc122fa1d2868146d
4
+ data.tar.gz: fd9707d3ac0e26964295251d3cf785e5d3a7bbcb20c5d17c972ee2db5f077cd0
5
5
  SHA512:
6
- metadata.gz: cfe7f71022fe098efdbe20442151ba14fdf75947c3fd24a240310f2d853d4fa0995f7ac469dc86e3c770eb950cd68f13a82b1064cd7a7590052c3b81cc210fe3
7
- data.tar.gz: a3b97981a52556f9966858abd1d1767ab13c16ac3494908f3bdb8712f539a62ae896bbf386b8a0d6f1658ab8d8792dad4bfc9269eea2d02bcfd415370466bb74
6
+ metadata.gz: fb1cd040e074c1afe2d7e527fe0024b7f7beb1afb1cee2b56908aa54eb5fef293dc37bf3fae66d53fd4b92eb1e882ea70afadb50c869a387bd57d69a10bb9219
7
+ data.tar.gz: 532b1da449b8865a2adb98ee557b89ac986012cef51d9a65ecac28c7ce52a37988b27609de3014ba86e754689d2adc016989f05fda9a91f1d74d62a9e217f1e1
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.3.0` in your `Gemfile` and run `bundle install`.
25
+ Or place `gem 'elastic-enterprise-search', '~> 0.3.1` in your `Gemfile` and run `bundle install`.
26
26
 
27
27
  ## Usage
28
28
 
@@ -7,8 +7,9 @@ Gem::Specification.new do |s|
7
7
  s.authors = ["Quin Hoxie"]
8
8
  s.email = ["support@elastic.co"]
9
9
  s.homepage = "https://github.com/elastic/enterprise-search-ruby"
10
- s.summary = %q{Official gem for accessing the Elastic Enterprise Search API}
11
- s.description = %q{API client for accessing the Elastic Enterprise Search API with no dependencies.}
10
+ s.summary = %q{Deprecated gem for accessing the Elastic Workplace Search API. Use elastic-workplace-search instead.}
11
+ s.description = %q{Deprecated API client for accessing the Elastic Workplace Search API. Use elastic-workplace-search instead.}
12
+ s.post_install_message = "DEPRECATION WARNING: The elastic-enterprise-search gem has been deprecated and replaced by elastic-workplace-search."
12
13
  s.licenses = ['Apache-2.0']
13
14
 
14
15
  s.files = `git ls-files`.split("\n")
@@ -1,5 +1,5 @@
1
1
  module Elastic
2
2
  module EnterpriseSearch
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-enterprise-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.3.0
21
+ - 0.3.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-enterprise-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.3.0
21
+ - 0.3.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-enterprise-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.3.0
21
+ - 0.3.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-enterprise-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.3.0
21
+ - 0.3.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-enterprise-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.3.0
21
+ - 0.3.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-enterprise-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.3.0
21
+ - 0.3.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
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.3.0
4
+ version: 0.3.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-10-17 00:00:00.000000000 Z
11
+ date: 2020-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: API client for accessing the Elastic Enterprise Search API with no dependencies.
69
+ description: Deprecated API client for accessing the Elastic Workplace Search API.
70
+ Use elastic-workplace-search instead.
70
71
  email:
71
72
  - support@elastic.co
72
73
  executables: []
@@ -110,7 +111,8 @@ homepage: https://github.com/elastic/enterprise-search-ruby
110
111
  licenses:
111
112
  - Apache-2.0
112
113
  metadata: {}
113
- post_install_message:
114
+ post_install_message: 'DEPRECATION WARNING: The elastic-enterprise-search gem has
115
+ been deprecated and replaced by elastic-workplace-search.'
114
116
  rdoc_options: []
115
117
  require_paths:
116
118
  - lib
@@ -125,10 +127,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
127
  - !ruby/object:Gem::Version
126
128
  version: '0'
127
129
  requirements: []
128
- rubygems_version: 3.0.4
130
+ rubygems_version: 3.0.3
129
131
  signing_key:
130
132
  specification_version: 4
131
- summary: Official gem for accessing the Elastic Enterprise Search API
133
+ summary: Deprecated gem for accessing the Elastic Workplace Search API. Use elastic-workplace-search
134
+ instead.
132
135
  test_files:
133
136
  - spec/client/content_source_documents_spec.rb
134
137
  - spec/client/permissions_spec.rb