forked from spree-contrib/spree_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create a template tinymce config file so we could change it in there …
…instead. installs it on the system.
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Gem::Specification.new do |s| | ||
s.platform = Gem::Platform::RUBY | ||
s.name = 'spree_editor' | ||
s.version = '1.0.0' | ||
s.version = '1.0.1' | ||
s.summary = 'Adds support of several WYSIWYG editors to Spree' | ||
s.description = 'Atm supported: YUIRichEditor, WYMEditor, TinyMCE' | ||
s.required_ruby_version = '>= 1.8.7' | ||
|
||
s.authors = ['Alexander Shuhin', 'Roman Smirnov', 'divineforest'] | ||
s.authors = ['Alexander Shuhin', 'Roman Smirnov', 'divineforest', 'Marc Lee'] | ||
# s.email = '[email protected]' | ||
s.homepage = 'http://github.com/spree/spree_editor' | ||
# s.rubyforge_project = 'actionmailer' | ||
|