Sha256: 7c53089b92deff92ce4e22db5e153765017792683771b08ec7f8c4f903ab1389

Contents?: true

Size: 810 Bytes

Versions: 4

Compression:

Stored size: 810 Bytes

Contents

# OpenStudio AEDG Measures 

AEDG measures used by OpenStudio.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'openstudio-aedg-measures'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install 'openstudio-aedg-measures'

## Usage

To be filled out later.

## TODO

- [ ] Remove measures from OpenStudio-Measures to standardize on this location

# Releasing

* Update CHANGELOG.md
* Run `rake rubocop:auto_correct`
* Update version in `/lib/openstudio/aedg_measures/version.rb`
* Create PR to master, after tests and reviews complete, then merge
* Locally - from the master branch, run `rake release`
* On GitHub, go to the releases page and update the latest release tag. Name it “Version x.y.z” and copy the CHANGELOG entry into the description box.


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openstudio-aedg-0.4.0 README.md
openstudio-aedg-0.3.0 README.md
openstudio-aedg-0.2.0 README.md
openstudio-aedg-0.1.1 README.md