trusty-cms 1.1.16 → 1.1.17

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (1.1.15)
4
+ trusty-cms (1.1.16)
5
5
  RedCloth (~> 4.2.0)
6
6
  acts_as_tree (~> 0.1.1)
7
7
  bundler (>= 1.0.0)
@@ -4,6 +4,7 @@ CKEDITOR.editorConfig = function( config ) {
4
4
  config.protectedSource.push(/<r:([\S]+)*>.*<\/r:\1>/g);
5
5
  config.protectedSource.push(/<r:[^>\/]*\/>/g);
6
6
  config.forcePasteAsPlainText = true;
7
+ config.path = '/assets/';
7
8
  // if you want to remove clipboard, you have to remove all of these:
8
9
  // clipboard, pastetext, pastefromword
9
10
  config.removePlugins = "save, newpage, preview, print, templates, forms, flash, smiley, language, pagebreak, iframe, bidi";
@@ -1,3 +1,3 @@
1
1
  Ckeditor.setup do |config|
2
- config.path = '/assets/'
2
+ #config.path = '/assets/'
3
3
  end
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 = '16'
8
+ Tiny = '17'
9
9
  Patch = nil # set to nil for normal release
10
10
 
11
11
  class << self
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.16
4
+ version: 1.1.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: