Sha256: f68883b3cbd5de084a5748ac391a578ad3d88677a395c3b66a419f701ef73c8f
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 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' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html-pipeline-gitlab-0.1.5 | html-pipeline-gitlab.gemspec |
html-pipeline-gitlab-0.1.4 | html-pipeline-gitlab.gemspec |