File tree Expand file tree Collapse file tree
lib/activeadmin/quill_editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- appraise 'rails52-activeadmin20' do
4- gem 'activeadmin' , '~> 2.0.0'
5- gem 'rails' , '~> 5.2.0'
6- end
7-
83appraise 'rails60-activeadmin22' do
94 gem 'activeadmin' , '~> 2.2.0'
105 gem 'rails' , '~> 6.0.0'
Original file line number Diff line number Diff line change 22
33An Active Admin plugin to use Quill Rich Text Editor.
44
5+ ## v1.1.0 - 2023-08-20
6+
7+ - Support ActiveAdmin 3.x
8+ - Minor tests config improvements
9+
510## v1.0.0 - 2022-04-18
611
712- Set minimum Ruby version to 2.6.0
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- activeadmin_quill_editor (1.0 .0)
4+ activeadmin_quill_editor (1.1 .0)
55 activeadmin (>= 2.0, < 4)
66
77GEM
151151 matrix (0.4.2)
152152 method_source (1.0.0)
153153 mini_mime (1.1.2)
154+ mini_portile2 (2.8.4)
154155 minitest (5.15.0)
155156 nio4r (2.5.8)
157+ nokogiri (1.13.3)
158+ mini_portile2 (~> 2.8.0)
159+ racc (~> 1.4)
156160 nokogiri (1.13.3-x86_64-darwin)
157161 racc (~> 1.4)
158162 nokogiri (1.13.3-x86_64-linux)
285289 zeitwerk (2.5.4)
286290
287291PLATFORMS
292+ arm64-darwin-22
288293 x86_64-darwin-21
289294 x86_64-linux
290295
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- activeadmin_quill_editor (1.0 .0)
4+ activeadmin_quill_editor (1.1 .0)
55 activeadmin (>= 2.0, < 4)
66
77GEM
159159 matrix (0.4.2)
160160 method_source (1.0.0)
161161 mini_mime (1.1.2)
162+ mini_portile2 (2.8.4)
162163 minitest (5.15.0)
163164 nio4r (2.5.8)
165+ nokogiri (1.13.3)
166+ mini_portile2 (~> 2.8.0)
167+ racc (~> 1.4)
164168 nokogiri (1.13.3-x86_64-darwin)
165169 racc (~> 1.4)
166170 nokogiri (1.13.3-x86_64-linux)
304308 zeitwerk (2.5.4)
305309
306310PLATFORMS
311+ arm64-darwin-22
307312 x86_64-darwin-21
308313 x86_64-linux
309314
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- activeadmin_quill_editor (1.0 .0)
4+ activeadmin_quill_editor (1.1 .0)
55 activeadmin (>= 2.0, < 4)
66
77GEM
154154 matrix (0.4.2)
155155 method_source (1.0.0)
156156 mini_mime (1.1.2)
157+ mini_portile2 (2.8.4)
157158 minitest (5.15.0)
158159 nio4r (2.5.8)
160+ nokogiri (1.13.3)
161+ mini_portile2 (~> 2.8.0)
162+ racc (~> 1.4)
159163 nokogiri (1.13.3-x86_64-darwin)
160164 racc (~> 1.4)
161165 nokogiri (1.13.3-x86_64-linux)
282286 zeitwerk (2.5.4)
283287
284288PLATFORMS
289+ arm64-darwin-22
285290 x86_64-darwin-21
286291 x86_64-linux
287292
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- activeadmin_quill_editor (1.0 .0)
4+ activeadmin_quill_editor (1.1 .0)
55 activeadmin (>= 2.0, < 4)
66
77GEM
154154 matrix (0.4.2)
155155 method_source (1.0.0)
156156 mini_mime (1.1.2)
157+ mini_portile2 (2.8.4)
157158 minitest (5.15.0)
158159 nio4r (2.5.8)
160+ nokogiri (1.13.3)
161+ mini_portile2 (~> 2.8.0)
162+ racc (~> 1.4)
159163 nokogiri (1.13.3-x86_64-darwin)
160164 racc (~> 1.4)
161165 nokogiri (1.13.3-x86_64-linux)
282286 zeitwerk (2.5.4)
283287
284288PLATFORMS
289+ arm64-darwin-22
285290 x86_64-darwin-21
286291 x86_64-linux
287292
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- activeadmin_quill_editor (1.0 .0)
4+ activeadmin_quill_editor (1.1 .0)
55 activeadmin (>= 2.0, < 4)
66
77GEM
Original file line number Diff line number Diff line change 22
33module ActiveAdmin
44 module QuillEditor
5- VERSION = '1.0 .0'
5+ VERSION = '1.1 .0'
66 QUILL_VERSION = '1.3.7'
77 end
88end
Original file line number Diff line number Diff line change 11{
22 "name" : " activeadmin_quill_editor" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Quill Editor for ActiveAdmin" ,
55 "author" : " Mattia Roccoberton <mat@blocknot.es>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments