Sha256: 8b431c60455289ed47084fd81be30c439dc4c064184a7b540a02bb06679530b0
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
Gem::Specification.new do |s| s.name = "tiny_mce_plugin_imageselector" s.version = "0.0.6" s.authors = ["Walter McGinnis"] s.email = "walter@katipo.co.nz" s.homepage = "http://github.com/kete/tiny_mce_plugin_imageselector" s.summary = "A gem to install the imageselector tiny_mce plugin in tandem with the tinymce gem." s.description = "This gem uses the tiny_mce gem's plugin system to install the https://github.com/kete/image_selector_tinymce_plugin plugin." s.files = Dir["lib/**/*", "[A-Z]*", "tiny_mce_plugin_imageselector.gemspec"] s.require_path = "lib" s.extra_rdoc_files = Dir["*.rdoc"] s.rdoc_options = ["--charset=UTF-8", "--exclude=lib/assets"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tiny_mce_plugin_imageselector-0.0.6 | tiny_mce_plugin_imageselector.gemspec |