rich 1.4 → 1.4.1

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/lib/rich/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rich
2
- VERSION = "1.4"
2
+ VERSION = "1.4.1"
3
3
  end
@@ -11,7 +11,7 @@
11
11
  * @version 0.1
12
12
  */
13
13
  ( function() {
14
- CKEDITOR.plugins.add( 'mediaembed',
14
+ CKEDITOR.plugins.add( 'MediaEmbed',
15
15
  {
16
16
  init: function( editor )
17
17
  {
@@ -45,7 +45,7 @@
45
45
  var content = window.frames[i].document.getElementById("embed").value;
46
46
  }
47
47
  }
48
- console.log(this.getContentElement( 'iframe', 'embedArea' ).getValue());
48
+ //console.log(this.getContentElement( 'iframe', 'embedArea' ).getValue());
49
49
  editor.insertHtml(this.getContentElement( 'iframe', 'embedArea' ).getValue());
50
50
  }
51
51
  };
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rich
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.4'
4
+ version: 1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -449,8 +449,8 @@ files:
449
449
  - vendor/assets/ckeditor/ckeditor/skins/moono/images/mini.png
450
450
  - vendor/assets/ckeditor/ckeditor/skins/moono/readme.md
451
451
  - vendor/assets/ckeditor/ckeditor/styles.js
452
- - vendor/assets/ckeditor/ckeditor-contrib/plugins/mediaembed/images/icon.png
453
- - vendor/assets/ckeditor/ckeditor-contrib/plugins/mediaembed/plugin.js
452
+ - vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/images/icon.png
453
+ - vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/plugin.js
454
454
  - vendor/assets/ckeditor/ckeditor-contrib/plugins/richfile/plugin.js
455
455
  - vendor/assets/ckeditor/ckeditor-contrib/skins/BootstrapCK/dialog.css
456
456
  - vendor/assets/ckeditor/ckeditor-contrib/skins/BootstrapCK/editor.css