Sha256: 9dc0694fc085c5a98d293ded7d0078de2577e8f188e3028d4332e846659e4f27
Contents?: true
Size: 941 Bytes
Versions: 2
Compression:
Stored size: 941 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wing/version' Gem::Specification.new do |spec| spec.name = "wing" spec.version = Wing::VERSION spec.authors = ["Tymon Tobolski"] spec.email = ["tymon.tobolski@monterail.com"] spec.summary = %q{Markdown to PDF converter with superpowers} spec.description = %q{Convert github markdown with mermaid diagrams to beautiful PDF.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_runtime_dependency "github-markdown" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wing-0.1.1 | wing.gemspec |
wing-0.1.0 | wing.gemspec |