algolia 2.0.0.pre.alpha.2 → 2.0.0.pre.alpha.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d60205951ef158935268ca5acdea467072a3e06355b1937a81ae78724da0e909
4
- data.tar.gz: eba4990f0591fb94fbcbc4d7e834f9fdb8ff0092d05a05e658b5a89272999bd5
3
+ metadata.gz: a37aa5b34c5719c6f15dae985448b1d4469c7617e5da569bb298531b459dcdc4
4
+ data.tar.gz: d7c2a37e288cff749973b78dd9edc20f4611efe94bb36ede952450925b579976
5
5
  SHA512:
6
- metadata.gz: e458b5c6be67e8c73338995485cfb01783e83d0e22be7bdce4fa0b23f7bedada8f9630ce274569a30ce7e792ad35324f22d8dbd2761e1ed5f08a6bbcd69984fb
7
- data.tar.gz: 68b2b9af700d930b34ccab5340515935ee56b81eb1bec1703ae9cf4db6f7cb065322dc88705ebc8025e3579a065f6cbbed8b288347d2e15d7e68df4e54b378de
6
+ metadata.gz: 1b8fa3c17a15bb2249e21fa51376e41ff5f7f9de222c05d70b1e2bf289326e31f51c1c7c2b35abe7eefbcdf59f787c3c5822b84dcd11699d0931f5271d95f00d
7
+ data.tar.gz: 523de843a4bb08fc9809768c29a4a1ec4393f6b7739c61e5739b429811ef79082a9b89718a7350e4fbfa6c666eab9249c9a96931a92b68dd9626de453b1015d7
@@ -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 = 'A simple Ruby client for the algolia.com REST API'
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
@@ -1,3 +1,3 @@
1
1
  module Algolia
2
- VERSION = '2.0.0-alpha.2'.freeze
2
+ VERSION = '2.0.0-alpha.3'.freeze
3
3
  end
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.2
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-21 00:00:00.000000000 Z
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: A simple Ruby client for the algolia.com REST API
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