glebtv-ckeditor 4.4.7.2 → 4.4.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6da4d7d052fed5f83a3107276d2347f383cd9b65
4
- data.tar.gz: 3e99b9e46612f16f66eef08cea227187ccb135dc
3
+ metadata.gz: 3141524644f3026771d5a6511ce8d7c219f5de18
4
+ data.tar.gz: a2b8cc6a7c8bb528298fbfa1616e8ea5b094b44d
5
5
  SHA512:
6
- metadata.gz: 13d50fe1833615709feb437028ce1820df48e2a3f5f7a81558825135f09496c57cbbc4812b7b49039b93c6617ad98932310eb018bc9c6c8cc7b2bd5a844cdd65
7
- data.tar.gz: e8189d7a894e5a7564641a3a1c8a260771fd5f523aae107a75a2c674c3d440bbe2f17728b0c6f22a42cba7c817203db565979b19fb5ab777bcd0a3d84f2f8d9d
6
+ metadata.gz: d0979ebc82fc0d5df4431d433914883c1116caadeef652faed85762443a72f4f002f636eed8f866af6aafc4f43a5040537c9530950c104ed82c381553729f08e
7
+ data.tar.gz: ce45499e5f7eda0d00ace484d5e81c9349b63b9913d213f6cdfa0cb75e2bd382ae50dc5af198c578c14cf3cff1696b37aa64e9f916d6725081af05b597f6a711
@@ -2,7 +2,7 @@ window['CKEDITOR_BASEPATH'] = "/assets/ckeditor/";
2
2
 
3
3
  window.CKEDITOR_ASSETS_MAPPING = {
4
4
  <% Rails.application.assets.each_logical_path( ->(path) {
5
- path =~ /ckeditor/ && path != 'ckeditor/override.js' && path != 'ckeditor/init.js' && path != 'ckeditor/ckeditor.js' && path.index('ckeditor/filebrowser').nil? && path.index('.md').nil? && (path.index('.html').nil? || !path.index('.htmlm').nil?) && path.index('LICENSE').nil? && path != 'ckeditor/plugins/preview/preview.js' && path != 'ckeditor/plugins/wsc/dialogs/ciframe.js' && path != 'ckeditor/plugins/wsc/dialogs/tmpFrameset.js'
5
+ path =~ /ckeditor/ && path != 'ckeditor/override.js' && path != 'ckeditor/init.js' && path != 'ckeditor/ckeditor.js' && path.index('ckeditor/filebrowser').nil? && path.index('.md').nil? && (path.index('.html').nil? || !path.index('.htmlm').nil?) && path.index('LICENSE').nil? && path.index('README').nil? && path != 'ckeditor/plugins/preview/preview.js' && path != 'ckeditor/plugins/wsc/dialogs/ciframe.js' && path != 'ckeditor/plugins/wsc/dialogs/tmpFrameset.js'
6
6
  }) do |asset| %>
7
7
  "<%= asset %>": "<%= asset_path(asset) %>",
8
8
  <% end %>
@@ -1,4 +1,4 @@
1
1
  module Ckeditor
2
- VERSION="4.4.7.2".freeze
2
+ VERSION="4.4.7.3".freeze
3
3
  end
4
4
 
@@ -1,28 +1,28 @@
1
- Software License Agreement
2
- ==========================
3
-
4
- **CKEditor SCAYT Plugin**
5
- Copyright &copy; 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
6
-
7
- Licensed under the terms of any of the following licenses at your choice:
8
-
9
- * GNU General Public License Version 2 or later (the "GPL"):
10
- http://www.gnu.org/licenses/gpl.html
11
-
12
- * GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
13
- http://www.gnu.org/licenses/lgpl.html
14
-
15
- * Mozilla Public License Version 1.1 or later (the "MPL"):
16
- http://www.mozilla.org/MPL/MPL-1.1.html
17
-
18
- You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
19
-
20
- Sources of Intellectual Property Included in this plugin
21
- --------------------------------------------------------
22
-
23
- Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
24
-
25
- Trademarks
26
- ----------
27
-
28
- CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ **CKEditor SCAYT Plugin**
5
+ Copyright &copy; 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
6
+
7
+ Licensed under the terms of any of the following licenses at your choice:
8
+
9
+ * GNU General Public License Version 2 or later (the "GPL"):
10
+ http://www.gnu.org/licenses/gpl.html
11
+
12
+ * GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
13
+ http://www.gnu.org/licenses/lgpl.html
14
+
15
+ * Mozilla Public License Version 1.1 or later (the "MPL"):
16
+ http://www.mozilla.org/MPL/MPL-1.1.html
17
+
18
+ You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
19
+
20
+ Sources of Intellectual Property Included in this plugin
21
+ --------------------------------------------------------
22
+
23
+ Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
24
+
25
+ Trademarks
26
+ ----------
27
+
28
+ CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebtv-ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.7.2
4
+ version: 4.4.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Galeta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-05 00:00:00.000000000 Z
11
+ date: 2015-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -376,7 +376,6 @@ files:
376
376
  - vendor/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js
377
377
  - vendor/assets/javascripts/ckeditor/plugins/preview/preview.html
378
378
  - vendor/assets/javascripts/ckeditor/plugins/scayt/LICENSE.md
379
- - vendor/assets/javascripts/ckeditor/plugins/scayt/README.md
380
379
  - vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js
381
380
  - vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
382
381
  - vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png
@@ -1,25 +0,0 @@
1
- CKEditor SCAYT Plugin
2
- =====================
3
-
4
- This plugin brings Spell Check As You Type (SCAYT) into up to CKEditor 4+.
5
-
6
- SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
7
-
8
- Installation
9
- ------------
10
-
11
- 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
12
- 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
13
-
14
- config.extraPlugins = 'scayt';
15
-
16
- That's all. SCAYT will appear on the editor toolbar and will be ready to use.
17
-
18
- License
19
- -------
20
-
21
- Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
22
-
23
- See LICENSE.md for more information.
24
-
25
- Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).