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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd1c4a973f04f04830771534c8719f6d65c7a0e97063efc8e1de73aadaf46384
4
- data.tar.gz: 3438e47ec3270605d30fafe999ecf0520cb8c326bf3a5f89c6b226650e108040
3
+ metadata.gz: e70149a7a8197ccf82672ab0d7b9c1b3e3a271d9d66d9599d1b6be53b572defb
4
+ data.tar.gz: d272aaf8ed9ba10a16333c759a9a947a5c6883bd6a42acf74beb5167bed98f2c
5
5
  SHA512:
6
- metadata.gz: 67fffaeac3718d9c4b2897ce13bde0378eb2f7cbe8249b753112705aadd2180f206b2615d3a337b4f75aa57d03fd388528935e9a75db2036d9453f54bb3187c2
7
- data.tar.gz: 4cf290aef85b3255137bff79e8e2bb375fe00cbd5ae985846b66ab5c6ebcd1df6f49796a5a7d2c15b087c6d4c7007929c8b532b47acc3414d7693d51ae2f51cb
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="796000" />
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
- <option name="localTasksCounter" value="4" />
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">
@@ -1,6 +1,6 @@
1
1
  module Quilljs
2
2
  module Rails
3
3
  # Gem version follows the bundled/editor major version for clarity
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.1"
5
5
  end
6
6
  end
@@ -0,0 +1,2 @@
1
+ # Compatibility require path in case code tries to require 'quilljs2/rails'
2
+ require "quilljs/rails"
@@ -0,0 +1,3 @@
1
+ # This file provides the default require entrypoint for the gem name "quilljs2-rails".
2
+ # It simply loads the actual implementation under lib/quilljs/rails.
3
+ require "quilljs/rails"
@@ -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.0
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-21 00:00:00.000000000 Z
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