3 Star 0 Fork 0

mirrors_jcoleman/pathspec-ruby

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_from_source.sh 261 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brandon High 提交于 2018-01-11 15:45 . Update for 0.2.0 release
#!/bin/bash
bundle install
# Ensure this build is sane
bundle exec rspec spec
# Ensure there is no existing version
bundle exec gem uninstall pathspec
# Build and install!
bundle exec gem build pathspec.gemspec && bundle exec gem install pathspec-0.2.0.gem
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jcoleman/pathspec-ruby.git
git@gitee.com:mirrors_jcoleman/pathspec-ruby.git
mirrors_jcoleman
pathspec-ruby
pathspec-ruby
master

搜索帮助