Sha256: d53d678f8009877e129afb935dd8ea9f8d82d2481c59d5f441553d5d2ddd900a
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'html/pipeline/gitlab/version' Gem::Specification.new do |spec| spec.name = 'html-pipeline-gitlab' spec.version = Html::Pipeline::Gitlab::VERSION spec.authors = ['Robert Schilling'] spec.email = ['schilling.ro@gmail.com'] spec.summary = %q{Extension filters for html-pipeline used by GitLab} spec.description = %q{Extension filters for html-pipeline used by GitLab} spec.homepage = 'https://github.com/Razer6/html-pipeline-gitlab' spec.license = 'MIT' 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.add_development_dependency 'bundler', '~> 1.6' spec.add_development_dependency 'rake', '~> 10.0' spec.add_runtime_dependency 'html-pipeline', '~> 1.11.0' spec.add_runtime_dependency 'gitlab_emoji', '~> 0.0.1.1' spec.add_runtime_dependency 'sanitize', '~> 3.0.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html-pipeline-gitlab-0.1.1 | html-pipeline-gitlab.gemspec |