gitlab-fog-azure-rm 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/.gitlab-ci.yml +1 -1
  3. data/.rubocop.yml +3 -0
  4. data/CHANGELOG.md +8 -0
  5. data/Gemfile +0 -3
  6. data/gitlab-fog-azure-rm.gemspec +7 -1
  7. data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/utility.rb +0 -51
  8. data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/utility.rb +0 -50
  9. data/lib/fog/azurerm/version.rb +1 -1
  10. metadata +147 -94
  11. data/vendor/azure-storage-ruby/.env_sample +0 -8
  12. data/vendor/azure-storage-ruby/.gitignore +0 -35
  13. data/vendor/azure-storage-ruby/.rubocop.yml +0 -132
  14. data/vendor/azure-storage-ruby/.travis.yml +0 -23
  15. data/vendor/azure-storage-ruby/BreakingChanges.md +0 -34
  16. data/vendor/azure-storage-ruby/CONTRIBUTING.md +0 -74
  17. data/vendor/azure-storage-ruby/ChangeLog.md +0 -198
  18. data/vendor/azure-storage-ruby/Gemfile +0 -41
  19. data/vendor/azure-storage-ruby/README.md +0 -48
  20. data/vendor/azure-storage-ruby/Rakefile +0 -216
  21. data/vendor/azure-storage-ruby/SECURITY.md +0 -41
  22. data/vendor/azure-storage-ruby/blob/BreakingChanges.md +0 -10
  23. data/vendor/azure-storage-ruby/blob/ChangeLog.md +0 -33
  24. data/vendor/azure-storage-ruby/blob/Gemfile +0 -30
  25. data/vendor/azure-storage-ruby/blob/LICENSE.txt +0 -21
  26. data/vendor/azure-storage-ruby/blob/README.md +0 -188
  27. data/vendor/azure-storage-ruby/blob/azure-storage-blob.gemspec +0 -52
  28. data/vendor/azure-storage-ruby/common/BreakingChanges.md +0 -8
  29. data/vendor/azure-storage-ruby/common/ChangeLog.md +0 -41
  30. data/vendor/azure-storage-ruby/common/Gemfile +0 -30
  31. data/vendor/azure-storage-ruby/common/LICENSE.txt +0 -21
  32. data/vendor/azure-storage-ruby/common/README.md +0 -146
  33. data/vendor/azure-storage-ruby/common/azure-storage-common.gemspec +0 -57
  34. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/auth/authorizer.rb +0 -0
  35. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/auth/shared_key.rb +0 -0
  36. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/auth/shared_key_lite.rb +0 -0
  37. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/auth/signer.rb +0 -0
  38. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/default.rb +0 -0
  39. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/error.rb +0 -0
  40. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/filtered_service.rb +0 -0
  41. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/debug_filter.rb +0 -0
  42. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/http_error.rb +0 -0
  43. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/http_filter.rb +0 -0
  44. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/http_request.rb +0 -0
  45. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/http_response.rb +0 -0
  46. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/retry_policy.rb +0 -0
  47. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/http/signer_filter.rb +0 -0
  48. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/service.rb +0 -0
  49. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/signed_service.rb +0 -0
  50. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core/version.rb +0 -0
  51. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/core.rb +0 -0
  52. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/http_response_helper.rb +0 -0
  53. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/append.rb +0 -0
  54. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/autoload.rb +0 -0
  55. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/blob.rb +0 -0
  56. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/blob_service.rb +0 -0
  57. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/block.rb +0 -0
  58. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/container.rb +0 -0
  59. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/default.rb +0 -0
  60. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/page.rb +0 -0
  61. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/serialization.rb +0 -0
  62. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob/version.rb +0 -0
  63. /data/{vendor/azure-storage-ruby/blob/lib → lib}/azure/storage/blob.rb +0 -0
  64. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/autoload.rb +0 -0
  65. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/client.rb +0 -0
  66. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/client_options.rb +0 -0
  67. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/client_options_error.rb +0 -0
  68. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/configurable.rb +0 -0
  69. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/auth/anonymous_signer.rb +0 -0
  70. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/auth/shared_access_signature.rb +0 -0
  71. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/auth/shared_access_signature_generator.rb +0 -0
  72. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/auth/shared_access_signature_signer.rb +0 -0
  73. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/auth/shared_key.rb +0 -0
  74. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/auth/token_signer.rb +0 -0
  75. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/autoload.rb +0 -0
  76. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/error.rb +0 -0
  77. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/filter/exponential_retry_filter.rb +0 -0
  78. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/filter/linear_retry_filter.rb +0 -0
  79. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/filter/retry_filter.rb +0 -0
  80. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/http_client.rb +0 -0
  81. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/sr.rb +0 -0
  82. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core/token_credential.rb +0 -0
  83. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/core.rb +0 -0
  84. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/default.rb +0 -0
  85. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/access_policy.rb +0 -0
  86. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/cors.rb +0 -0
  87. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/cors_rule.rb +0 -0
  88. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/enumeration_results.rb +0 -0
  89. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/geo_replication.rb +0 -0
  90. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/logging.rb +0 -0
  91. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/metrics.rb +0 -0
  92. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/retention_policy.rb +0 -0
  93. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/serialization.rb +0 -0
  94. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/signed_identifier.rb +0 -0
  95. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/storage_service.rb +0 -0
  96. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/storage_service_properties.rb +0 -0
  97. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/storage_service_stats.rb +0 -0
  98. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/service/user_delegation_key.rb +0 -0
  99. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common/version.rb +0 -0
  100. /data/{vendor/azure-storage-ruby/common/lib → lib}/azure/storage/common.rb +0 -0
