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.
- checksums.yaml +4 -4
- data/lib/panda/editor/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29b5c9eefc5732b349ea346a6176899394e4aa11384f5b85e40708fbdfb897da
|
4
|
+
data.tar.gz: 17e1479127d132b4727310c89017647fccba50efe0ba5fdc2c17a439ccaa519b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fffff63b35daa542159668491d1994b48c0ecc5ad76433d657ca6d9b5d2518c7eeebf2c3db8a1da929a3b84fefecc91268b9c12edb29a58cd763c512228fd92
|
7
|
+
data.tar.gz: 12ad18f49d0ffe3d4924ee43a7dc81c08386be51c6e02db07d5ebc7e8562463423b04a6de947a5053127416bb7bfb5050668b718e0de4402df2e5c58060e86d3
|
data/lib/panda/editor/version.rb
CHANGED
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.
|
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-
|
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.
|
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: []
|