Sha256: 02821365174393d963ef874b43f81cb3fafd7ec667b40b001db66ace405e2f96
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 Bytes
Contents
source 'https://rubygems.org' gemspec if ENV['VCLOUD_WALKER_DEV_FOG_MASTER'] gem 'fog', :git => 'git@github.com:fog/fog.git', :branch => 'master' gem 'vcloud-core', :git => 'git@github.com:gds-operations/vcloud-core.git', :branch => 'master' elsif ENV['VCLOUD_WALKER_DEV_FOG_LOCAL'] gem 'fog', :path => '../fog' gem 'vcloud-core', :path => '../vcloud-core' end
Version data entries
9 entries across 9 versions & 1 rubygems