Navigation Menu

Skip to content

Commit

Permalink
Release 0.1.2 - Updated TinyMCE and translations, bugfixes, and multi…
Browse files Browse the repository at this point in the history
… configuration support from Marian Theisen
  • Loading branch information
Kieran Pilkington committed Mar 22, 2010
1 parent a9cf813 commit 10b5857
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 15 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2005 Blake Watters
Copyright (c) 2005,2008,2009,2010 Blake Watters, Kieran Pilkington

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -10,7 +10,7 @@ begin
gem.description = %Q{Gem that allows easy implementation of the TinyMCE editor into your applications.}
gem.email = 'kieran@katipo.co.nz'
gem.homepage = 'http://github.com/kete/tiny_mce'
gem.authors = ['Blake Watters', 'Kieran Pilkington', 'Sergio Cambra', 'Alexander Semyonov']
gem.authors = ['Blake Watters', 'Kieran Pilkington', 'Sergio Cambra', 'Alexander Semyonov', 'Marian Theisen']
gem.extra_rdoc_files = ['README.rdoc', 'SPELLCHECKING_PLUGIN.rdoc', 'CHANGELOG_PLUGIN.rdoc', 'DEV_UPGRADE_NOTES.rdoc']
gem.rdoc_options << '--exclude=lib/tiny_mce/assets'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
Expand All @@ -20,8 +20,6 @@ rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end



desc 'Default: run unit tests.'
task :default => :test

Expand Down

0 comments on commit 10b5857

Please sign in to comment.