algolia 2.0.0.pre.alpha.3 → 2.0.0.pre.alpha.4
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/algolia.gemspec +6 -0
- data/lib/algolia/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b7285aa2d0c5d3f32f0c0e2182770d1688f39fb4769a2d897dbe578492aa9a6
|
|
4
|
+
data.tar.gz: 3f063a3f2fcb9fecd8a0c28e5dc7f7bf4debef1e3280f1f2253dd20f5547c4ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 057f6322482a476f9f1a25c4e75de3c2bc31cdfc7cf5fec672095c3fe195e7ace87e1d1476fe3b64c2884bff32df80c6814017768c943a74d2836de9e952d4a9
|
|
7
|
+
data.tar.gz: 7d0387f4663c6767ec40f68b229551e8c28da47a44bcd34f369a3cc6ad84fa2ad25f898bc65e0350a44c6f06b5901625a06bdb42f9a29824da8f3b8762c319ef
|
data/algolia.gemspec
CHANGED
|
@@ -16,6 +16,12 @@ Gem::Specification.new do |spec|
|
|
|
16
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
17
|
spec.homepage = 'https://github.com/algolia/algoliasearch-client-ruby/tree/release/v2'
|
|
18
18
|
|
|
19
|
+
spec.metadata = {
|
|
20
|
+
'bug_tracker_uri' => 'https://github.com/algolia/algoliasearch-client-ruby/issues',
|
|
21
|
+
'documentation_uri' => 'http://www.rubydoc.info/gems/algolia',
|
|
22
|
+
'source_code_uri' => 'https://github.com/algolia/algoliasearch-client-ruby/tree/release/v2'
|
|
23
|
+
}
|
|
24
|
+
|
|
19
25
|
# Specify which files should be added to the gem when it is released.
|
|
20
26
|
# The `git ls-files -z` loads the files in the RubyGem
|
|
21
27
|
# that have been added into git.
|
data/lib/algolia/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Algolia
|
|
@@ -273,7 +273,10 @@ files:
|
|
|
273
273
|
homepage: https://github.com/algolia/algoliasearch-client-ruby/tree/release/v2
|
|
274
274
|
licenses:
|
|
275
275
|
- MIT
|
|
276
|
-
metadata:
|
|
276
|
+
metadata:
|
|
277
|
+
bug_tracker_uri: https://github.com/algolia/algoliasearch-client-ruby/issues
|
|
278
|
+
documentation_uri: http://www.rubydoc.info/gems/algolia
|
|
279
|
+
source_code_uri: https://github.com/algolia/algoliasearch-client-ruby/tree/release/v2
|
|
277
280
|
post_install_message:
|
|
278
281
|
rdoc_options: []
|
|
279
282
|
require_paths:
|