swiftype-app-search 0.6.0 → 0.6.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 +6 -2
- data/lib/swiftype-app-search/version.rb +1 -1
- data/swiftype-app-search.gemspec +2 -1
- metadata +6 -5
- data/.circleci/config.yml +0 -56
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 434bf4422f983bf522c252e3b59ccb2851eac37d5f08f17084ef69f48ec9e077
|
|
4
|
+
data.tar.gz: 32d209b0acb86fae3f9802cbf86bd1ea9bd96ad11f42dc0ccc2332709321c3fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bcbfae1e2d26c545fdd0089aacd00f35fe49c5dd0d8aded91fb10ca24e20fbd2233a7c4f33702184945a4c651696050ecf508f94b549c2e1a30a099a628244e
|
|
7
|
+
data.tar.gz: fdd0e847c837225ac47cc4053b3e54231ba002d370fd4a66b5707a6ea12cf8e40999d1b6ab99630617a59ccebd886ba15c302abd3985c65df783d87796e9b5b4
|
data/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
<p align="center"><img src="https://github.com/swiftype/swiftype-app-search-ruby/blob/master/logo-app-search.png?raw=true" alt="Elastic App Search Logo"></p>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> **⚠️ This repository is deprecated ⚠️**
|
|
4
|
+
>
|
|
5
|
+
> **Please visit [https://github.com/elastic/app-search-ruby](https://github.com/elastic/app-search-ruby) for the up to date version. Thank you! - Elastic**
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
4
8
|
<a href="https://github.com/swiftype/swiftype-app-search-ruby/releases"><img src="https://img.shields.io/github/release/swiftype/swiftype-app-search-ruby/all.svg?style=flat-square" alt="GitHub release" /></a></p>
|
|
5
9
|
|
|
6
10
|
> A first-party Ruby client for building excellent, relevant search experiences with Elastic App Search.
|
|
@@ -25,7 +29,7 @@ To install the gem, execute:
|
|
|
25
29
|
gem install swiftype-app-search
|
|
26
30
|
```
|
|
27
31
|
|
|
28
|
-
Or place `gem 'swiftype-app-search', '~> 0.6.
|
|
32
|
+
Or place `gem 'swiftype-app-search', '~> 0.6.1'` in your `Gemfile` and run `bundle install`.
|
|
29
33
|
|
|
30
34
|
## Usage
|
|
31
35
|
|
data/swiftype-app-search.gemspec
CHANGED
|
@@ -8,13 +8,14 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.email = ["support@swiftype.com"]
|
|
9
9
|
s.homepage = "https://swiftype.com"
|
|
10
10
|
s.summary = %q{Official gem for accessing the Swiftype App Search API}
|
|
11
|
-
s.description = %q{API client for accessing the Swiftype App Search API with no dependencies
|
|
11
|
+
s.description = %q{Deprecated API client for accessing the Swiftype App Search API with no dependencies - see elastic-app-search}
|
|
12
12
|
s.licenses = ['MIT']
|
|
13
13
|
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
|
15
15
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
17
17
|
s.require_paths = ["lib"]
|
|
18
|
+
s.post_install_message = "DEPRECATION WARNING: The swiftype-app-search gem has been deprecated and replaced by elastic-app-search"
|
|
18
19
|
|
|
19
20
|
s.add_development_dependency 'awesome_print', '~> 1.8'
|
|
20
21
|
s.add_development_dependency 'pry', '~> 0.11.3'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swiftype-app-search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.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-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
- - "<"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '3.0'
|
|
89
|
-
description: API client for accessing the Swiftype App Search API with
|
|
89
|
+
description: Deprecated API client for accessing the Swiftype App Search API with
|
|
90
|
+
no dependencies - see elastic-app-search
|
|
90
91
|
email:
|
|
91
92
|
- support@swiftype.com
|
|
92
93
|
executables: []
|
|
93
94
|
extensions: []
|
|
94
95
|
extra_rdoc_files: []
|
|
95
96
|
files:
|
|
96
|
-
- ".circleci/config.yml"
|
|
97
97
|
- ".gitignore"
|
|
98
98
|
- ".rspec"
|
|
99
99
|
- ".rubocop.yml"
|
|
@@ -124,7 +124,8 @@ homepage: https://swiftype.com
|
|
|
124
124
|
licenses:
|
|
125
125
|
- MIT
|
|
126
126
|
metadata: {}
|
|
127
|
-
post_install_message:
|
|
127
|
+
post_install_message: 'DEPRECATION WARNING: The swiftype-app-search gem has been deprecated
|
|
128
|
+
and replaced by elastic-app-search'
|
|
128
129
|
rdoc_options: []
|
|
129
130
|
require_paths:
|
|
130
131
|
- lib
|
data/.circleci/config.yml
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# Ruby CircleCI 2.0 configuration file
|
|
2
|
-
#
|
|
3
|
-
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
|
|
4
|
-
#
|
|
5
|
-
version: 2
|
|
6
|
-
jobs:
|
|
7
|
-
build:
|
|
8
|
-
docker:
|
|
9
|
-
# specify the version you desire here
|
|
10
|
-
- image: circleci/ruby:2.4.1-node-browsers
|
|
11
|
-
|
|
12
|
-
# Specify service dependencies here if necessary
|
|
13
|
-
# CircleCI maintains a library of pre-built images
|
|
14
|
-
# documented at https://circleci.com/docs/2.0/circleci-images/
|
|
15
|
-
# - image: circleci/postgres:9.4
|
|
16
|
-
|
|
17
|
-
working_directory: ~/repo
|
|
18
|
-
|
|
19
|
-
steps:
|
|
20
|
-
- checkout
|
|
21
|
-
|
|
22
|
-
# Download and cache dependencies
|
|
23
|
-
- restore_cache:
|
|
24
|
-
keys:
|
|
25
|
-
- v1-dependencies-{{ checksum "Gemfile.lock" }}
|
|
26
|
-
# fallback to using the latest cache if no exact match is found
|
|
27
|
-
- v1-dependencies-
|
|
28
|
-
|
|
29
|
-
- run:
|
|
30
|
-
name: install dependencies
|
|
31
|
-
command: |
|
|
32
|
-
bundle install --jobs=4 --retry=3 --path vendor/bundle
|
|
33
|
-
|
|
34
|
-
- save_cache:
|
|
35
|
-
paths:
|
|
36
|
-
- ./vendor/bundle
|
|
37
|
-
key: v1-dependencies-{{ checksum "Gemfile.lock" }}
|
|
38
|
-
|
|
39
|
-
# run tests!
|
|
40
|
-
- run:
|
|
41
|
-
name: run tests
|
|
42
|
-
command: |
|
|
43
|
-
mkdir /tmp/test-results
|
|
44
|
-
TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)"
|
|
45
|
-
|
|
46
|
-
bundle exec rspec --format progress \
|
|
47
|
-
--out /tmp/test-results/rspec.xml \
|
|
48
|
-
--format progress \
|
|
49
|
-
$TEST_FILES
|
|
50
|
-
|
|
51
|
-
# collect reports
|
|
52
|
-
- store_test_results:
|
|
53
|
-
path: /tmp/test-results
|
|
54
|
-
- store_artifacts:
|
|
55
|
-
path: /tmp/test-results
|
|
56
|
-
destination: test-results
|