swiftype-enterprise 3.0.2 → 3.0.3
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/lib/swiftype-enterprise/version.rb +1 -1
- data/swiftype-enterprise.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f8032096fde9f0b4d8abe205b31f4b764a58ff1f6f71093c404e37c905ec174
|
|
4
|
+
data.tar.gz: ff21a1d378ed71245a0d7a33ecd6de78933fcf94472637a7406f51b7dbe7bd6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72543845f34d2dd98e9f6a37fa975eda5cea817b80718150ea1a76acc288f8f69005e2564c59ead755262a8e05e8dcc31b264d2bad3c907b31e46fe537e44495
|
|
7
|
+
data.tar.gz: 22b4f684ee35b0a427d4b00b53ccae52a0d8c879195b22ae6442054e6142ff566dfa55c2b8fd45e6cccaa5c4082d6d057e469068fe365493817d0515089296df
|
data/swiftype-enterprise.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.email = ["support@swiftype.com"]
|
|
9
9
|
s.homepage = "https://swiftype.com"
|
|
10
10
|
s.summary = %q{Deprecated gem for accessing the Swiftype Enterprise Search API. Use elastic-enterprise-search instead.}
|
|
11
|
-
s.description = %q{API client for accessing the Swiftype Enterprise API with no dependencies.}
|
|
11
|
+
s.description = %q{Deprecated API client for accessing the Swiftype Enterprise Search API with no dependencies. Use elastic-enterprise-search instead.}
|
|
12
12
|
s.post_install_message = "DEPRECATION WARNING: The swiftype-enterprise gem has been deprecated and replaced by elastic-enterprise-search"
|
|
13
13
|
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Quin Hoxie
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: API client for accessing the Swiftype Enterprise API
|
|
69
|
+
description: Deprecated API client for accessing the Swiftype Enterprise Search API
|
|
70
|
+
with no dependencies. Use elastic-enterprise-search instead.
|
|
70
71
|
email:
|
|
71
72
|
- support@swiftype.com
|
|
72
73
|
executables: []
|