quilljs2-rails 2.1.2 → 2.1.3

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: dfa537ee457d8e195b9635befd5c26d5ebfd9e84d664684be6d8d1d45c0a356f
4
- data.tar.gz: bf381bdff141c2419f90602a4fbfe445bb82a10eaf54f4998f68bee9a1f8042b
3
+ metadata.gz: ee21eaf746c34fa62d8e6465e0751359eef02fb7c33659ac0c08a73fe7ac3817
4
+ data.tar.gz: 3a4965c95f713e2be02f408f740e274aa5ee865542923cb2c02f42935ff75278
5
5
  SHA512:
6
- metadata.gz: 8ab7daf6f52b0161a9e596c2809b3f94b94ed388a8575a36a524ec00706cedbeb5a3921b400c02d029c88bf9e10655b93df11aac74a1409719e4ee70af2ac20f
7
- data.tar.gz: 31c359ba0fcf25c00e8023b1bedd7895c5ad5ed7ca206898f7f78f5a7704e1498164cadc66a1a58d89d0c6fd3afa41abcbf25816be9abea60f34669623449aed
6
+ metadata.gz: e01f213f7093a0ecb53c300886ce877bff2ffbb0f100478ba08ca1b71dfb1cca5f8079038b3a8440fc106d3e8dc75d382533225756abb19fbb31ab29f15e0c70
7
+ data.tar.gz: 9487ac27d1787ca91af541e20e3cb52cc2d6c3984620773db5b72573a782619351d438004648939db2bd9c44d72d3eee3c7f3d4133e266f0e4dd0a378e810840
data/.idea/workspace.xml CHANGED
@@ -4,11 +4,17 @@
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" />
7
+ <list default="true" id="f9fcd731-5b64-4fed-8dd4-b5dc13a62758" name="Default" comment="Fixed some 2.0.3 related cdn issues.">
9
8
  <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/app/assets/javascripts/quill.global.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/javascripts/quill.global.js" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/Rakefile" beforeDir="false" afterPath="$PROJECT_DIR$/Rakefile" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/app/assets/javascripts/quill.core.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/javascripts/quill.core.js" afterDir="false" />
11
+ <change beforePath="$PROJECT_DIR$/app/assets/javascripts/quill.min.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/javascripts/quill.min.js" afterDir="false" />
12
+ <change beforePath="$PROJECT_DIR$/app/assets/stylesheets/quill.bubble.css" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/stylesheets/quill.bubble.css" afterDir="false" />
13
+ <change beforePath="$PROJECT_DIR$/app/assets/stylesheets/quill.core.css" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/stylesheets/quill.core.css" afterDir="false" />
14
+ <change beforePath="$PROJECT_DIR$/app/assets/stylesheets/quill.snow.css" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/stylesheets/quill.snow.css" afterDir="false" />
11
15
  <change beforePath="$PROJECT_DIR$/lib/quilljs/rails/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/quilljs/rails/version.rb" afterDir="false" />
16
+ <change beforePath="$PROJECT_DIR$/quilljs-rails.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/quilljs-rails.gemspec" afterDir="false" />
17
+ <change beforePath="$PROJECT_DIR$/test/quilljs/functionality_test.rb" beforeDir="false" afterPath="$PROJECT_DIR$/test/quilljs/functionality_test.rb" afterDir="false" />
12
18
  </list>
13
19
  <option name="SHOW_DIALOG" value="false" />
14
20
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -386,7 +392,7 @@
386
392
  <workItem from="1755780255521" duration="2641000" />
387
393
  <workItem from="1755784117848" duration="1522000" />
388
394
  <workItem from="1755845749795" duration="2166000" />
389
- <workItem from="1755860155785" duration="509000" />
395
+ <workItem from="1755860155785" duration="3484000" />
390
396
  </task>
391
397
  <task id="LOCAL-00001" summary="Updated quilljs to latest version.">
392
398
  <option name="closed" value="true" />
@@ -428,7 +434,15 @@
428
434
  <option name="project" value="LOCAL" />
429
435
  <updated>1755846005073</updated>
430
436
  </task>
431
- <option name="localTasksCounter" value="6" />
437
+ <task id="LOCAL-00006" summary="Fixed some 2.0.3 related cdn issues.">
438
+ <option name="closed" value="true" />
439
+ <created>1755860766111</created>
440
+ <option name="number" value="00006" />
441
+ <option name="presentableId" value="LOCAL-00006" />
442
+ <option name="project" value="LOCAL" />
443
+ <updated>1755860766112</updated>
444
+ </task>
445
+ <option name="localTasksCounter" value="7" />
432
446
  <servers />
433
447
  </component>
434
448
  <component name="TimeTrackingManager">
@@ -463,7 +477,8 @@
463
477
  <component name="VcsManagerConfiguration">
464
478
  <MESSAGE value="Updated quilljs to latest version." />
465
479
  <MESSAGE value="Fixed theme related issue." />
466
- <option name="LAST_COMMIT_MESSAGE" value="Fixed theme related issue." />
480
+ <MESSAGE value="Fixed some 2.0.3 related cdn issues." />
481
+ <option name="LAST_COMMIT_MESSAGE" value="Fixed some 2.0.3 related cdn issues." />
467
482
  </component>
468
483
  <component name="editorHistoryManager">
469
484
  <entry file="file://$PROJECT_DIR$/quilljs-rails.gemspec">
data/README.md CHANGED
@@ -23,7 +23,7 @@ And then execute:
23
23
  Add these lines in the head section of application.html.erb
24
24
 
25
25
  <script src="https://cdn.jsdelivr.net/npm/quill@2.0.3/dist/quill.js"></script>
26
- <link href="https://cdn.jsdelivr.net/npm/quill@2.0.3/dist/quill.snow.css" rel="stylesheet">
26
+ <link href="https://cdn.jsdelivr.net/npm/quill@2.0.3/dist/quill.snow.css" rel="stylesheet">
27
27
  Then add this line to your application.js file
28
28
 
29
29
  ```ruby
data/Rakefile CHANGED
@@ -1,6 +1,9 @@
1
1
  require "bundler/gem_tasks"
2
2
  require "rake/testtask"
3
3
 
4
+ # Load custom rake tasks from lib/tasks
5
+ Dir.glob(File.expand_path('lib/tasks/**/*.rake', __dir__)).each { |r| load r }
6
+
4
7
  Rake::TestTask.new(:test) do |t|
5
8
  t.libs << "test"
6
9
  t.libs << "lib"