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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64c3b151a70d3b1f03bff857579e371b3799548a74980816aef917015bf610b1
4
- data.tar.gz: f8b63e280ed3fae3191a7c1a57153741d678eb73bfa37a2319d56f43e0ff72c3
3
+ metadata.gz: 6d592e282b1c5d72ea6a18964d5e9ac5e98fa8c42f9c417c11ea21454a8e6273
4
+ data.tar.gz: 136cb048f205ffb2bb54334ba3f95bc099fbbb17712a2afe9aea1487b565250b
5
5
  SHA512:
6
- metadata.gz: 3e9325d80ee2538813a45d5cde76d3753e04a30bbecc6b38289677a150fb9e5226e0f60ac557c0b76288c05e8c922e570ffd7a3c90463cafcbbb3e7869e723c5
7
- data.tar.gz: cde86cba01f3f3341a66b4469e9733186c0ed710158edcb9197c9885156949e2ca8653ab306f7db583b0257c0d1631f9946e96931d6ea7e02a27055cc32fba3d
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
@@ -1,3 +1,3 @@
1
1
  module StaticDb # :nodoc:
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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