1 Star 0 Fork 2

过故人庄/burr

forked from Lyong/burr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
burr.gemspec 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
$:.unshift File.expand_path('../lib', __FILE__)
require 'burr/version'
Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = 'burr'
s.version = Burr::Version::STRING
s.license = 'MIT'
s.date = '2013-04-21'
s.summary = "电子书制作工具"
s.description = "使用 Markdown 编写书籍内容,通过 burr 将其转换成 PDF,ePub 和 Mobi 格式电子书。"
s.authors = ["Andor Chen"]
s.email = '[email protected]'
s.homepage = 'https://github.com/AndorChen/burr'
s.require_paths = %w[lib]
s.executables = ["burr"]
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE.md]
s.add_runtime_dependency('nokogiri', '~> 1.6.0')
s.add_runtime_dependency('thor', '~> 0.19.0')
s.add_runtime_dependency('liquid', '~> 2.6.1')
s.add_runtime_dependency('kramdown', '~> 1.3.3')
s.add_runtime_dependency('rouge', '~> 1.3.3')
s.add_runtime_dependency('eeepub', '~> 0.8.1')
s.files = `git ls-files`.split($/)
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quwenhan/burr.git
[email protected]:quwenhan/burr.git
quwenhan
burr
burr
master

搜索帮助