-
- Downloads
There was a problem fetching the pipeline summary.
Renamed gem to gitlab-markup and updated documentation
parent
96207721
No related branches found
No related tags found
Pipeline #
require File.expand_path("../lib/github-markup", __FILE__) | ||
Gem::Specification.new do |s| | ||
s.name = "github-markup" | ||
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://github.com/github/markup" | ||
s.homepage = "https://gitlab.com/gitlab-org/gitlab-markup" | ||
s.license = "MIT" | ||
s.files = `git ls-files`.split($\) | ||
Loading
| Loading
|
Please register or sign in to comment