panda-editor 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/panda/editor/version.rb +1 -1
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4aceae2a319683face212a6ab1cb17cf0796ac0d0ce5f10ccfe4adaf1ff3a76
4
- data.tar.gz: 440839d76811382db14f860ed4529ea6672148a815459c817423ef734bc0a81d
3
+ metadata.gz: 29b5c9eefc5732b349ea346a6176899394e4aa11384f5b85e40708fbdfb897da
4
+ data.tar.gz: 17e1479127d132b4727310c89017647fccba50efe0ba5fdc2c17a439ccaa519b
5
5
  SHA512:
6
- metadata.gz: ab408175021676d37abd0a62b37181cda6830c5e09324056d4bd112bee796bca5a61f5ae3c8dfdc64e9ea5134e55729b16b8343b0a57cb9b78ecb2229104d0cd
7
- data.tar.gz: d6142f7cd742a6efb0f3fd810a517361cfcd5446ae8014c1699376a857b65acb388635f40f1063116baa3ab659b2cdac8e60f23c57cb19bacd8ef27287b8b43e
6
+ metadata.gz: 5fffff63b35daa542159668491d1994b48c0ecc5ad76433d657ca6d9b5d2518c7eeebf2c3db8a1da929a3b84fefecc91268b9c12edb29a58cd763c512228fd92
7
+ data.tar.gz: 12ad18f49d0ffe3d4924ee43a7dc81c08386be51c6e02db07d5ebc7e8562463423b04a6de947a5053127416bb7bfb5050668b718e0de4402df2e5c58060e86d3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Panda
4
4
  module Editor
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda-editor
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
  - Panda CMS Team
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 2025-08-12 00:00:00.000000000 Z
11
+ date: 2025-08-13 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: rails
@@ -126,6 +127,7 @@ metadata:
126
127
  homepage_uri: https://github.com/tastybamboo/panda-editor
127
128
  source_code_uri: https://github.com/tastybamboo/panda-editor
128
129
  changelog_uri: https://github.com/tastybamboo/panda-editor/blob/main/CHANGELOG.md
130
+ post_install_message:
129
131
  rdoc_options: []
130
132
  require_paths:
131
133
  - lib
@@ -140,7 +142,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
142
  - !ruby/object:Gem::Version
141
143
  version: '0'
142
144
  requirements: []
143
- rubygems_version: 3.6.2
145
+ rubygems_version: 3.5.22
146
+ signing_key:
144
147
  specification_version: 4
145
148
  summary: EditorJS integration for Rails applications
146
149
  test_files: []