ruby_cms 0.1.8 → 0.1.9

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: 936e8ad32e5f5ad5cb16f5475450b5eba360947252549fe5f45f215b3a0e0437
4
- data.tar.gz: 159a699e86f2a1f7bf1d42cb4f959ce7c888cfce5d3b6450906631db32bf6ea8
3
+ metadata.gz: 1f7daf58804d218f4b8e2e87841c9b8f66dbc78668b3b0819bb902cb82952c97
4
+ data.tar.gz: acb0830e517c078c8e5fe62eb1f148935adac513ba761f12d166e5c99d400622
5
5
  SHA512:
6
- metadata.gz: 4f63343f61e425f23af9387e3d156d3ca5d057c0eed9a8e61b9f554c665b70208a1f8fa40f2e0aaae415952b94915fb322273e138fbf3251c287536cf529da7b
7
- data.tar.gz: d6bd95c19833248a79e4499f32cbe1cfc1adb345ab0869c6ee0264b1ebf1f6ccd1d13cad3cde6e81fa9223fd968991a6194278ac832e5d780063576f8cd77202
6
+ metadata.gz: 6ddd67cc13c744e97c345185f68c3db4919f6115cb8440eeed9e17afb262bac749241282afec071e25e04429fdfd059ef9ac6113e1c47d0473b242aed397f3d3
7
+ data.tar.gz: c85d346d3b65f7ce7a51578b3d654ad1ca15c7e6f121dbc4387abd23f562b70bfb2255edaa06aa12b56f34ae02b985a92cd89d2ea1c578bc3005f6e0f64d2c01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.0.9] - 2026-03-25
4
+
5
+ - Update gems
6
+
3
7
  ## [0.1.0.8] - 2026-03-25
4
8
 
5
9
  - Update admin page styling
@@ -399,9 +399,7 @@ module RubyCms
399
399
  content = File.read(importmap_path)
400
400
  lines_to_add = []
401
401
  lines_to_add << %(pin "trix") unless content.include?('pin "trix"')
402
- unless content.include?('pin "@rails/actiontext"')
403
- lines_to_add << %(pin "@rails/actiontext", to: "actiontext.esm.js")
404
- end
402
+ lines_to_add << %(pin "@rails/actiontext", to: "actiontext.esm.js") unless content.include?('pin "@rails/actiontext"')
405
403
  return if lines_to_add.empty?
406
404
 
407
405
  inject_into_file importmap_path.to_s, before: /^end/ do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyCms
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codebyjob