Sha256: dddd8275edcb2edcfe167b82b6e4b34588c33096bb45b9808f3f0c14f666cb37
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
# Azure::Core [![Build Status](https://travis-ci.org/Azure/azure-ruby-asm-core.png?branch=master)](https://travis-ci.org/Azure/azure-ruby-asm-core) This project provides a Ruby package with core functionality consumed by Azure SDK gems. ## Installation Add this line to your application's Gemfile: ```ruby gem 'azure-core' ``` And then execute: $ bundle Or install it yourself as: $ gem install azure-core ## Usage ```ruby require 'azure/core' ``` ## Development After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests. ## Provide Feedback If you encounter any bugs with the library please file an issue. # Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
azure-core-0.1.10 | README.md |
azure-core-0.1.9 | README.md |
azure-core-0.1.8 | README.md |
azure-core-0.1.7 | README.md |
azure-core-0.1.5 | README.md |
azure-core-0.1.4 | README.md |