Sha256: b70ce405ce03d67b8fcff9a8a2c436ab8d56ee67a883a1853f5448ef83e480d7
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.1' 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.1 | html_to.gemspec |