tana 0.17.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cdd04c1a003a11490c54094800cbb9fa9f16d61ad47ea6d4be9f4ae701ba5c8
4
- data.tar.gz: '06908bdb05f57fc6c1262883630e74009d0caf1eb74091c982fc26890cc56021'
3
+ metadata.gz: 1d57671a00f4e17e57652318c1f06da991ad2ea23a7f4c59af7c4b9a3e445e0b
4
+ data.tar.gz: bfbcd22122230d35761d5c53a4e7a4bd1c3a486f3cb5faa688d2f3b76fc35f58
5
5
  SHA512:
6
- metadata.gz: e5619aac2fc3f134f8e6c0a5e4f9814179d91d3af8f8a393dacd117276f13a0b86e3e29e8f171dd9a3fe2d8f04f40f52f0f51966beec6d23b341bf43ae048f41
7
- data.tar.gz: 63300f6f85b9c3101665216a0071eeeeb91f26a52de3ece425c702f291d170a0ef8d3acba2b49d80df91e54bbedb5c2743ab76e3c389ee9ef22a606af94b2fe1
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/lib/tana.rb CHANGED
@@ -17,7 +17,7 @@ end
17
17
  # Main namespace.
18
18
  module Tana
19
19
  def self.loader registry = Zeitwerk::Registry
20
- @loader ||= registry.loaders.find { |loader| loader.tag == File.basename(__FILE__, ".rb") }
20
+ @loader ||= registry.loaders.each.find { |loader| loader.tag == File.basename(__FILE__, ".rb") }
21
21
  end
22
22
 
23
23
  def self.new(...) = Client.new(...)
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.0"
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.0
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