Sha256: 2782fe1f1b3bc5bbd48c013e0bb34eb96ff5915427e1de33a4be515cbc0b2b20

Contents?: true

Size: 826 Bytes

Versions: 3

Compression:

Stored size: 826 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ['Katherine Pe']
  gem.email         = ['bridgeutopia@gmail.com']
  gem.description   = %q{Textile Editor Helper is a gem for Ruby on Rails 4.1.4 > to add a Textile toolbar above textareas.}
  gem.summary       = %q{Textile Editor Helper}
  gem.homepage      = 'https://github.com/katgironpe/textile_editor_helper'

  gem.executables   = Dir["bin/*"].map { |f| File.basename(f) }
  gem.files = `git ls-files`.strip.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = 'textile_editor_helper'
  gem.require_paths = ['lib']
  gem.version       = TextileEditorHelper::VERSION

  gem.add_runtime_dependency 'thor'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
textile_editor_helper-0.1.4 textile_editor_helper.gemspec
textile_editor_helper-0.1.3 textile_editor_helper.gemspec
textile_editor_helper-0.1.2 textile_editor_helper.gemspec