Sha256: ba9b21fb31300ca610f5add250f62089611573a801930d301da09ebf4e9300b5

Contents?: true

Size: 837 Bytes

Versions: 6

Compression:

Stored size: 837 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/refinery/ckeditor/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Micah Geisel"]
  gem.email         = ["micah@botandrose.com"]
  gem.description   = %q{Replaces WYMEditor with CKEditor in Refinery CMS}
  gem.summary       = %q{Replaces WYMEditor with CKEditor in Refinery CMS. Also adds drag and drop sidebars for Images and Files.}
  gem.homepage      = "https://github.com/botandrose/refinerycms-ckeditor"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "refinerycms-ckeditor"
  gem.require_paths = ["lib"]
  gem.version       = Refinery::CKEditor::VERSION
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-ckeditor-0.2.0 refinerycms-ckeditor.gemspec
refinerycms-ckeditor-0.1.4 refinerycms-ckeditor.gemspec
refinerycms-ckeditor-0.1.3 refinerycms-ckeditor.gemspec
refinerycms-ckeditor-0.1.2 refinerycms-ckeditor.gemspec
refinerycms-ckeditor-0.1.1 refinerycms-ckeditor.gemspec
refinerycms-ckeditor-0.1.0 refinerycms-ckeditor.gemspec