effective_ckeditor 1.7.0 → 1.7.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9a453d8f98235744f7df01130bd502b4907ee8f
|
4
|
+
data.tar.gz: 8acf5ec31c9b13685621494bf565a9b1341976ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d02af01425e7b6c0692abac3cacb6cfb14f30014a1c34d4817d9c1d3bf9f1e82bc85f001dbc1a2c70b2d288d0d69a9048fd96e3a64111883712880c725747790
|
7
|
+
data.tar.gz: f565369cd2ae3d2cb2a0c0f3e5bb56789fb834b9cddb7b853991da9d9ce247e5d63df2432576acb9e793670fa9e9b1c9700853628fc020736cbe24266af77c98
|
@@ -1,7 +1,7 @@
|
|
1
1
|
window['CKEDITOR_BASEPATH'] = "/assets/ckeditor/";
|
2
2
|
|
3
3
|
window.CKEDITOR_ASSETS_MAPPING = {
|
4
|
-
<% Rails.application.assets.each_logical_path(->(path){ (path.include?('ckeditor/plugins/') || path.include?('ckeditor/skins/') || path.include?('effective/snippets/') || path.include?('effective/templates/') || path.include?('ckeditor/contents.css')) && !path.include?('effective_ckeditor')}) do |asset| %>
|
4
|
+
<% Rails.application.assets.each_logical_path(->(path, _){ (path.include?('ckeditor/plugins/') || path.include?('ckeditor/skins/') || path.include?('effective/snippets/') || path.include?('effective/templates/') || path.include?('ckeditor/contents.css')) && !path.include?('effective_ckeditor')}) do |asset| %>
|
5
5
|
"<%= asset %>": "<%= asset_path(asset) %>",
|
6
6
|
<% end %>
|
7
7
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_ckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|