activeadmin-ckeditor 0.0.3 → 0.0.4

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 = Activeadmin::Ckeditor::VERSION
8
+ gem.version = ActiveadminCkeditor::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."
@@ -1,5 +1,3 @@
1
- module Activeadmin
2
- module Ckeditor
3
- VERSION = "0.0.3"
4
- end
1
+ module ActiveadminCkeditor
2
+ VERSION = "0.0.4"
5
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: