trusty-cms 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,7 @@
12
12
  //
13
13
  //= require jquery
14
14
  //= require jquery_ujs
15
+ //= require ckeditor/config.js
15
16
  //= require ckeditor/init
16
17
  //= require 'admin/jquery-ui'
17
18
  //= require 'admin/jquery.validate.min'
data/lib/trusty_cms.rb CHANGED
@@ -5,7 +5,7 @@ unless defined? TrustyCms::Version
5
5
  module Version
6
6
  Major = '1'
7
7
  Minor = '1'
8
- Tiny = '9'
8
+ Tiny = '10'
9
9
  Patch = nil # set to nil for normal release
10
10
 
11
11
  class << self
@@ -2,7 +2,7 @@ module TrustyCms
2
2
  class Engine < Rails::Engine
3
3
  paths["app/helpers"] = []
4
4
  initializer "trusty_cms.assets.precompile" do |app|
5
- app.config.assets.precompile += %w(admin/main.css admin.js ckeditor/config.js ckeditor/contents.css)
5
+ app.config.assets.precompile += %w(admin/main.css admin.js ckeditor/contents.css)
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: