quilljs2-rails 2.1.0 → 2.1.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/.idea/workspace.xml +11 -6
- data/lib/quilljs/rails/version.rb +1 -1
- data/lib/quilljs2/rails.rb +2 -0
- data/lib/quilljs2-rails.rb +3 -0
- data/test/quilljs/rails_test.rb +6 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e70149a7a8197ccf82672ab0d7b9c1b3e3a271d9d66d9599d1b6be53b572defb
|
4
|
+
data.tar.gz: d272aaf8ed9ba10a16333c759a9a947a5c6883bd6a42acf74beb5167bed98f2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc39aabb0877fc55a5e7f0e186b2b2059ceb43ef5f6dec142b487b17293d0b5723d8d89d16281b22410c9f181750474b65e28fd46bbac688ba285010fa49b8f8
|
7
|
+
data.tar.gz: 8aa35d367bec11633c33559c19933fbe0949a0f55eaed6d902254dfb1b2fb3fb73f7b36a3a00576f1f46c714a0d1ff74741f53348398611465724720c989b94a
|
data/.idea/workspace.xml
CHANGED
@@ -4,10 +4,7 @@
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
5
5
|
</component>
|
6
6
|
<component name="ChangeListManager">
|
7
|
-
<list default="true" id="f9fcd731-5b64-4fed-8dd4-b5dc13a62758" name="Default" comment="Fixed theme related issue."
|
8
|
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9
|
-
<change beforePath="$PROJECT_DIR$/lib/quilljs/rails/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/quilljs/rails/version.rb" afterDir="false" />
|
10
|
-
</list>
|
7
|
+
<list default="true" id="f9fcd731-5b64-4fed-8dd4-b5dc13a62758" name="Default" comment="Fixed theme related issue." />
|
11
8
|
<option name="SHOW_DIALOG" value="false" />
|
12
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
13
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -382,7 +379,7 @@
|
|
382
379
|
<workItem from="1487345374387" duration="523000" />
|
383
380
|
<workItem from="1491105689125" duration="177000" />
|
384
381
|
<workItem from="1755780255521" duration="2641000" />
|
385
|
-
<workItem from="1755784117848" duration="
|
382
|
+
<workItem from="1755784117848" duration="1522000" />
|
386
383
|
</task>
|
387
384
|
<task id="LOCAL-00001" summary="Updated quilljs to latest version.">
|
388
385
|
<option name="closed" value="true" />
|
@@ -408,7 +405,15 @@
|
|
408
405
|
<option name="project" value="LOCAL" />
|
409
406
|
<updated>1755784353513</updated>
|
410
407
|
</task>
|
411
|
-
<
|
408
|
+
<task id="LOCAL-00004" summary="Fixed theme related issue.">
|
409
|
+
<option name="closed" value="true" />
|
410
|
+
<created>1755784935703</created>
|
411
|
+
<option name="number" value="00004" />
|
412
|
+
<option name="presentableId" value="LOCAL-00004" />
|
413
|
+
<option name="project" value="LOCAL" />
|
414
|
+
<updated>1755784935703</updated>
|
415
|
+
</task>
|
416
|
+
<option name="localTasksCounter" value="5" />
|
412
417
|
<servers />
|
413
418
|
</component>
|
414
419
|
<component name="TimeTrackingManager">
|
data/test/quilljs/rails_test.rb
CHANGED
@@ -13,4 +13,10 @@ class Quilljs::RailsTest < Minitest::Test
|
|
13
13
|
assert_includes readme, 'maintained fork of the original quilljs-rails', 'README should mention this is a fork of the original'
|
14
14
|
assert_includes readme, "gem 'quilljs2-rails'", 'README installation should use the new gem name'
|
15
15
|
end
|
16
|
+
|
17
|
+
def test_default_require_file_exists
|
18
|
+
# Ensure requiring by gem name works in host apps
|
19
|
+
assert require('quilljs2-rails'), 'Requiring quilljs2-rails should succeed'
|
20
|
+
assert defined?(::Quilljs::Rails), 'Quilljs::Rails should be defined after requiring the gem entrypoint'
|
21
|
+
end
|
16
22
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quilljs2-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sajjad Umar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -83,6 +83,8 @@ files:
|
|
83
83
|
- bin/setup
|
84
84
|
- lib/quilljs/rails.rb
|
85
85
|
- lib/quilljs/rails/version.rb
|
86
|
+
- lib/quilljs2-rails.rb
|
87
|
+
- lib/quilljs2/rails.rb
|
86
88
|
- quilljs-rails.gemspec
|
87
89
|
- test/quilljs/functionality_test.rb
|
88
90
|
- test/quilljs/rails_test.rb
|