Sha256: 0997539029bc7e27e37da0bdb66b88af18087a6f960f964d2f0952485e83bc0b
Contents?: true
Size: 1002 Bytes
Versions: 3
Compression:
Stored size: 1002 Bytes
Contents
# frozen_string_literal: true require_relative "lib/bridgetown-svg-inliner/version" Gem::Specification.new do |spec| spec.name = "bridgetown-svg-inliner" spec.version = BridgetownSvgInliner::VERSION spec.author = "Ayush Newatia" spec.email = "ayush@hey.com" spec.summary = "Liquid and ERB helper for Bridgetown to inline SVG files within HTML" spec.homepage = "https://github.com/ayushn21/bridgetown-svg-inliner" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script)/!) } spec.test_files = spec.files.grep(%r!^test/!) spec.require_paths = ["lib"] spec.metadata = {} spec.required_ruby_version = ">= 2.6.0" spec.add_dependency "bridgetown", ">= 0.20", "< 2.0" spec.add_dependency "nokogiri" spec.add_development_dependency "bundler" spec.add_development_dependency "rake", "~> 12.0" spec.add_development_dependency "rubocop-bridgetown", "~> 0.2" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-svg-inliner-1.0.2 | bridgetown-svg-inliner.gemspec |
bridgetown-svg-inliner-1.0.1 | bridgetown-svg-inliner.gemspec |
bridgetown-svg-inliner-1.0.0 | bridgetown-svg-inliner.gemspec |