Sha256: 68c028bc0acecb3eae799184904223c5b4162ba24c3df780c04e023df44d2569

Contents?: true

Size: 1.07 KB

Versions: 17

Compression:

Stored size: 1.07 KB

Contents

# URBANopt Reporting Gem

The URBANopt<sup>&trade;</sup> Reporting Gem defines the URABNopt reports (Scenario and Feature reports). It also includes the default reporting measure which query results from the energyplus sql database and reports it in the Feature reports.


[RDoc Documentation](https://urbanopt.github.io/urbanopt-reporting-gem/)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'urbanopt-reporting'
```

And then execute:

    $ bundle install
    $ bundle update

Or install it yourself as:

    $ gem install 'urbanopt-reporting'

## Testing

Check out the repository and then execute:

    $ bundle install
    $ bundle update    
    $ bundle exec rake
    
## Releasing

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

17 entries across 17 versions & 1 rubygems

Version Path
urbanopt-reporting-0.6.1 README.md
urbanopt-reporting-0.6.0 README.md
urbanopt-reporting-0.5.0 README.md
urbanopt-reporting-0.4.3 README.md
urbanopt-reporting-0.4.2 README.md
urbanopt-reporting-0.4.1 README.md
urbanopt-reporting-0.4.0 README.md
urbanopt-reporting-0.3.7 README.md
urbanopt-reporting-0.3.6 README.md
urbanopt-reporting-0.3.5 README.md
urbanopt-reporting-0.3.4 README.md
urbanopt-reporting-0.3.3 README.md
urbanopt-reporting-0.3.2 README.md
urbanopt-reporting-0.3.1 README.md
urbanopt-reporting-0.3.0 README.md
urbanopt-reporting-0.2.1 README.md
urbanopt-reporting-0.2.0 README.md