Sha256: d07dd644f667a245c12042f741c18e4df354106086dfc516cbe59e8004903a20
Contents?: true
Size: 798 Bytes
Versions: 6
Compression:
Stored size: 798 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/marked-rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["nodanaonlyzuul", "rosscooperman"] gem.email = ["stephen@eastmedia.com"] gem.description = 'A gemified verison of the chjj/marked: "A full-featured markdown parser and compiler, written in javascript."' gem.summary = 'A gemified verison of the chjj/marked' gem.homepage = "https://github.com/eastmedia/marked-rails" 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.name = "marked-rails" gem.require_paths = ["lib"] gem.version = Marked::Rails::VERSION end
Version data entries
6 entries across 6 versions & 1 rubygems