зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-07 20:15:51 +03:00
chore: Bump to version 1.3.0
Этот коммит содержится в:
1
.tool-versions
Обычный файл
1
.tool-versions
Обычный файл
@@ -0,0 +1 @@
|
|||||||
|
ruby 3.4.2
|
||||||
@@ -13,6 +13,8 @@ end
|
|||||||
appraise 'rails70-activeadmin' do
|
appraise 'rails70-activeadmin' do
|
||||||
gem 'activeadmin'
|
gem 'activeadmin'
|
||||||
gem 'rails', '~> 7.0.0'
|
gem 'rails', '~> 7.0.0'
|
||||||
|
|
||||||
|
gem 'sqlite3', '~> 1.3'
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise 'rails71-activeadmin' do
|
appraise 'rails71-activeadmin' do
|
||||||
|
|||||||
@@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
An Active Admin plugin to use Quill Rich Text Editor.
|
An Active Admin plugin to use Quill Rich Text Editor.
|
||||||
|
|
||||||
|
## v1.3.0 - 2025-03-18
|
||||||
|
|
||||||
|
- Javascript API: expose Quill editor query functions
|
||||||
|
- ImageUploader: reject the Promise if an url is not provided in the response
|
||||||
|
|
||||||
|
## v1.2.0 - 2024-02-29
|
||||||
|
|
||||||
|
- Update minimum supported Ruby version to 3.0
|
||||||
|
|
||||||
## v1.1.0 - 2023-08-20
|
## v1.1.0 - 2023-08-20
|
||||||
|
|
||||||
- Support ActiveAdmin 3.x
|
- Support ActiveAdmin 3.x
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
activeadmin_quill_editor (1.2.0)
|
activeadmin_quill_editor (1.3.0)
|
||||||
activeadmin (>= 2.9, < 4)
|
activeadmin (>= 2.9, < 4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@@ -168,6 +168,7 @@ GEM
|
|||||||
net-protocol (0.2.2)
|
net-protocol (0.2.2)
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.4.0.1)
|
net-smtp (0.4.0.1)
|
||||||
|
net-protocol
|
||||||
nio4r (2.7.0)
|
nio4r (2.7.0)
|
||||||
nokogiri (1.16.2-arm64-darwin)
|
nokogiri (1.16.2-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
activeadmin_quill_editor (1.2.0)
|
activeadmin_quill_editor (1.3.0)
|
||||||
activeadmin (>= 2.9, < 4)
|
activeadmin (>= 2.9, < 4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@@ -168,6 +168,7 @@ GEM
|
|||||||
net-protocol (0.2.2)
|
net-protocol (0.2.2)
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.4.0.1)
|
net-smtp (0.4.0.1)
|
||||||
|
net-protocol
|
||||||
nio4r (2.7.0)
|
nio4r (2.7.0)
|
||||||
nokogiri (1.16.2-arm64-darwin)
|
nokogiri (1.16.2-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
activeadmin_quill_editor (1.2.0)
|
activeadmin_quill_editor (1.3.0)
|
||||||
activeadmin (>= 2.9, < 4)
|
activeadmin (>= 2.9, < 4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@@ -164,6 +164,7 @@ GEM
|
|||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
|
mini_portile2 (2.8.8)
|
||||||
minitest (5.22.2)
|
minitest (5.22.2)
|
||||||
mutex_m (0.3.0)
|
mutex_m (0.3.0)
|
||||||
net-imap (0.4.10)
|
net-imap (0.4.10)
|
||||||
@@ -176,9 +177,8 @@ GEM
|
|||||||
net-smtp (0.5.1)
|
net-smtp (0.5.1)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.7.0)
|
nio4r (2.7.0)
|
||||||
nokogiri (1.16.2-arm64-darwin)
|
nokogiri (1.16.2)
|
||||||
racc (~> 1.4)
|
mini_portile2 (~> 2.8.2)
|
||||||
nokogiri (1.16.2-x86_64-linux)
|
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.24.0)
|
parallel (1.24.0)
|
||||||
parser (3.3.0.5)
|
parser (3.3.0.5)
|
||||||
@@ -304,8 +304,8 @@ GEM
|
|||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.7.2-arm64-darwin)
|
sqlite3 (1.7.2)
|
||||||
sqlite3 (1.7.2-x86_64-linux)
|
mini_portile2 (~> 2.8.0)
|
||||||
thor (1.3.0)
|
thor (1.3.0)
|
||||||
timeout (0.4.1)
|
timeout (0.4.1)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
activeadmin_quill_editor (1.2.0)
|
activeadmin_quill_editor (1.3.0)
|
||||||
activeadmin (>= 2.9, < 4)
|
activeadmin (>= 2.9, < 4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@@ -365,7 +365,7 @@ GEM
|
|||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
zeitwerk (2.7.2)
|
zeitwerk (2.6.18)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
arm64-darwin-23
|
arm64-darwin-23
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
activeadmin_quill_editor (1.2.0)
|
activeadmin_quill_editor (1.3.0)
|
||||||
activeadmin (>= 2.9, < 4)
|
activeadmin (>= 2.9, < 4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@@ -384,7 +384,7 @@ GEM
|
|||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
zeitwerk (2.7.2)
|
zeitwerk (2.6.18)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux-gnu
|
aarch64-linux-gnu
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
activeadmin_quill_editor (1.2.0)
|
activeadmin_quill_editor (1.3.0)
|
||||||
activeadmin (>= 2.9, < 4)
|
activeadmin (>= 2.9, < 4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
module ActiveAdmin
|
module ActiveAdmin
|
||||||
module QuillEditor
|
module QuillEditor
|
||||||
VERSION = '1.2.0'
|
VERSION = '1.3.0'
|
||||||
QUILL_VERSION = '1.3.7'
|
QUILL_VERSION = '1.3.7'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "activeadmin_quill_editor",
|
"name": "activeadmin_quill_editor",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "Quill Editor for ActiveAdmin",
|
"description": "Quill Editor for ActiveAdmin",
|
||||||
"author": "Mattia Roccoberton <mat@blocknot.es>",
|
"author": "Mattia Roccoberton <mat@blocknot.es>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user