artemk-ckeditor 3.4.3 → 3.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -0
- data/Rakefile +1 -1
- data/lib/ckeditor/version.rb +1 -1
- data/rails/init.rb +1 -0
- metadata +5 -4
data/README.rdoc
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
=Rails CKEditor integration plugin with SWFUpload support
|
2
2
|
|
3
|
+
== WARNING: this plugin was modified to suit our personal needs.
|
4
|
+
|
3
5
|
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to
|
4
6
|
the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.
|
5
7
|
|
data/Rakefile
CHANGED
@@ -33,7 +33,7 @@ begin
|
|
33
33
|
gemspec.email = "galeta.igor@gmail.com"
|
34
34
|
gemspec.homepage = "http://github.com/galetahub/rails-ckeditor"
|
35
35
|
gemspec.authors = ["Igor Galeta"]
|
36
|
-
gemspec.files = FileList["[A-Z]*", "{app,config,lib,generators,examples}/**/*"]
|
36
|
+
gemspec.files = FileList["[A-Z]*", "{app,config,lib,generators,examples,rails}/**/*"]
|
37
37
|
gemspec.rubyforge_project = "artemk-ckeditor"
|
38
38
|
|
39
39
|
gemspec.add_dependency('mime-types', '>= 1.16')
|
data/lib/ckeditor/version.rb
CHANGED
data/rails/init.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "ckeditor"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: artemk-ckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 3.4.
|
9
|
+
- 4
|
10
|
+
version: 3.4.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Igor Galeta
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-11-
|
18
|
+
date: 2010-11-20 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -721,6 +721,7 @@ files:
|
|
721
721
|
- lib/ckeditor/utils.rb
|
722
722
|
- lib/ckeditor/version.rb
|
723
723
|
- lib/ckeditor/view_helper.rb
|
724
|
+
- rails/init.rb
|
724
725
|
has_rdoc: true
|
725
726
|
homepage: http://github.com/galetahub/rails-ckeditor
|
726
727
|
licenses: []
|