Sha256: 88166bf5c529720d0f4cbc48e0242fd2a460b30da4f6c1e01b9411ba296f4206
Contents?: true
Size: 1000 Bytes
Versions: 3
Compression:
Stored size: 1000 Bytes
Contents
# OpenStudio Calibration Measures Calibration measures used by OpenStudio. This contains general use calibration measures. Some measures here may also be suitable for energy efficiency or model articulation. Similarly, some measures in other measure gem repos may also be suitable for calibration usage. ## Installation Add this line to your application's Gemfile: ```ruby gem 'openstudio-calibration' require 'openstudio-calibration' ``` And then execute: $ bundle Or install it yourself as: $ gem install 'openstudio-calibration' ## Usage To be filled out later. # Releasing * Update CHANGELOG.md * Run `rake rubocop:auto_correct` * Update version in `/lib/openstudio/calibration_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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openstudio-calibration-0.4.0 | README.md |
openstudio-calibration-0.3.1 | README.md |
openstudio-calibration-0.3.0 | README.md |