activeadmin-ckeditor 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require File.expand_path('../lib/activeadmin-ckeditor/version', __FILE__)
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |gem|
|
7
7
|
gem.name = "activeadmin-ckeditor"
|
8
|
-
gem.version =
|
8
|
+
gem.version = Activeadmin::Ckeditor::VERSION
|
9
9
|
gem.authors = ["Maxim Gladkov"]
|
10
10
|
gem.email = ["contact@maximgladkov.com"]
|
11
11
|
gem.description = "Rich text editor for Active Admin using CKEditor."
|
data/lib/activeadmin-ckeditor.rb
CHANGED