51fd328fef
Try and create Berksfile that will work with berkshelf 2 or 3 Fixed style issues Also, added .gitreview file Change-Id: I47caf4930ac18bcfc62737e851fff1fe15dd9c9f
8 lines
143 B
Ruby
8 lines
143 B
Ruby
require 'rubygems'
|
|
|
|
if Gem::Specification::find_by_name('berkshelf').version.to_s[0] == '3'
|
|
source 'https://api.berkshelf.com'
|
|
end
|
|
|
|
metadata
|