зеркало из
1
0
Форкнуть 0

Update azure-storage to 0.11.5-preview and azure_sdk to 0.9.0

This commit is contained in:
Vishrut Shah 2017-02-07 13:49:37 -08:00
Родитель 13f8428f08
Коммит 9eeb8f9c46
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -69,5 +69,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'azure_mgmt_subscriptions', "~>#{version}"
spec.add_runtime_dependency 'azure_mgmt_traffic_manager', "~>#{version}"
spec.add_runtime_dependency 'azure_mgmt_web', "~>#{version}"
spec.add_runtime_dependency 'azure-storage', "~>0.11.3.preview"
spec.add_runtime_dependency 'azure-storage', "~>0.11.5.preview"
end

Просмотреть файл

@ -3,5 +3,5 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
module Azure
VERSION = '0.8.0'
VERSION = '0.9.0'
end