effective_ckeditor 1.9.3 → 1.10.0

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
- SHA1:
3
- metadata.gz: 3b070f0496034b02061d8daa55a74fac2f6ff9af
4
- data.tar.gz: 7d7e102e22e699e6581c423a8f1ec64a8ed24fe4
2
+ SHA256:
3
+ metadata.gz: dab54ee3409bba6aa9206b5707e7cd7d4ae45185f87a7c7cb17ee6468274df99
4
+ data.tar.gz: 2a133310f47b376a643bc7110e634a02868afaf2e77d97863008a82d53d6278b
5
5
  SHA512:
6
- metadata.gz: dfe69ae7c93423bcb6ac74a5b480880ba50d68c634c15dc01cfb03303a3ca4f9b0033844640611407724b1f826bf654e27cace324f8fa0b30467aa5199cc91b3
7
- data.tar.gz: 5cc83c1f3528e6079849675fbc8c5438ef220d95675ba5ce9063395a6afa1ce9f1e607b377b9a0d0ec5bbbf66c07291cf9681f6588a75cb2799508a1f3dd76bd
6
+ metadata.gz: 4506b6d1aa80af4a74e0552f2639bae7cecd6893d19828344a4961d7028dfbe94c7222ed9aa4e10ab46dcfe11c88d1bf62645416e891fb7099262fba2ba45e8a
7
+ data.tar.gz: 67622405ddb11c9d383434571345fc5c759017897f25d7cf7e782e454a2f3f4c866b5995a545e6e6221e7f5e295f49af720d9d2c5ce108aecbd1b2c1e02e9a64
@@ -1,4 +1,4 @@
1
- Copyright 2014 Code and Effect Inc.
1
+ Copyright 2019 Code and Effect Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -0,0 +1,3 @@
1
+ a.cke_dialog_close_button {
2
+ background-image: url(asset-path('ckeditor/plugins/widget/images/handle.png')) !important;
3
+ }
@@ -0,0 +1,3 @@
1
+ span.cke_button__effectiveassets_icon {
2
+ background: url(asset-path('ckeditor/plugins/effective_assets/icons/effectiveassets.png'));
3
+ }
@@ -0,0 +1,3 @@
1
+ span.cke_button__effectivereferences_icon {
2
+ background: url(asset-path('ckeditor/plugins/effective_references/icons/effectivereferences.png'));
3
+ }
@@ -0,0 +1,11 @@
1
+ span.cke_button__save_icon {
2
+ background: url(asset-path('ckeditor/plugins/effective_regions/icons/save.png'));
3
+ }
4
+
5
+ span.cke_button__save_icon.saving {
6
+ background: url(asset-path('ckeditor/plugins/effective_regions/icons/saving.png'));
7
+ }
8
+
9
+ span.cke_button__exit_icon {
10
+ background: url(asset-path('ckeditor/plugins/effective_regions/icons/exit.png'));
11
+ }
@@ -0,0 +1,43 @@
1
+ .cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
2
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_address.png'));
3
+ }
4
+
5
+ .cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
6
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_blockquote.png'));
7
+ }
8
+
9
+ .cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
10
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_div.png'));
11
+ }
12
+
13
+ .cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
14
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h1.png'));
15
+ }
16
+
17
+ .cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
18
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h2.png'));
19
+ }
20
+
21
+ .cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
22
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h3.png'));
23
+ }
24
+
25
+ .cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
26
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h4.png'));
27
+ }
28
+
29
+ .cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
30
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h5.png'));
31
+ }
32
+
33
+ .cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
34
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h6.png'));
35
+ }
36
+
37
+ .cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
38
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_p.png'));
39
+ }
40
+
41
+ .cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
42
+ background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_pre.png'));
43
+ }
@@ -0,0 +1,3 @@
1
+ span.cke_widget_drag_handler_container {
2
+ background: url(asset-path('ckeditor/plugins/widget/images/handle.png')) !important;
3
+ }
@@ -1,3 +1,3 @@
1
1
  module EffectiveCkeditor
2
- VERSION = '1.9.3'.freeze
2
+ VERSION = '1.10.0'.freeze
3
3
  end
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.9.3
4
+ version: 1.10.0
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: 2019-04-26 00:00:00.000000000 Z
11
+ date: 2019-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -154,14 +154,14 @@ files:
154
154
  - app/assets/stylesheets/effective_ckeditor.scss
