Sha256: 84a7af5a91ac8866cb44dd936727a8c71e7d36fe5f9fc4234383b05332c34d04

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'has_wysiwyg_content/version'

Gem::Specification.new do |gem|
  gem.name          = "has_wysiwyg_content"
  gem.version       = HasWysiwygContent::VERSION
  gem.authors       = ["Philip Hallstrom"]
  gem.email         = ["philip@pjkh.com"]
  gem.description   = %q{}
  gem.summary       = %q{}
  gem.homepage      = "https://github.com/phallstrom/has_wysiwyg_content"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_wysiwyg_content-0.0.1 has_wysiwyg_content.gemspec