Azure / Azure/azure-storage-ruby
Warning message when both azure-storage-blob and azure-storage-queue installed
Open
- Dominant language
- Ruby
- Stars
- 88
- Forks
- 177
- PR merge metrics
- No merged PRs in 30d
Description
If you have both `azure-storage-blob` and `azure-storage-queue` installed, you get this warning message:
```
/usr/local/bundle/gems/azure-storage-blob-1.1.0/lib/azure/storage/blob/blob_service.rb:33: warning: already initialized constant Azure::Storage::StorageService
/usr/local/bundle/gems/azure-storage-queue-1.1.0/lib/azure/storage/queue/queue_service.rb:28: warning: previous definition of StorageService was here
```
I have version 1.1 installed but I tried with the latest and the same warning message appears
Contributor guide
Assessment
This issue has not been assessed yet.