Sha256: 037ef95f4eeb6d397e0d5fd769cc8c42268a6e2d8e9d0a3b2953418fdf7bd622

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 Bytes

Contents

# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.

source 'https://rubygems.org'

gemspec

group :development do
  gem 'azure_mgmt_resources', path: '../azure_mgmt_resources'
  gem 'azure_mgmt_storage', path: '../azure_mgmt_storage'
  gem 'azure_mgmt_network', path: '../azure_mgmt_network'
end

group :test do
  gem 'rspec'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.1.2 Gemfile
azure_mgmt_compute-0.1.1 Gemfile
azure_mgmt_compute-0.1.0 Gemfile