Sha256: ecc9c5a4771d77d212e2c7ef220f9ebd5f34a3c821163958c61879aa6c92c1d8
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
Gem::Specification.new do |s| s.name = "tiny_mce" s.version = "0.1.4" s.authors = ["Blake Watters", "Kieran Pilkington", "Sergio Cambra", "Alexander Semyonov", "Marian Theisen"] s.email = "kieran@katipo.co.nz" s.homepage = "http://github.com/kete/tiny_mce" s.summary = "TinyMCE editor for your rails applications." s.description = "Gem that allows easy implementation of the TinyMCE editor into your applications." s.files = Dir["lib/**/*", "[A-Z]*", "init.rb", "install.rb", "tiny_mce.gemspec"] s.test_files = Dir["test/**/*"] s.require_path = "lib" s.extra_rdoc_files = Dir["*.rdoc"] s.rdoc_options = ["--charset=UTF-8", "--exclude=lib/tiny_mce/assets"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tiny_mce-0.1.4 | tiny_mce.gemspec |