3 Star 0 Fork 0

Gitee 极速下载 / yard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/lsegal/yard
克隆/下载
yard.gemspec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Douglas Eichelberger 提交于 2020-02-02 21:49 . Fix a rubocop error
# frozen_string_literal: true
require File.expand_path('../lib/yard/version', __FILE__)
Gem::Specification.new do |s|
s.name = "yard"
s.summary = "Documentation tool for consistent and usable documentation in Ruby."
s.description = <<-eof
YARD is a documentation generation tool for the Ruby programming language.
It enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.
eof
s.version = YARD::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
s.author = "Loren Segal"
s.email = "lsegal@soen.ca"
s.homepage = "http://yardoc.org"
s.platform = Gem::Platform::RUBY
s.files = `git ls-files`.strip.split(/\s+/).reject {|f| f.match(%r{^spec/}) }
s.require_paths = ['lib']
s.executables = ['yard', 'yardoc', 'yri']
s.license = 'MIT' if s.respond_to?(:license=)
s.metadata['yard.run'] = 'yri'
end
1
https://gitee.com/mirrors/yard.git
git@gitee.com:mirrors/yard.git
mirrors
yard
yard
master

搜索帮助