Skip to content

Commit 38e5406

Browse files
author
Mattia Roccoberton
committed
Bump to version 1.0.0
1 parent c560dd5 commit 38e5406

9 files changed

+8
-10
lines changed

gemfiles/rails52_activeadmin20.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (0.3.4)
4+
activeadmin_quill_editor (1.0.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails60_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (0.3.4)
4+
activeadmin_quill_editor (1.0.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails60_activeadmin22.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (0.3.4)
4+
activeadmin_quill_editor (1.0.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails61_activeadmin.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ source "https://rubygems.org"
44

55
gem "activeadmin"
66
gem "rails", "~> 6.1.0"
7-
gem "sprockets-rails"
87

98
group :development, :test do
109
gem "puma"

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (0.3.4)
4+
activeadmin_quill_editor (1.0.0)
55
activeadmin (~> 2.0)
66

77
GEM
@@ -301,7 +301,6 @@ DEPENDENCIES
301301
rubocop-rails
302302
rubocop-rspec
303303
sassc
304-
sprockets-rails
305304
sqlite3
306305

307306
BUNDLED WITH

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (0.3.4)
4+
activeadmin_quill_editor (1.0.0)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (0.3.4)
4+
activeadmin_quill_editor (1.0.0)
55
activeadmin (~> 2.0)
66

77
GEM

lib/activeadmin/quill_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActiveAdmin
44
module QuillEditor
5-
VERSION = '0.3.4'
5+
VERSION = '1.0.0'
66
QUILL_VERSION = '1.3.7'
77
end
88
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_quill_editor",
3-
"version": "0.3.4",
3+
"version": "1.0.0",
44
"description": "Quill Editor for ActiveAdmin",
55
"author": "Mattia Roccoberton <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)