Этот коммит содержится в:
Mattia Roccoberton
2022-04-19 21:39:26 +02:00
родитель bc02b5d7c8
Коммит 692495fec8
9 изменённых файлов: 8 добавлений и 10 удалений

Просмотреть файл

@@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
activeadmin_quill_editor (0.3.4) activeadmin_quill_editor (1.0.0)
activeadmin (~> 2.0) activeadmin (~> 2.0)
GEM GEM

Просмотреть файл

@@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
activeadmin_quill_editor (0.3.4) activeadmin_quill_editor (1.0.0)
activeadmin (~> 2.0) activeadmin (~> 2.0)
GEM GEM

Просмотреть файл

@@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
activeadmin_quill_editor (0.3.4) activeadmin_quill_editor (1.0.0)
activeadmin (~> 2.0) activeadmin (~> 2.0)
GEM GEM

Просмотреть файл

@@ -4,7 +4,6 @@ source "https://rubygems.org"
gem "activeadmin" gem "activeadmin"
gem "rails", "~> 6.1.0" gem "rails", "~> 6.1.0"
gem "sprockets-rails"
group :development, :test do group :development, :test do
gem "puma" gem "puma"

Просмотреть файл

@@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
activeadmin_quill_editor (0.3.4) activeadmin_quill_editor (1.0.0)
activeadmin (~> 2.0) activeadmin (~> 2.0)
GEM GEM
@@ -301,7 +301,6 @@ DEPENDENCIES
rubocop-rails rubocop-rails
rubocop-rspec rubocop-rspec
sassc sassc
sprockets-rails
sqlite3 sqlite3
BUNDLED WITH BUNDLED WITH

Просмотреть файл

@@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
activeadmin_quill_editor (0.3.4) activeadmin_quill_editor (1.0.0)
activeadmin (~> 2.0) activeadmin (~> 2.0)
GEM GEM

Просмотреть файл

@@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
activeadmin_quill_editor (0.3.4) activeadmin_quill_editor (1.0.0)
activeadmin (~> 2.0) activeadmin (~> 2.0)
GEM GEM

Просмотреть файл

@@ -2,7 +2,7 @@
module ActiveAdmin module ActiveAdmin
module QuillEditor module QuillEditor
VERSION = '0.3.4' VERSION = '1.0.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": "0.3.4", "version": "1.0.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",