3 Star 0 Fork 1

Gitee 极速下载 / Capistrano

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/capistrano/capistrano
克隆/下载
Rakefile 476 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
require "bundler/gem_tasks"
require "cucumber/rake/task"
require "rspec/core/rake_task"
begin
require "rubocop/rake_task"
desc "Run RuboCop checks"
RuboCop::RakeTask.new
task default: %i(spec rubocop)
rescue LoadError
task default: :spec
end
RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new(:features)
Rake::Task["release"].enhance do
puts "Don't forget to publish the release on GitHub!"
system "open https://github.com/capistrano/capistrano/releases"
end
Ruby
1
https://gitee.com/mirrors/Capistrano.git
git@gitee.com:mirrors/Capistrano.git
mirrors
Capistrano
Capistrano
master

搜索帮助