Sha256: 74e7d1d6fbe85fd18231ccca3c51db9c96cd16a4dfd07e8ba3979576ae07a31a

Contents?: true

Size: 510 Bytes

Versions: 1

Compression:

Stored size: 510 Bytes

Contents

require File.expand_path('../lib/thermal/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'thermal'
  gem.version       = Thermal::VERSION
  gem.summary       = 'Convert basic HTML into thermal printer escape codes.'
  gem.description   = gem.description
  gem.author        = 'Tyler Kellen'
  gem.email         = 'tyler@sleekcode.net'
  gem.homepage      = 'https://github.com/tkellen/ruby-thermal/'
  gem.files         = `git ls-files`.split("\n")
  gem.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thermal-0.1.0 thermal.gemspec