Sha256: fd93f9d4c15a539aa11c25a2c503000ed853e098850ac145c40ace6cdc5d4899

Contents?: true

Size: 1.1 KB

Versions: 7

Compression:

Stored size: 1.1 KB

Contents

require File.expand_path("../lib/github-markup", __FILE__)

Gem::Specification.new do |s|
  s.name          = "gitlab-markup"
  s.version       = GitHub::Markup::VERSION
  s.summary       = "The code GitHub uses to render README.markup"
  s.description   = "This gem is used by GitHub to render any fancy markup such " +
                    "as Markdown, Textile, Org-Mode, etc. Fork it and add your own!"
  s.authors       = ["Chris Wanstrath"]
  s.email         = "chris@ozmm.org"
  s.homepage      = "https://gitlab.com/gitlab-org/gitlab-markup"
  s.license       = "MIT"

  s.files         = `git ls-files`.split($\)
  s.executables   = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = %w[lib]

  s.add_development_dependency 'activesupport', '~> 4.0'
  s.add_development_dependency 'minitest', '~> 5.4.3'
  s.add_development_dependency 'html-pipeline', '~> 1.0'
  s.add_development_dependency 'sanitize', '~> 2.1.0'
  s.add_development_dependency 'nokogiri', '~> 1.6.1'
  s.add_development_dependency 'nokogiri-diff', '~> 0.2.0'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gitlab-markup-1.6.3 gitlab-markup.gemspec
gitlab-markup-1.6.2 gitlab-markup.gemspec
gitlab-markup-1.6.1 gitlab-markup.gemspec
gitlab-markup-1.6.0 gitlab-markup.gemspec
gitlab-markup-1.5.1 gitlab-markup.gemspec
gitlab-markup-1.5.0 gitlab-markup.gemspec
gitlab-markup-1.5.0.pre gitlab-markup.gemspec