activeadmin_quill_editor 1.2.0 → 2.0.0

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  module ActiveAdmin
4
4
  module QuillEditor
5
- VERSION = '1.2.0'
6
- QUILL_VERSION = '1.3.7'
5
+ VERSION = '2.0.0'
6
+ QUILL_VERSION = '2.0.3'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_quill_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-29 00:00:00.000000000 Z
11
+ date: 2025-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -30,20 +30,6 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '4'
33
- - !ruby/object:Gem::Dependency
34
- name: appraisal
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2.4'
40
- type: :development
41
- prerelease: false
42
- version_requirements: !ruby/object:Gem::Requirement
43
- requirements:
44
- - - "~>"
45
- - !ruby/object:Gem::Version
46
- version: '2.4'
47
33
  description: An Active Admin plugin to use Quill Rich Text Editor
48
34
  email: mat@blocknot.es
49
35
  executables: []
@@ -53,10 +39,10 @@ files:
53
39
  - LICENSE.txt
54
40
  - README.md
55
41
  - Rakefile
42
+ - app/assets/javascripts/activeadmin/quill.imageUploader.js
56
43
  - app/assets/javascripts/activeadmin/quill.imageUploader.min.js
57
44
  - app/assets/javascripts/activeadmin/quill_editor/quill.core.js
58
45
  - app/assets/javascripts/activeadmin/quill_editor/quill.js
59
- - app/assets/javascripts/activeadmin/quill_editor/quill.min.js
60
46
  - app/assets/javascripts/activeadmin/quill_editor_input.js
61
47
  - app/assets/stylesheets/activeadmin/_quill_editor_input.scss
62
48
  - app/assets/stylesheets/activeadmin/quill.imageUploader.min.css
@@ -91,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
77
  - !ruby/object:Gem::Version
92
78
  version: '0'
93
79
  requirements: []
94
- rubygems_version: 3.4.19
80
+ rubygems_version: 3.3.26
95
81
  signing_key:
96
82
  specification_version: 4
97
83
  summary: Quill Editor for ActiveAdmin