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 +4 -4
- data/README.md +1 -1
- data/elastic-enterprise-search.gemspec +3 -2
- data/lib/elastic/enterprise-search/version.rb +1 -1
- data/spec/fixtures/vcr/add_user_permissions.yml +1 -1
- data/spec/fixtures/vcr/get_user_permissions.yml +1 -1
- data/spec/fixtures/vcr/list_all_permissions.yml +1 -1
- data/spec/fixtures/vcr/list_all_permissions_with_paging.yml +1 -1
- data/spec/fixtures/vcr/remove_user_permissions.yml +1 -1
- data/spec/fixtures/vcr/update_user_permissions.yml +1 -1
- metadata +9 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53aa50b909137dfa347b53c771575f37181a4f757e67172cc122fa1d2868146d
|
|
4
|
+
data.tar.gz: fd9707d3ac0e26964295251d3cf785e5d3a7bbcb20c5d17c972ee2db5f077cd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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{
|
|
11
|
-
s.description = %q{API client for accessing the Elastic
|
|
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")
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
130
|
+
rubygems_version: 3.0.3
|
|
129
131
|
signing_key:
|
|
130
132
|
specification_version: 4
|
|
131
|
-
summary:
|
|
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
|