Sha256: 910b74fb381508a9d2ba4defe3fab60843044e14e4f0dde14ffcf265fd3e052a
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
require_relative "lib/metanorma/plugin/glossarist/version" Gem::Specification.new do |spec| spec.name = "metanorma-plugin-glossarist" spec.version = Metanorma::Plugin::Glossarist::VERSION spec.authors = ["Ribose Inc."] spec.email = ["open.source@ribose.com"] spec.summary = "Metanorma plugin for glossarist" spec.description = "Metanorma plugin for glossarist" spec.homepage = "https://github.com/metanorma/metanorma-plugin-glossarist" spec.license = "BSD-2-Clause" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "asciidoctor", "~> 2.0.0" spec.add_dependency "glossarist", "~> 2.0" spec.add_dependency "liquid", "~> 5" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metanorma-plugin-glossarist-0.2.3 | metanorma-plugin-glossarist.gemspec |
metanorma-plugin-glossarist-0.2.2 | metanorma-plugin-glossarist.gemspec |