trusty-cms 1.1.13 → 1.1.14

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (1.1.12)
4
+ trusty-cms (1.1.13)
5
5
  RedCloth (~> 4.2.0)
6
6
  acts_as_tree (~> 0.1.1)
7
7
  bundler (>= 1.0.0)
@@ -30,6 +30,7 @@ GEM
30
30
  remote: https://rubygems.org/
31
31
  specs:
32
32
  RedCloth (4.2.9)
33
+ RedCloth (4.2.9-java)
33
34
  actionmailer (3.2.21)
34
35
  actionpack (= 3.2.21)
35
36
  mail (~> 2.5.4)
@@ -16,9 +16,6 @@
16
16
  //= require 'admin/jquery.validate.min'
17
17
  //= require 'admin/jquery.treetable'
18
18
  //= require_tree './admin/validations'
19
- //= require ckeditor/ckeditor
20
- //= require ckeditor/init
21
- //= require ckeditor/config.js
22
19
  //= require 'admin/persist.min'
23
20
  //= require 'admin/modernizr'
24
21
  //= require 'admin/datecheck'
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 = '13'
8
+ Tiny = '14'
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/contents.css)
5
+ app.config.assets.precompile += %w(admin/main.css admin.js ckeditor/contents.css ckeditor/config.js ckeditor/skins/moono/editor.css ckeditor/lang/en.js)
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.13
4
+ version: 1.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: