Sha256: 93f5619e6f0c1be64166423d2a53f4c7da7ac1cb82f6155b8047b88285da4a97

Contents?: true

Size: 633 Bytes

Versions: 1

Compression:

Stored size: 633 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']
  gem.add_development_dependency('rspec')
  gem.add_development_dependency('pry')
  gem.add_development_dependency('hirb')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thermal-0.1.1 thermal.gemspec