Sha256: 490a4eed2a0a3d342305fd464aebad44dba187cc64e49296737adfc2a9f82b97

Contents?: true

Size: 749 Bytes

Versions: 1

Compression:

Stored size: 749 Bytes

Contents

require_relative "lib/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.9.0"
  spec.add_dependency "tinymce-rails", "~> 4.6"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trestle-tinymce-0.2.1 trestle-tinymce.gemspec