- Downloads
foo
| source 'https://rubygems.org' | ||
| #dfdf | ||
| git_source(:github) do |repo_name| | ||
| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") | ||
| "https://github.com/#{repo_name}.git" | ||
| ... | ... | |
| ... | ... |
Please sign in to comment
| source 'https://rubygems.org' | ||
| #dfdf | ||
| git_source(:github) do |repo_name| | ||
| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") | ||
| "https://github.com/#{repo_name}.git" | ||
| ... | ... | |
| ... | ... |