Sha256: 958ade371d3ceb71e576841e8da4d55e2528dfa93cdb99aad1e17f83a4218827

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "shell2html"
  spec.version       = File.read(File.expand_path('../CHANGELOG.md', __FILE__))[/([0-9]+\.[0-9]+\.[0-9]+)/]
  spec.authors       = ["mose"]
  spec.email         = ["mose@mose.com"]
  spec.summary       = %q{A ruby lib for transforming bash colors into html.}
  spec.description   = %q{A ruby lib for transforming bash colors into html. Parses escape chars an output sp.}
  spec.homepage      = "https://github.com/mose/shell2html"
  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{^spec/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency 'rspec'
  spec.add_development_dependency 'coveralls'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
shell2html-0.0.5 shell2html.gemspec
shell2html-0.0.4 shell2html.gemspec
shell2html-0.0.3 shell2html.gemspec
shell2html-0.0.2 shell2html.gemspec
shell2html-0.0.1 shell2html.gemspec