Sha256: feae59a3079bddcd742bd289742f8036481440a0ad289790e5823c6c7fec078c

Contents?: true

Size: 815 Bytes

Versions: 1

Compression:

Stored size: 815 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-only"

  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.10.0.pre"
  spec.add_dependency "tinymce-rails", ">= 5.1", "< 7"

  spec.add_development_dependency "rspec-rails"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trestle-tinymce-0.4.0.pre2 trestle-tinymce.gemspec