155
155
  - app/assets/stylesheets/effective_ckeditor/layout.scss
156
156
  - app/assets/stylesheets/effective_ckeditor/overrides.scss
157
- - app/assets/stylesheets/effective_ckeditor/plugins/dialog.scss.erb
158
- - app/assets/stylesheets/effective_ckeditor/plugins/effective_assets.scss.erb
157
+ - app/assets/stylesheets/effective_ckeditor/plugins/dialog.scss
158
+ - app/assets/stylesheets/effective_ckeditor/plugins/effective_assets.scss
159
159
  - app/assets/stylesheets/effective_ckeditor/plugins/effective_menus.scss
160
- - app/assets/stylesheets/effective_ckeditor/plugins/effective_references.scss.erb
161
- - app/assets/stylesheets/effective_ckeditor/plugins/effective_regions.scss.erb
162
- - app/assets/stylesheets/effective_ckeditor/plugins/oembed.scss.erb
163
- - app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss.erb
164
- - app/assets/stylesheets/effective_ckeditor/plugins/snippets.scss.erb
160
+ - app/assets/stylesheets/effective_ckeditor/plugins/effective_references.scss
161
+ - app/assets/stylesheets/effective_ckeditor/plugins/effective_regions.scss
162
+ - app/assets/stylesheets/effective_ckeditor/plugins/oembed.scss
163
+ - app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss
164
+ - app/assets/stylesheets/effective_ckeditor/plugins/snippets.scss
165
165
  - lib/effective_ckeditor.rb
166
166
  - lib/effective_ckeditor/engine.rb
167
167
  - lib/effective_ckeditor/version.rb
@@ -186,8 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubyforge_project:
190
- rubygems_version: 2.4.5.1
189
+ rubygems_version: 3.0.3
191
190
  signing_key:
192
191
  specification_version: 4
193
192
  summary: Wraps the CKEditor 4 Javscript library (http://ckeditor.com/) for use with
@@ -1,3 +0,0 @@
1
- a.cke_dialog_close_button {
2
- background-image: url(<%= asset_data_uri('ckeditor/plugins/widget/images/handle.png') %>) !important;
3
- }
@@ -1,3 +0,0 @@
1
- span.cke_button__effectiveassets_icon {
2
- background: url(<%= asset_data_uri('ckeditor/plugins/effective_assets/icons/effectiveassets.png') %>);
3
- }
@@ -1,3 +0,0 @@
1
- span.cke_button__effectivereferences_icon {
2
- background: url(<%= asset_data_uri('ckeditor/plugins/effective_references/icons/effectivereferences.png') %>);
3
- }
@@ -1,11 +0,0 @@
1
- span.cke_button__save_icon {
2
- background: url(<%= asset_data_uri('ckeditor/plugins/effective_regions/icons/save.png') %>);
3
- }
4
-
5
- span.cke_button__save_icon.saving {
6
- background: url(<%= asset_data_uri('ckeditor/plugins/effective_regions/icons/saving.png') %>);
7
- }
8
-
9
- span.cke_button__exit_icon {
10
- background: url(<%= asset_data_uri('ckeditor/plugins/effective_regions/icons/exit.png') %>);
11
- }
@@ -1,43 +0,0 @@
1
- .cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
2
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_address.png') %>);
3
- }
4
-
5
- .cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
6
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_blockquote.png') %>);
7
- }
8
-
9
- .cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
10
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_div.png') %>);
11
- }
12
-
13
- .cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
14
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h1.png') %>);
15
- }
16
-
17
- .cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
18
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h2.png') %>);
19
- }
20
-
21
- .cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
22
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h3.png') %>);
23
- }
24
-
25
- .cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
26
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h4.png') %>);
27
- }
28
-
29
- .cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
30
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h5.png') %>);
31
- }
32
-
33
- .cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
34
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h6.png') %>);
35
- }
36
-
37
- .cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
38
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_p.png') %>);
39
- }
40
-
41
- .cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
42
- background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_pre.png') %>);
43
- }
@@ -1,3 +0,0 @@
1
- span.cke_widget_drag_handler_container {
2
- background: url(<%= asset_data_uri('ckeditor/plugins/widget/images/handle.png') %>) !important;
3
- }