Sha256: 842683b96fcd90f2a6caca9bd6969de6ea0ee700bcc92b326ceeab6de90e9a99
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure-core-0.1.2 | README.md |