Sha256: 418544bfc56c8d03624db3535b728eacc40b62bd6d0ca441c7e8bd3750cb6747
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 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', 'Marin Jankovski'] 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://gitlab.com/gitlab-org/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_development_dependency 'pry', '~> 0.9' spec.add_runtime_dependency 'html-pipeline', '~> 1.11.0' spec.add_runtime_dependency 'gitlab_emoji', '~> 0.0.1' spec.add_runtime_dependency 'sanitize', '~> 2.1' spec.add_runtime_dependency 'actionpack', '~> 4' spec.add_runtime_dependency 'rmagick' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html-pipeline-gitlab-0.1.6 | html-pipeline-gitlab.gemspec |