swiftype-enterprise 3.0.0 → 3.0.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 +5 -5
- data/README.md +4 -1
- data/lib/swiftype-enterprise/version.rb +1 -1
- data/swiftype-enterprise.gemspec +2 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 80d46c5a62ac6681e92f98bbd5fdc30c483230df3bf7ce30bb0122e80dbf88e1
|
|
4
|
+
data.tar.gz: 9e4881b6ce96916a92ed8a0c72c62eb7c7716c099e200185b55606b39e503d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12cd00dc7792f5bec13453350791ef008aac506deb341bee78d77ff10b40b353bc9c056d76f0eb14791cb2681b5c54fc3651a8c07bbe38bbe0d43ff9fccb1d1f
|
|
7
|
+
data.tar.gz: 86d80337db10cd490d0bec12df2d9a8fb52f1174edb88a944686cbf274ceb355b213b1b5de6b931d39c7839f49acb43d3f94acc3d135325e6a4fb67e594907c3
|
data/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<p align="center"><img src="https://github.com/swiftype/swiftype-enterprise-ruby/blob/master/logo-enterprise-search.png?raw=true" alt="Elastic Enterprise Search Logo"></p>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
> **⚠️ This client is deprecated ⚠️**
|
|
5
|
+
>
|
|
6
|
+
> **swiftype-enterprise has been replaced by elastic-enterprise-search. Thank you! - Elastic**
|
|
4
7
|
|
|
5
8
|
> A first-party Ruby client for [Elastic Enterprise Search](https://www.elastic.co/solutions/enterprise-search).
|
|
6
9
|
|
data/swiftype-enterprise.gemspec
CHANGED
|
@@ -7,8 +7,9 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.authors = ["Quin Hoxie"]
|
|
8
8
|
s.email = ["support@swiftype.com"]
|
|
9
9
|
s.homepage = "https://swiftype.com"
|
|
10
|
-
s.summary = %q{
|
|
10
|
+
s.summary = %q{Deprecated gem for accessing the Swiftype Enterprise Search API. Use elastic-enterprise-search instead.}
|
|
11
11
|
s.description = %q{API client for accessing the Swiftype Enterprise API with no dependencies.}
|
|
12
|
+
s.post_install_message = "DEPRECATION WARNING: The swiftype-enterprise gem has been deprecated and replaced by elastic-enterprise-search"
|
|
12
13
|
|
|
13
14
|
s.files = `git ls-files`.split("\n")
|
|
14
15
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swiftype-enterprise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.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-
|
|
11
|
+
date: 2019-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -98,7 +98,8 @@ files:
|
|
|
98
98
|
homepage: https://swiftype.com
|
|
99
99
|
licenses: []
|
|
100
100
|
metadata: {}
|
|
101
|
-
post_install_message:
|
|
101
|
+
post_install_message: 'DEPRECATION WARNING: The swiftype-enterprise gem has been deprecated
|
|
102
|
+
and replaced by elastic-enterprise-search'
|
|
102
103
|
rdoc_options: []
|
|
103
104
|
require_paths:
|
|
104
105
|
- lib
|
|
@@ -114,10 +115,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
115
|
version: '0'
|
|
115
116
|
requirements: []
|
|
116
117
|
rubyforge_project:
|
|
117
|
-
rubygems_version: 2.
|
|
118
|
+
rubygems_version: 2.7.6
|
|
118
119
|
signing_key:
|
|
119
120
|
specification_version: 4
|
|
120
|
-
summary:
|
|
121
|
+
summary: Deprecated gem for accessing the Swiftype Enterprise Search API. Use elastic-enterprise-search
|
|
122
|
+
instead.
|
|
121
123
|
test_files:
|
|
122
124
|
- spec/client_spec.rb
|
|
123
125
|
- spec/configuration_spec.rb
|