tana 0.17.1 → 0.17.2
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 +2 -0
- data/tana.gemspec +5 -1
- data.tar.gz.sig +0 -0
- metadata +5 -1
- 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: 1d57671a00f4e17e57652318c1f06da991ad2ea23a7f4c59af7c4b9a3e445e0b
|
4
|
+
data.tar.gz: bfbcd22122230d35761d5c53a4e7a4bd1c3a486f3cb5faa688d2f3b76fc35f58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ccb7a5930bb74ceabb7806d7d826e0a63f36716cb21e46542dc84f1dc9769a269428ebc178237280537ab3aa79099df7a54d92e88107331b9935da5070412e2
|
7
|
+
data.tar.gz: b4ba0ec59f06599540f31f2cf4904c8a868eb0d588c981ea0a57b92eadfa9381a78ad0873284c89359fc372106271de645a43215be1920de1db274de707c2f25
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -15,6 +15,8 @@
|
|
15
15
|
|
16
16
|
= Tana
|
17
17
|
|
18
|
+
‼️ *This gem is deprecated and will be fully destroyed on 2026-01-15. There is no replacement. Please update accordingly.* ‼️
|
19
|
+
|
18
20
|
This gem is a monadic API client for the {tana_link} Personal Knowledge Management (PKM) system. This allows you to build more sophisticated workflows atop the {api_link} using a design which leverages {function_composition_link} for a powerful, fault tolerant, workflow.
|
19
21
|
|
20
22
|
With this gem, you have a convenient building block to automate your workflows or even use this gem to transfer data from other PKM systems into {tana_link}. 🎉
|
data/tana.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "tana"
|
5
|
-
spec.version = "0.17.
|
5
|
+
spec.version = "0.17.2"
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
8
8
|
spec.homepage = "https://alchemists.io/projects/tana"
|
@@ -19,6 +19,10 @@ Gem::Specification.new do |spec|
|
|
19
19
|
"source_code_uri" => "https://github.com/bkuhlmann/tana"
|
20
20
|
}
|
21
21
|
|
22
|
+
spec.post_install_message = <<~MESSAGE
|
23
|
+
DEPRECATION: The Tana gem is deprecated and will be fully destroyed on 2026-06-15.
|
24
|
+
MESSAGE
|
25
|
+
|
22
26
|
spec.signing_key = Gem.default_key_path
|
23
27
|
spec.cert_chain = [Gem.default_cert_path]
|
24
28
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -229,6 +229,10 @@ metadata:
|
|
229
229
|
label: Tana
|
230
230
|
rubygems_mfa_required: 'true'
|
231
231
|
source_code_uri: https://github.com/bkuhlmann/tana
|
232
|
+
post_install_message: 'DEPRECATION: The Tana gem is deprecated and will be fully destroyed
|
233
|
+
on 2026-06-15.
|
234
|
+
|
235
|
+
'
|
232
236
|
rdoc_options: []
|
233
237
|
require_paths:
|
234
238
|
- lib
|
metadata.gz.sig
CHANGED
Binary file
|