bcms_fckeditor 1.0.0 → 1.0.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/Rakefile +7 -3
- data/VERSION +1 -1
- data/bcms_fckeditor.gemspec +7 -4
- metadata +15 -6
data/Rakefile
CHANGED
@@ -12,12 +12,13 @@ begin
|
|
12
12
|
require 'jeweler'
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
gem.name = "bcms_fckeditor"
|
15
|
-
gem.summary = %Q{A
|
16
|
-
gem.description = %Q{WYSIWIG editor
|
15
|
+
gem.summary = %Q{A WYSIWIG editor for browsercms}
|
16
|
+
gem.description = %Q{A module for replacing the default WYSIWIG editor of browsercms with FCKEditor 2.6.3.}
|
17
17
|
gem.email = "github@browsermedia.com"
|
18
|
-
gem.homepage = "http://
|
18
|
+
gem.homepage = "http://github.com/browsermedia/bcms_fckeditor"
|
19
19
|
gem.authors = ["BrowserMedia"]
|
20
20
|
gem.rubyforge_project = 'bcms_fckeditor'
|
21
|
+
gem.add_dependency('browsercms', '>=3.1.0')
|
21
22
|
gem.files += Dir["public/bcms/fckeditor/**/*"]
|
22
23
|
gem.files += Dir["public/bcms_config/fckeditor/fckstyles.xml"]
|
23
24
|
gem.files += Dir["lib/bcms_fckeditor.rb"]
|
@@ -30,3 +31,6 @@ begin
|
|
30
31
|
rescue LoadError
|
31
32
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
32
33
|
end
|
34
|
+
|
35
|
+
Jeweler::GemcutterTasks.new
|
36
|
+
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/bcms_fckeditor.gemspec
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{bcms_fckeditor}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["BrowserMedia"]
|
12
12
|
s.date = %q{2010-03-02}
|
13
|
-
s.description = %q{WYSIWIG editor
|
13
|
+
s.description = %q{A module for replacing the default WYSIWIG editor of browsercms with FCKEditor 2.6.3.}
|
14
14
|
s.email = %q{github@browsermedia.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
@@ -1016,12 +1016,12 @@ Gem::Specification.new do |s|
|
|
1016
1016
|
"test/test_helper.rb",
|
1017
1017
|
"test/test_logging.rb"
|
1018
1018
|
]
|
1019
|
-
s.homepage = %q{http://
|
1019
|
+
s.homepage = %q{http://github.com/browsermedia/bcms_fckeditor}
|
1020
1020
|
s.rdoc_options = ["--charset=UTF-8"]
|
1021
1021
|
s.require_paths = ["lib"]
|
1022
1022
|
s.rubyforge_project = %q{bcms_fckeditor}
|
1023
1023
|
s.rubygems_version = %q{1.3.5}
|
1024
|
-
s.summary = %q{A
|
1024
|
+
s.summary = %q{A WYSIWIG editor for browsercms}
|
1025
1025
|
s.test_files = [
|
1026
1026
|
"test/custom_assertions.rb",
|
1027
1027
|
"test/integration/cms/fckeditor_test.rb",
|
@@ -1035,9 +1035,12 @@ Gem::Specification.new do |s|
|
|
1035
1035
|
s.specification_version = 3
|
1036
1036
|
|
1037
1037
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
1038
|
+
s.add_runtime_dependency(%q<browsercms>, [">= 3.1.0"])
|
1038
1039
|
else
|
1040
|
+
s.add_dependency(%q<browsercms>, [">= 3.1.0"])
|
1039
1041
|
end
|
1040
1042
|
else
|
1043
|
+
s.add_dependency(%q<browsercms>, [">= 3.1.0"])
|
1041
1044
|
end
|
1042
1045
|
end
|
1043
1046
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcms_fckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BrowserMedia
|
@@ -11,9 +11,18 @@ cert_chain: []
|
|
11
11
|
|
12
12
|
date: 2010-03-02 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
|
16
|
-
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: browsercms
|
17
|
+
type: :runtime
|
18
|
+
version_requirement:
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 3.1.0
|
24
|
+
version:
|
25
|
+
description: A module for replacing the default WYSIWIG editor of browsercms with FCKEditor 2.6.3.
|
17
26
|
email: github@browsermedia.com
|
18
27
|
executables: []
|
19
28
|
|
@@ -1022,7 +1031,7 @@ files:
|
|
1022
1031
|
- test/test_helper.rb
|
1023
1032
|
- test/test_logging.rb
|
1024
1033
|
has_rdoc: true
|
1025
|
-
homepage: http://
|
1034
|
+
homepage: http://github.com/browsermedia/bcms_fckeditor
|
1026
1035
|
licenses: []
|
1027
1036
|
|
1028
1037
|
post_install_message:
|
@@ -1048,7 +1057,7 @@ rubyforge_project: bcms_fckeditor
|
|
1048
1057
|
rubygems_version: 1.3.5
|
1049
1058
|
signing_key:
|
1050
1059
|
specification_version: 3
|
1051
|
-
summary: A
|
1060
|
+
summary: A WYSIWIG editor for browsercms
|
1052
1061
|
test_files:
|
1053
1062
|
- test/custom_assertions.rb
|
1054
1063
|
- test/integration/cms/fckeditor_test.rb
|