Sha256: 888b81de312cb0ee97664241cb6c442a568de30c6e20c9610f122cfefb8ece31
Contents?: true
Size: 957 Bytes
Versions: 2
Compression:
Stored size: 957 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "trestle/tinymce/version" Gem::Specification.new do |spec| spec.name = "trestle-tinymce" spec.version = Trestle::TinyMCE::VERSION spec.authors = ["Sam Pohlenz"] spec.email = ["sam@sampohlenz.com"] spec.summary = "TinyMCE integration plugin for the Trestle admin framework" spec.description = "TinyMCE integration plugin for the Trestle admin framework." spec.homepage = "https://www.trestle.io" spec.license = "LGPL-3.0" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_dependency "trestle", "~> 0.8" spec.add_dependency "tinymce-rails", "~> 4.6" spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trestle-tinymce-0.1.1 | trestle-tinymce.gemspec |
trestle-tinymce-0.1.0 | trestle-tinymce.gemspec |