Sha256: bca4975c6c10705c1295a110c2b208c244e5e24eb37885caba1d096051bfadff

Contents?: true

Size: 923 Bytes

Versions: 1

Compression:

Stored size: 923 Bytes

Contents

# OpenStudio::Extension

This gem repository serves as a base for single purpose repositories that host API methods, CLI tools, and OpenStudio measures which leverage those methods and tools.  Other repositories (e.g. urbanopt-geojson-gem) will depend on this repository and inherit/mix-in needed functionality.  The repository is formatted as a gem to allow for semantic versioning via Bundle.  The repository includes methods for testing, documentation, and build tasks.


## Installation

Add this line to your application's Gemfile:

```ruby
gem 'openstudio-extension'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install 'openstudio-extension'

## Usage

To be filled out later. 

# Releasing

* Update change log
* Update version in `/lib/openstudio_measure_tester/version.rb`
* Merge down to master
* Release via github
* run `rake release` from master  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openstudio-extension-0.1.0 README.md