Sha256: fedf0ad58f69ea6db67d5d56cf0e94909a51950eeecf398acec7fb504e478368
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'md_simple_editor/version' Gem::Specification.new do |spec| spec.name = 'md_simple_editor' spec.version = MdSimpleEditor::VERSION spec.authors = ['Ruben Espinosa'] spec.email = ['rderoldan1@gmail.com'] spec.description = %q{Simple editor for markdown and rails} spec.summary = %q{Simple editor for markdown and rails} spec.homepage = 'http://rderoldan1.github.io/md_simple_editor/' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '>= 1.3' spec.add_development_dependency 'rake' spec.add_runtime_dependency 'font-awesome-rails' spec.add_runtime_dependency 'redcarpet', '~> 3.4' spec.add_runtime_dependency 'bootstrap-sass', '>= 3.3.7' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
md_simple_editor-0.4.0 | md_simple_editor.gemspec |