Sha256: 8ff08544b2e98e39370fb42b1d25f1e5191530fc494b0510ee42b190bd644bd8
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
# frozen_string_literal: true lib = File.expand_path("lib", __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "html/pipeline/negarmoji-pipeline/version" Gem::Specification.new do |spec| spec.name = "html-pipeline-negarmoji" spec.version = Html::Pipeline::NegarMojiHtmlPipeline::VERSION spec.platform = Gem::Platform::RUBY spec.authors = ["Mohammad Mahdi Baghbani Pourvahid"] spec.email = "MahdiBaghbani@protonmail.com" spec.homepage = "https://gitlab.com/Azadeh-Afzar/Web-Development/Negareh-Emoji-HTML-Pipeline" spec.description = "Negareh emoji library is an emoji filter plugin for html pipeline, this package is more flexible and customizable then the default emoji filter in html/pipeline." spec.summary = "Negareh emoji html pipeline" spec.licenses = "GPL-3.0" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r!^test/!) spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.7.2" spec.add_dependency "html-pipeline", "~> 2.14" spec.add_dependency "negarmoji", "~> 0.1.10" spec.add_development_dependency "bundler", "~> 2.2.3" spec.add_development_dependency "rake", "~> 13.0.6" spec.add_development_dependency "rspec", "~> 3.10" spec.add_development_dependency "rubocop", "~> 1.18.3" spec.add_development_dependency "simplecov", "~> 0.21.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html-pipeline-negarmoji-0.1.6 | html-pipeline-negarmoji.gemspec |