2 Star 0 Fork 0

GiteeStudio / pages-gem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
github-pages.gemspec 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Ben Balter 提交于 2018-01-31 10:30 . fix rubocop errors
# frozen_string_literal: true
require File.expand_path("../lib/github-pages/dependencies", __FILE__)
require File.expand_path("../lib/github-pages/plugins", __FILE__)
require File.expand_path("../lib/github-pages/version", __FILE__)
Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.0.0"
s.name = "github-pages"
s.version = GitHubPages::VERSION
s.summary = "Track GitHub Pages dependencies."
s.description = "Bootstrap the GitHub Pages Jekyll environment locally."
s.authors = "GitHub, Inc."
s.email = "support@github.com"
s.homepage = "https://github.com/github/pages-gem"
s.license = "MIT"
all_files = `git ls-files -z`.split("\x0")
s.files = all_files.grep(%r{^(bin|lib)/|^.rubocop.yml$})
s.executables = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
s.add_dependency("mercenary", "~> 0.3")
s.add_dependency("terminal-table", "~> 1.4")
s.add_dependency("nokogiri", ">= 1.8.1", "< 2.0") # CVE-2017-9050
s.add_development_dependency("rspec", "~> 3.3")
s.add_development_dependency("rainbow", "~> 2.1.0")
s.add_development_dependency("pry", "~> 0.10")
s.add_development_dependency("jekyll_test_plugin_malicious", "~> 0.2")
s.add_development_dependency("rubocop", ">= 0.48.1", "< 5.0") # CVE-2017-8418
end
Ruby
1
https://gitee.com/oscstudio/pages-gem.git
git@gitee.com:oscstudio/pages-gem.git
oscstudio
pages-gem
pages-gem
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891