Skip to content

urbanopt/urbanopt-core-gem

Repository files navigation

URBANopt Core

Coverage Status nightly_build

URBANoptTM core libraries and measures.

Installation

Add this line to your application's Gemfile:

gem 'urbanopt-core'

And then execute:

$ bundle

Or install it yourself as:

$ gem install 'urbanopt-core'

Usage

This Extension Gem stores the base information needed for all derivative URBANopt extension gems.

Releasing

  • Update CHANGELOG.md
  • Run rake rubocop:auto_correct
  • Update version in /lib/urbanopt/core/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.