Sha256: aca2f355c35e45680c3f4f73b27ae8619ce190ed4e4d0899e0c3920cdc6c277d
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
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/bridgeutopia/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 #dependencies gem.add_development_dependency 'rails', '>= 4.1.4' gem.add_development_dependency 'simple_form' gem.add_development_dependency 'formtastic' gem.add_development_dependency 'thor' gem.add_development_dependency 'minitest' gem.add_development_dependency 'cucumber' gem.add_development_dependency 'rspec' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
textile_editor_helper-0.1.1 | textile_editor_helper.gemspec |
textile_editor_helper-0.1.0 | textile_editor_helper.gemspec |