@@ -1,57 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- #-------------------------------------------------------------------------
4
- # # Copyright (c) Microsoft and contributors. All rights reserved.
5
- #
6
- # The MIT License(MIT)
7
-
8
- # Permission is hereby granted, free of charge, to any person obtaining a copy
9
- # of this software and associated documentation files(the "Software"), to deal
10
- # in the Software without restriction, including without limitation the rights
11
- # to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
12
- # copies of the Software, and to permit persons to whom the Software is
13
- # furnished to do so, subject to the following conditions :
14
-
15
- # The above copyright notice and this permission notice shall be included in
16
- # all copies or substantial portions of the Software.
17
-
18
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
21
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
- # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
- # THE SOFTWARE.
25
- #--------------------------------------------------------------------------
26
- require "date"
27
-
28
- require_relative "./lib/azure/storage/common/version"
29
-
30
- Gem::Specification.new do |s|
31
- s.name = "azure-storage-common"
32
- s.version = Azure::Storage::Common::Version
33
- s.authors = ["Microsoft Corporation"]
34
- s.email = "ascl@microsoft.com"
35
- s.description = "Microsoft Azure Storage Common Client Library for Ruby"
36
- s.summary = "Official Ruby client library to consume Azure Storage Common service"
37
- s.homepage = "http://github.com/azure/azure-storage-ruby"
38
- s.license = "MIT"
39
- s.files = `git ls-files ./lib/azure/storage/common/`.split("\n") << "./lib/azure/storage/common.rb"
40
- s.files += `git ls-files ./lib/azure/core/`.split("\n") << "./lib/azure/core.rb" << "./lib/azure/http_response_helper.rb"
41
-
42
- s.required_ruby_version = ">= 2.3.0"
43
-
44
- s.add_runtime_dependency('faraday', '~> 2.0')
45
- s.add_runtime_dependency('faraday-follow_redirects','~> 0.3.0')
46
- s.add_runtime_dependency('faraday-net_http_persistent', '~> 2.0')
47
- s.add_runtime_dependency("net-http-persistent", '~> 4.0')
48
- s.add_runtime_dependency("nokogiri", "~> 1", ">= 1.10.8")
49
- s.add_development_dependency("dotenv", "~> 2.0")
50
- s.add_development_dependency("minitest", "~> 5")
51
- s.add_development_dependency("minitest-reporters", "~> 1")
52
- s.add_development_dependency("mocha", "~> 1.0")
53
- s.add_development_dependency("rake", "~> 13.0")
54
- s.add_development_dependency("timecop", "~> 0.7")
55
- s.add_development_dependency("yard", "~> 0.9", ">= 0.9.11")
56
- s.add_development_dependency('bundler', '~> 1.11')
57
- end