algolia 2.0.0.pre.alpha.2 → 2.0.0.pre.alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/algolia.gemspec +3 -2
- data/lib/algolia/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a37aa5b34c5719c6f15dae985448b1d4469c7617e5da569bb298531b459dcdc4
|
4
|
+
data.tar.gz: d7c2a37e288cff749973b78dd9edc20f4611efe94bb36ede952450925b579976
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b8fa3c17a15bb2249e21fa51376e41ff5f7f9de222c05d70b1e2bf289326e31f51c1c7c2b35abe7eefbcdf59f787c3c5822b84dcd11699d0931f5271d95f00d
|
7
|
+
data.tar.gz: 523de843a4bb08fc9809768c29a4a1ec4393f6b7739c61e5739b429811ef79082a9b89718a7350e4fbfa6c666eab9249c9a96931a92b68dd9626de453b1015d7
|
data/algolia.gemspec
CHANGED
@@ -12,8 +12,9 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.date = Date.today
|
14
14
|
spec.licenses = ['MIT']
|
15
|
-
spec.summary = 'A simple Ruby client for the algolia.com REST API'
|
16
|
-
spec.description = '
|
15
|
+
spec.summary = 'A simple Ruby client for the algolia.com REST API (alpha release)'
|
16
|
+
spec.description = 'This is the alpha version of the upcoming v2 release of Algolia Client. Please keep on using the algoliasearch gem in the meantime.'
|
17
|
+
spec.homepage = 'https://github.com/algolia/algoliasearch-client-ruby/tree/release/v2'
|
17
18
|
|
18
19
|
# Specify which files should be added to the gem when it is released.
|
19
20
|
# The `git ls-files -z` loads the files in the RubyGem
|
data/lib/algolia/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: algolia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.pre.alpha.
|
4
|
+
version: 2.0.0.pre.alpha.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Algolia
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -178,7 +178,8 @@ dependencies:
|
|
178
178
|
- - ">="
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: '0'
|
181
|
-
description:
|
181
|
+
description: This is the alpha version of the upcoming v2 release of Algolia Client.
|
182
|
+
Please keep on using the algoliasearch gem in the meantime.
|
182
183
|
email:
|
183
184
|
- support@algolia.com
|
184
185
|
executables: []
|
@@ -269,7 +270,7 @@ files:
|
|
269
270
|
- test/algolia/unit/user_agent_test.rb
|
270
271
|
- test/test_helper.rb
|
271
272
|
- upgrade_guide.md
|
272
|
-
homepage:
|
273
|
+
homepage: https://github.com/algolia/algoliasearch-client-ruby/tree/release/v2
|
273
274
|
licenses:
|
274
275
|
- MIT
|
275
276
|
metadata: {}
|
@@ -291,7 +292,7 @@ requirements: []
|
|
291
292
|
rubygems_version: 3.0.4
|
292
293
|
signing_key:
|
293
294
|
specification_version: 4
|
294
|
-
summary: A simple Ruby client for the algolia.com REST API
|
295
|
+
summary: A simple Ruby client for the algolia.com REST API (alpha release)
|
295
296
|
test_files:
|
296
297
|
- test/algolia/integration/account_client_test.rb
|
297
298
|
- test/algolia/integration/analytics_client_test.rb
|