kagi-api 0.2.0 → 0.3.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 +0 -0
- data/README.adoc +1 -1
- data/kagi-api.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- 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: b986d5186cd04e0af72620b06af77313e0c4f358e833e4bc69f722d6eb0007c1
|
|
4
|
+
data.tar.gz: fa130975bdc600bd683bb6763103e6f913035b92047b4d27d0efb266c2ed1e3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee22122916ee50071178504f944ffb8670d26045b86e5f5e9076fcc245686e4a85295f149242bd5c238982828ad7f05f55c43e708af6f193e92d235fc1d4e495
|
|
7
|
+
data.tar.gz: da30bc5f2b1f0d2c185b1fc41850fc909d15841a08efb6a6fc8e585ea90e01013c4599dba2f5acacc8c8349ea2854bd68b76fe2a75c5b96da23afab6172ac06e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
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
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.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -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
|