Sha256: 6adf9da878565f20fd3ed9abfa5cc2326827881aafbe7212363f5eea948ee3a3

Contents?: true

Size: 959 Bytes

Versions: 1

Compression:

Stored size: 959 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.9.0"
  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

1 entries across 1 versions & 1 rubygems

Version Path
trestle-tinymce-0.2.0 trestle-tinymce.gemspec