activeadmin_quill_editor 1.1.0 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f03d0d15285bd716525a6f4feb8b0ed737121f69b8b9d69189ad1a84ec8acdcf
4
- data.tar.gz: 111dfe63cba54ec03f03108e0991cd952cc559764c7bedceec3a36043c196a89
3
+ metadata.gz: bf94d0ea455088b72ac7be86f3806c05b198382a4ea60dd764478802e8a96a71
4
+ data.tar.gz: 5b33ccb578cf5a7ea15a713faf72198cb0832fb6674aa2909a4af76520afb723
5
5
  SHA512:
6
- metadata.gz: afb56482578766aceb598fff85ddaf86325a35f32c940def51cd0c8d98581981ceac68ca25a95e35b4f7098aa2c7cf50eab21cd1594c19752244b857ebe23451
7
- data.tar.gz: 2db19f7713ff7d878bfa092789096df300d9530f3a6c191cbbf2db9269aa3a0f6a223b5329aad9bca168df2eb04e37e707e984aa5944eb771fb88524cec83c4c
6
+ metadata.gz: 10c3d5a3d71cea53b2f3eb4eb57739aac06a6f3059e5813732bb1606765e76683809142bec4b5471f9a646f9de7214a20f3ffd6919295f76c361fd1d237e29bc
7
+ data.tar.gz: 64880dab1738516ac61fcf91b1251c1f0127eaeec1ded2ec011d113bccca8466a62eaae6756b6870808c1b891348b2d969cde469ee25476be20e21eada4fabb4
data/README.md CHANGED
@@ -13,6 +13,8 @@ Please :star: if you like it.
13
13
 
14
14
  ## Install
15
15
 
16
+ _NOTE_: Ruby 2.7 is supported until version 1.1.0
17
+
16
18
  After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_editor'` (and execute *bundle*)
17
19
 
18
20
  If you installed Active Admin without Webpacker support (default for now):
@@ -48,6 +50,8 @@ In your Active Admin models, form configuration, set the text inputs with `as: :
48
50
 
49
51
  **data-options**: permits to set *quill editor* options directly - see [options list](https://quilljs.com/docs/configuration/)
50
52
 
53
+ If you are using Action Text (`has_rich_text`) on the same field of the Quill editor please take a look at [this workaround](https://github.com/blocknotes/activeadmin_quill_editor/issues/33#issuecomment-1965996947) to avoid issues.
54
+
51
55
  ## Examples
52
56
 
53
57
  ### Basic usage
@@ -2,7 +2,7 @@
2
2
 
3
3
  module ActiveAdmin
4
4
  module QuillEditor
5
- VERSION = '1.1.0'
5
+ VERSION = '1.2.0'
6
6
  QUILL_VERSION = '1.3.7'
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.1.0
4
+ version: 1.2.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: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '2.9'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '4'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '2.0'
29
+ version: '2.9'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '4'
@@ -73,7 +73,7 @@ licenses:
73
73
  - MIT
74
74
  metadata:
75
75
  homepage_uri: https://github.com/blocknotes/activeadmin_quill_editor
76
- changelog_uri: https://github.com/blocknotes/activeadmin_quill_editor/blob/master/CHANGELOG.md
76
+ changelog_uri: https://github.com/blocknotes/activeadmin_quill_editor/blob/main/CHANGELOG.md
77
77
  source_code_uri: https://github.com/blocknotes/activeadmin_quill_editor
78
78
  rubygems_mfa_required: 'true'
79
79
  post_install_message:
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: 2.6.0
87
+ version: '3.0'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="