activeadmin_quill_editor 1.3.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.3.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,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_quill_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-03-18 00:00:00.000000000 Z
11
+ date: 2025-04-16 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: activeadmin
@@ -29,20 +30,6 @@ dependencies:
29
30
  - - "<"
30
31
  - !ruby/object:Gem::Version
31
32
  version: '4'
32
- - !ruby/object:Gem::Dependency
33
- name: appraisal
34
- requirement: !ruby/object:Gem::Requirement
35
- requirements:
36
- - - "~>"
37
- - !ruby/object:Gem::Version
38
- version: '2.4'
39
- type: :development
40
- prerelease: false
41
- version_requirements: !ruby/object:Gem::Requirement
42
- requirements:
43
- - - "~>"
44
- - !ruby/object:Gem::Version
45
- version: '2.4'
46
33
  description: An Active Admin plugin to use Quill Rich Text Editor
47
34
  email: mat@blocknot.es
48
35
  executables: []
@@ -52,10 +39,10 @@ files:
52
39
  - LICENSE.txt
53
40
  - README.md
54
41
  - Rakefile
42
+ - app/assets/javascripts/activeadmin/quill.imageUploader.js
55
43
  - app/assets/javascripts/activeadmin/quill.imageUploader.min.js
56
44
  - app/assets/javascripts/activeadmin/quill_editor/quill.core.js
57
45
  - app/assets/javascripts/activeadmin/quill_editor/quill.js
58
- - app/assets/javascripts/activeadmin/quill_editor/quill.min.js
59
46
  - app/assets/javascripts/activeadmin/quill_editor_input.js
60
47
  - app/assets/stylesheets/activeadmin/_quill_editor_input.scss
61
48
  - app/assets/stylesheets/activeadmin/quill.imageUploader.min.css
@@ -75,6 +62,7 @@ metadata:
75
62
  changelog_uri: https://github.com/blocknotes/activeadmin_quill_editor/blob/main/CHANGELOG.md
76
63
  source_code_uri: https://github.com/blocknotes/activeadmin_quill_editor
77
64
  rubygems_mfa_required: 'true'
65
+ post_install_message:
78
66
  rdoc_options: []
79
67
  require_paths:
80
68
  - lib
@@ -89,7 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
77
  - !ruby/object:Gem::Version
90
78
  version: '0'
91
79
  requirements: []
92
- rubygems_version: 3.6.2
80
+ rubygems_version: 3.3.26
81
+ signing_key:
93
82
  specification_version: 4
94
83
  summary: Quill Editor for ActiveAdmin
95
84
  test_files: []