lean_cms 0.2.12 → 0.2.13

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -1
  3. data/lib/lean_cms/version.rb +1 -1
  4. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf29b9988643df801321311e1154d6f553ad2919ecede28dec23027a8ef57a96
4
- data.tar.gz: fea9f113f47e67371e5f97a97bbe80342ed0206bd5512befc629e12067079f2f
3
+ metadata.gz: 4356ac8f0efd50d9023ba61500fac857a4d4b39ba705ca0360433d13fd7ff1e2
4
+ data.tar.gz: 14d37db62e7f9142f26e9096110474d4dadb3c56decc1c9b4da1cd350632b04c
5
5
  SHA512:
6
- metadata.gz: 54d383a8799e2391a5f7ac84d1a3aa07ac332798a7394866ce98b5cab46c11614d7fc5be719aa9cba5e33e18fdcb04693e0ea73aba9d3a36f555c2e03e2fe0f7
7
- data.tar.gz: 230440bd456f36ab053e8855968ef6f189eec98b04b0cd75aab11aeec902b8c4c710c064a3f937063ea7637ea1593738deaac2ba41cf87997d1b3eed9faa978d
6
+ metadata.gz: dbcdee9c78811822016ea90929b2a6517d3ce2f31613391ba00313828b26e2f34b08118e51d948f3e5d82ca8d4ddbff9733b54454af8157618e401236f0ab172
7
+ data.tar.gz: da54bdb17504011232925f93627fad56a468106666e5067a9e671d0b6d719285076318705187d8ed8fdf938a4b52fdb9c5eef5dfa183a4928f46e648273fffda
data/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.13] — 2026-05-15
11
+
12
+ Metadata-only bump after the initial v0.2.12 RubyGems publish — no code changes.
13
+
14
+ ### Changed
15
+ - **Gemspec author:** `OvrlandServices` → `Matt Thompson`. RubyGems doesn't hyperlink author names; the Ovrland Services association lives in the homepage.
16
+ - **Gemspec email:** `hello@ovrlandservices.com` → `matt@ovrland.io` (correct personal address).
17
+ - **Gemspec description** no longer says "Designed for SQLite-based marketing sites" — now reflects the v0.2.12 reality of "SQLite happy path with full Postgres/MySQL compatibility."
18
+
19
+ ### Added
20
+ - **Gemspec metadata** gains `documentation_uri` (https://leancms.dev/docs/) and `bug_tracker_uri` (https://github.com/Ovrland-Services/lean-cms/issues) so RubyGems renders both in the sidebar.
21
+
10
22
  ## [0.2.12] — 2026-05-15
11
23
 
12
24
  ### Changed
@@ -218,7 +230,8 @@ Hosts moving from in-app auth to gem auth should:
218
230
  - `lean_cms:stats` rake task — prints content field counts by page
219
231
  - `LeanCms::SyncHelper` — SQLite database sync between local and production
220
232
 
221
- [Unreleased]: https://github.com/Ovrland-Services/lean-cms/compare/v0.2.12...HEAD
233
+ [Unreleased]: https://github.com/Ovrland-Services/lean-cms/compare/v0.2.13...HEAD
234
+ [0.2.13]: https://github.com/Ovrland-Services/lean-cms/compare/v0.2.12...v0.2.13
222
235
  [0.2.12]: https://github.com/Ovrland-Services/lean-cms/compare/v0.2.11...v0.2.12
223
236
  [0.2.11]: https://github.com/Ovrland-Services/lean-cms/compare/v0.2.10...v0.2.11
224
237
  [0.2.10]: https://github.com/Ovrland-Services/lean-cms/compare/v0.2.9...v0.2.10
@@ -1,3 +1,3 @@
1
1
  module LeanCms
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lean_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
- - OvrlandServices
7
+ - Matt Thompson
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -151,9 +151,9 @@ dependencies:
151
151
  version: '5.0'
152
152
  description: Lean CMS is a Rails Engine that adds in-context content editing, page
153
153
  content management, blog/portfolio, settings, and notifications to any Rails 8 application.
154
- Designed for SQLite-based marketing sites.
154
+ Built for marketing sites — SQLite happy path with full Postgres/MySQL compatibility.
155
155
  email:
156
- - hello@ovrlandservices.com
156
+ - matt@ovrland.io
157
157
  executables: []
158
158
  extensions: []
159
159
  extra_rdoc_files: []
@@ -293,6 +293,8 @@ metadata:
293
293
  homepage_uri: https://leancms.dev
294
294
  source_code_uri: https://github.com/Ovrland-Services/lean-cms
295
295
  changelog_uri: https://github.com/Ovrland-Services/lean-cms/blob/main/CHANGELOG.md
296
+ documentation_uri: https://leancms.dev/docs/
297
+ bug_tracker_uri: https://github.com/Ovrland-Services/lean-cms/issues
296
298
  rdoc_options: []
297
299
  require_paths:
298
300
  - lib