static_db 0.2.0 → 0.2.1
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/CHANGELOG.md +10 -0
- data/lib/static_db/version.rb +1 -1
- metadata +1 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d592e282b1c5d72ea6a18964d5e9ac5e98fa8c42f9c417c11ea21454a8e6273
|
|
4
|
+
data.tar.gz: 136cb048f205ffb2bb54334ba3f95bc099fbbb17712a2afe9aea1487b565250b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54feb805dff8f4e80228178f3c6d1180fa5d8be3ff23297824d711dc58656834fe68fc54fb9e1fff38a9b78db4e56ed8bc732e45c6b8c0dc4b009a3fdb7ef5ca
|
|
7
|
+
data.tar.gz: 455ce380cc64e703dfd1058742eb26c6568f0497e7c307dbff16a7cb803904b410cca2e104fe39021876ceee75631fe7b2a5c50c0d898dfc25d864b80d307ea0
|
data/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,16 @@ This project adheres to [Break Versioning](https://www.taoensso.com/break-versio
|
|
|
12
12
|
|
|
13
13
|
-
|
|
14
14
|
|
|
15
|
+
## [0.2.1] - 2026-05-08
|
|
16
|
+
|
|
17
|
+
### Breaking
|
|
18
|
+
|
|
19
|
+
-
|
|
20
|
+
|
|
21
|
+
### Non-breaking
|
|
22
|
+
|
|
23
|
+
- Drop post-install message
|
|
24
|
+
|
|
15
25
|
## [0.2.0] - 2026-05-08
|
|
16
26
|
|
|
17
27
|
### Breaking
|
data/lib/static_db/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: static_db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Klaus Weidinger
|
|
@@ -52,9 +52,6 @@ metadata:
|
|
|
52
52
|
bug_tracker_uri: https://github.com/dunkelziffer/static_db/issues
|
|
53
53
|
documentation_uri: https://github.com/dunkelziffer/static_db/blob/main/README.md
|
|
54
54
|
rubygems_mfa_required: 'true'
|
|
55
|
-
post_install_message: "⚠️ This gem modifies the Rails startup sequence. Don't use
|
|
56
|
-
this gem unless you want to build a static site generator. This gem also creates
|
|
57
|
-
and drops the DB for you."
|
|
58
55
|
rdoc_options: []
|
|
59
56
|
require_paths:
|
|
60
57
|
- lib
|