Sha256: ea153f7077e6b9f0803f60f7da3fa2670622c974be6ac336acc13dbcb39880e7
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |gem| gem.name = "mdhost" gem.version = File.read(File.expand_path("VERSION", __dir__)).strip gem.author = "Vinny Diehl" gem.email = "vinny.diehl@gmail.com" gem.homepage = "https://github.com/vinnydiehl/mdhost" gem.metadata["rubygems_mfa_required"] = "true" gem.license = "MIT" gem.summary = "Generate Markdown eshost tables" gem.description = "Runs eshost in table mode, copying a Markdown version " \ "of the table to your clipboard." gem.bindir = "bin" gem.executables = %w[mdhost] gem.files = `git ls-files -z`.split "\x0" gem.add_dependency "clipboard", "~> 1.1" gem.add_development_dependency "rubocop", "~> 1.54" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mdhost-0.1.1 | mdhost.gemspec |
mdhost-0.1 | mdhost.gemspec |