dokno 1.4.13 → 1.4.14
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
- data/README.md +4 -0
- data/lib/dokno/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7319fc4b9c6526ff671d8cc69b49b5751d542461631ea2bb7dc691eb1d807714
|
4
|
+
data.tar.gz: 58f1fef57c6590c709a7559470d5239085e7129c0c14c0009f06c8b70694a17b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c357ae0db18aa500e90fb16167e155324150ad8b97f35655be13f02da569ca385017bb76e0ba83cdcaf4e9ad8586fc60310c77af86788886abe5e0aa918cc28
|
7
|
+
data.tar.gz: 31f857b350f7023b518a01a1a0f5971128b91fd6bb9919aae62458de7684bd48d1e31342b30c9a86df9e5f3d7fe4071efb3592ae2042fb7c309623af3274902e
|
data/README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
# Dokno
|
2
|
+
|
3
|
+
> [!WARNING]
|
4
|
+
> This project is largely unmaintained now. I'll happily accept PRs to keep things in working order, but I no longer plan to make updates.
|
5
|
+
|
2
6
|
 [](https://badge.fury.io/rb/dokno)
|
3
7
|
|
4
8
|
Dokno (e.g., "I _do' kno'_ the answer") is a lightweight Rails Engine for storing and managing your app's <b>do</b>main <b>kno</b>wledge.
|
data/lib/dokno/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dokno
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Courtney Payne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: diffy
|