kagi-api 0.2.0 → 0.4.0
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
- checksums.yaml.gz.sig +3 -1
- data/README.adoc +1 -1
- data/kagi-api.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c1e6fe93ded92e41a3ac010ba2ae62a0424f38912b155f3676091a5cdba505f
|
|
4
|
+
data.tar.gz: 15876b6eeb72837d11ccd15f6cda351af103a8cdfa472f8f0b3207330bcb61ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e88c413796765a56d653ec1331d76112c65fcad46bd14a4ca561e7e0a6fea5b58c6a1f7d1802e7ac1dfc58288f147d92d8cd57981d5ed58c9a221f699fd38bb0
|
|
7
|
+
data.tar.gz: bfd31ea9233d571d5a98cf83e7a73662e0317548e5180780c2926f741b7e5071f34583b6af8d95c68f2d05d4efccc8736353a2076564c471a4522d1694bcb1d8
|
checksums.yaml.gz.sig
CHANGED
data/README.adoc
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
A monadic API client for {kagi_link} privacy focused information. This allows you to access the full Kagi API using a fault tolerant pipeline to yield whole value objects (i.e. {data_link}) for immediate interaction within your own applications.
|
|
12
12
|
|
|
13
|
-
⚠️ *Roughly ~2% of funds go to Yandex search results
|
|
13
|
+
⚠️ *Roughly ~2% of funds go to Yandex search results. Unfortunately, Yandex is a Russian company that helps fund corrupt propaganda, the killing of Ukrainians, and other despicable acts. I was not aware of this when I wrote this API client. More can be found link:https://kagifeedback.org/d/5445-reconsider-yandex-integration-due-to-the-geopolitical-status-quo[here] so you can make an informed decision.*
|
|
14
14
|
|
|
15
15
|
toc::[]
|
|
16
16
|
|
data/kagi-api.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "kagi-api"
|
|
5
|
-
spec.version = "0.
|
|
5
|
+
spec.version = "0.4.0"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
8
|
spec.homepage = "https://alchemists.io/projects/kagi-api"
|
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.signing_key = Gem.default_key_path
|
|
23
23
|
spec.cert_chain = [Gem.default_cert_path]
|
|
24
24
|
|
|
25
|
-
spec.required_ruby_version = "
|
|
25
|
+
spec.required_ruby_version = ">= 3.4"
|
|
26
26
|
spec.add_dependency "cogger", "~> 1.2"
|
|
27
27
|
spec.add_dependency "containable", "~> 1.2"
|
|
28
28
|
spec.add_dependency "dry-monads", "~> 1.9"
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kagi-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -219,7 +219,7 @@ require_paths:
|
|
|
219
219
|
- lib
|
|
220
220
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
221
221
|
requirements:
|
|
222
|
-
- - "
|
|
222
|
+
- - ">="
|
|
223
223
|
- !ruby/object:Gem::Version
|
|
224
224
|
version: '3.4'
|
|
225
225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
228
228
|
- !ruby/object:Gem::Version
|
|
229
229
|
version: '0'
|
|
230
230
|
requirements: []
|
|
231
|
-
rubygems_version: 3.
|
|
231
|
+
rubygems_version: 3.7.2
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: A Kagi API client for privacy focused information.
|
|
234
234
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|