Sha256: 98bcfc990710fde05a2c50873ee784adf44f161936cd21c9522de7590618e025
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
# Azure::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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure-core-0.1.1 | README.md |
azure-core-0.1.0 | README.md |