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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0d73928e6d01ff6eec555c4579ec5dd576b64e39
4
- data.tar.gz: d6de4d034cf9fd60ed7578cb888b145b15c28237
2
+ SHA256:
3
+ metadata.gz: 80d46c5a62ac6681e92f98bbd5fdc30c483230df3bf7ce30bb0122e80dbf88e1
4
+ data.tar.gz: 9e4881b6ce96916a92ed8a0c72c62eb7c7716c099e200185b55606b39e503d0a
5
5
  SHA512:
6
- metadata.gz: 006d6f3aeec117d7323e02517590e88f608efcdf45bb687e1f5013fcf6b6050484837e18650725053954c14790cb5e2103b8e73448d84cdcc4de3a5da919c0a5
7
- data.tar.gz: 5603ef92625268c22c1fc007713e64b5590458a823c042e71d2ca80c4b27db8520aa869d81aec39ba58c1635f9125c0420c54ebc810517e5c41e7e4c3030fc83
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
- <a href="https://github.com/swiftype/swiftype-enterprise-ruby/releases"><img src="https://img.shields.io/github/release/swiftype/swiftype-enterprise-ruby/all.svg?style=flat-square" alt="GitHub release" /></a></p>
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
 
@@ -1,3 +1,3 @@
1
1
  module SwiftypeEnterprise
2
- VERSION = '3.0.0'
2
+ VERSION = '3.0.1'
3
3
  end
@@ -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{Official gem for accessing the Swiftype Enterprise API}
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.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-07-25 00:00:00.000000000 Z
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.5.2.3
118
+ rubygems_version: 2.7.6
118
119
  signing_key:
119
120
  specification_version: 4
120
- summary: Official gem for accessing the Swiftype Enterprise API
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