tana 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 940bd1cd9810385144c4d2bb50f9ab20dcf6050ebfff71b890b614ec473739d1
4
- data.tar.gz: ff0b98fd1ffc5ebad0b926c8cb0670394007a83145bf7cfa9d827c0c3f95d609
3
+ metadata.gz: d7496b1a1233604e838dff8f4c6491cb0bd7763ed44d6e358e6a6639d9df279a
4
+ data.tar.gz: 2d08debe200e261dd72138b4e0ebe042aa1210281a20aa25659726a7d057c8a7
5
5
  SHA512:
6
- metadata.gz: 6e0334319f9672dd5dbfa143e06040701930760785c794a930c99adddd328ff688cf8d9523ec2f4aeaf1eb55c21e76f5bed7862e4bb3eeb3ae9946d4c22a878f
7
- data.tar.gz: 0ee14bb0daef1726355c8c7fcab2779b3f7c43fcf0e988207918fc63177824df6d54c42dedaf032cc35cb69ac2d3332b46b796f2a224a6b65aca2d6aa9397f15
6
+ metadata.gz: 2f972c251d4ef329567d87246deb888e836381c9c111e615203c6045bd5298aea2e9558799bf65a922ef9d2512a8d50ce7a71b5c106211513b19444c00b31f27
7
+ data.tar.gz: b9db73f00fc33f08bb3608fbae75dba6fb596a16a9e9572736a8bec737d5140707cfaa3e226137b0d96e05653f52aab1c577235d46264efd5c0166f0ea22fe2b
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -383,7 +383,7 @@ render.call client.add(
383
383
 
384
384
  *With URL*
385
385
 
386
- The following will allow you to create a node with a URL field (_you'll want to replace with your own ID):
386
+ The following will allow you to create a node with a URL field (_you'll want to replace with your own ID_):
387
387
 
388
388
  [source,ruby]
389
389
  ----
@@ -1,13 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "refinements/string"
4
-
5
3
  module Tana
6
4
  module Configuration
7
5
  # Handles loading of configuration with environment defaults.
8
6
  class Loader
9
- using Refinements::String
10
-
11
7
  def initialize model = Content, environment: ENV
12
8
  @model = model
13
9
  @environment = environment
@@ -5,7 +5,7 @@ require "transactable"
5
5
  module Tana
6
6
  module Endpoints
7
7
  module Add
8
- # Handles a repository create action.
8
+ # Adds a node to the graph.
9
9
  class Action
10
10
  include Import[:client]
11
11
  include Transactable
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.0.0"
5
+ spec.version = "0.1.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/tana"
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.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2024-01-24 00:00:00.000000000 Z
38
+ date: 2024-02-06 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: core
metadata.gz.sig CHANGED
Binary file