Sha256: 628e67f859778bd52408c468ff0a62c8c3adfb51730b4116cfb63120b346c7b2
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'html_to' s.version = '0.7.0' s.date = '2021-04-07' s.summary = 'Html-To transforms html to other format' s.description = 'Simple gem for transforms html page through chromium headless.' s.author = 'Chekryzhov Viktor' s.email = 'chekryzhov@charmerstudio.com' s.homepage = 'https://github.com/Vchekryzhov/html-to' s.license = 'MIT' s.files = `git ls-files`.split("\n") s.add_dependency 'sidekiq' s.add_dependency 'carrierwave' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html_to-0.7.0 | html_to.gemspec |